<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=250; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=00 // 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="verdana";
hdrFontSize="2";
hdrFontColor="e5e5e5";
hdrBGColor="800000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#666666";
linkOverBGColor="800000";
linkTarget="_top";
linkAlign="Left";
barBGColor="800000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="ffffff";
barVAlign="center";
barWidth=30; // no quotes!!
barText="SIDE 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]=["Cocktail Machines", "cocktail.htm",""]
ssmItems[3]=["Up Right Machines", "up_right.htm",""]
ssmItems[4]=["Specials", "specials.htm", ""]
ssmItems[5]=["Customize", "customize.htm", ""]
ssmItems[6]=["Accessories", "accessories.htm", ""]
ssmItems[7]=["Parts", "parts.htm", "", 1, "no"] //create two column row
ssmItems[8]=["Games", "games.htm", "",1]

ssmItems[9]=["Help", "", ""] //create header
ssmItems[10]=["About Us", "about_us.htm", ""]
ssmItems[11]=["Contact Us", "mailto:kreifsteck@insightbb.com,g.w.parks@att.net,donlindsey4@hotmail.com", ""]
ssmItems[12]=["Payment Options", "payment_options,htm", ""]
ssmItems[13]=["Return Policy", "return_policy", ""]
ssmItems[14]=["Sales Tax", "sales_tax.htm", ""]
ssmItems[15]=["Shipping", "shipping.htm", ""]

buildMenu();

//-->