<!--

/*
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=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=0; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="'BebasRegular',Georgia,'Times New Roman',Times,serif";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#170088";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="'BebasRegular',Georgia,'Times New Roman',Times,serif";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="center";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=0; // no quotes!!
barText= " "; // <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]=["<IMG SRC='../images/ql.png'  class='moveup'> <br>"] //create header
ssmItems[1]=["Reservations", "../reservation.html", ""]
ssmItems[2]=["Bachelorette &nbsp Parties", "../event.html/234501", ""]
ssmItems[3]=["Birthday &nbsp  Parties", "../event.html/234500", ""]

ssmItems[4]=["Corporate &nbsp  Events", "../event.html/234502", ""]



ssmItems[5]=["Promotions &nbsp  &  &nbsp Specials", "../promotions.html", ""] 
ssmItems[6]=["<a href ='http://www.onelittlewest12.com/'><IMG SRC='../images/theonegroup.jpg'></a>"]




buildMenu();

//-->
