<!--

/*
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="LET'S PARTY"; // <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]=["Party&nbsp;Packages"] //create header
ssmItems[1]=["Package<br>&nbsp;&nbsp;Toscana", "#tos", ""]
ssmItems[2]=["Package<br>&nbsp;&nbsp;Sicilia", "#sic",""]
ssmItems[3]=["Package<br>&nbsp;&nbsp;Abruzzo", "#abr", ""]
ssmItems[4]=["Package<br>&nbsp;&nbsp;Veneto", "#ven", ""]
ssmItems[5]=["Other&nbsp;Parties"]
ssmItems[6]=["Wedding&nbsp;Party", "party_wed.html", ""]

buildMenu();

//-->