<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=350; // no quotes!!
XOffset=658;
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=100; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontColor="white";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkBGColor="white";
linkOverBGColor="#CCCCCC";
linkTarget="_top";
linkAlign="Left";
barBGColor="#84414A";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText="WHAT'S YOUR FLAVOR?"; // <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]=["Our&nbsp;Menu"] //create header
ssmItems[1]=["Appetizers", "#app", ""]
ssmItems[2]=["Soups&nbsp;&amp;&nbsp;Salads", "#sou",""]
ssmItems[3]=["Potatoes&nbsp;&amp;<br>&nbsp;&nbsp;Vegetable&nbsp;Sides", "#pot", ""]
ssmItems[4]=["Pizzas", "#piz", ""]
ssmItems[5]=["Pasta", "#pas", ""]
ssmItems[6]=["Main&nbsp;Platters", "#mai", ""]
ssmItems[7]=["Seafood", "#sea", ""]
ssmItems[8]=["Dessert", "#des", ""]

buildMenu();

//-->