<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=175; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Kristen ITC";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#ad2400";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Kristen ITC";
linkFontSize="3";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#9DC028";
barFontFamily="Kristen ITC";
barFontSize="4";
barFontColor="black";
barVAlign="center";
barWidth=30; // no quotes!!
barText="NEOPULP MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Menu"] //create header
ssmItems[1]=["Home", "index.htm", ""]
ssmItems[2]=["Pinups", "pinups.htm",""]
ssmItems[3]=["Pulp", "pulp.htm", ""]
ssmItems[4]=["Women Warriors", "warriors.htm", ""]
ssmItems[5]=["Lady Butterflies", "lady.htm", ""]
ssmItems[6]=["About the Artist", "bio.htm", ""]
ssmItems[7]=["Contact Information", "contact/form.html", "_NEW"]

ssmItems[8]=["Recent Additions", "", ""] //create header
ssmItems[9]=["New Releases", "pulp.htm#new", ""]

ssmItems[10]=["NeoPulp Gallery", "", ""] //create header
ssmItems[11]=["Full Size", "L1.htm", ""]

ssmItems[12]=["For Sale", "", ""] //create header
ssmItems[13]=["Full Size Images", "http://mypsptubes.estoreadvanced.biz/index.php?p=catalog&mode=search&search_in=all&search_str=nadolsky", "_blank"]

buildMenu();

//-->