<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#666600";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FBDB99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#E0B878";
barFontFamily="Arial";
barFontSize="1";
barFontColor="333333";
barVAlign="center";
barWidth=20; // no quotes!!
barText="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]=["Cd/Dvd Multi Storage", "cd-storage.htm", ""]
ssmItems[2]=["Cd/Dvd Multi 4-drawer", "cd-storage-4drawer.htm",""]
ssmItems[3]=["VHS Storage", "vhs.htm",""]
ssmItems[4]=["Cassette Storage", "cassette.htm",""]
ssmItems[5]=["LaserDisc/Lp Storage", "laserdisc.htm", ""]
ssmItems[6]=["Component Storage", "component.htm",""]
ssmItems[7]=["400 Component Storage", "400-component.htm", ""]
ssmItems[8]=["Caster-base", "caster-base.htm", ""]

ssmItems[9]=["Options/Warranty", "", ""] //create header
ssmItems[10]=["Colors/Options", "color-options.htm", ""]
ssmItems[11]=["Warranty", "warranty.htm", ""]
ssmItems[12]=["Links of Interest", "links.htm", ""]

ssmItems[13]=["Contact/OrderForm", "", ""] //create header
ssmItems[14]=["Secure Online Ordering", "https://gold.he.net/~cdstore/orderform.htm", ""]
ssmItems[15]=["Email Us Now", "mailto:info@cd-storage-furniture.com", ""]

buildMenu();

//-->