<!--

/*
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="black";
hdrBGColor="#FFCC33";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#336633";
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]=["Chicago&nbsp;Bulls<br>&nbsp;&nbsp;Package", "#bulls", ""]
ssmItems[2]=["Chicago&nbsp;Cubs<br>&nbsp;&nbsp;Package", "#cubs",""]
ssmItems[3]=["Chicago&nbsp;Bears<br>&nbsp;&nbsp;Package", "#bears", ""]
ssmItems[4]=["Package<br>&nbsp;&nbsp;Teenager", "#teen", ""]
ssmItems[5]=["Package&nbsp;Lunch", "#lunch", ""]
ssmItems[6]=["Chicago&nbsp;Merc<br>&nbsp;&nbsp;Package", "#cme", ""]
ssmItems[7]=["La&nbsp;Salle<br>&nbsp;&nbsp;Street&nbsp;Package", "#lss", ""]
ssmItems[8]=["Alcoholic<br>&nbsp;&nbsp;Beverages", "#bev", ""]

buildMenu();

//-->