<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=175; // 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=175; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#0BA7F6";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#106791";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="white";
barVAlign="center";
barWidth=50; // 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", "index2.cfm", ""]
ssmItems[2]=["General Information", "info.cfm",""]
ssmItems[3]=["Amenities", "amenities.cfm", ""]
ssmItems[4]=["Online Registration", "register.cfm", ""]
ssmItems[5]=["Attractions", "attraction.cfm", ""]
ssmItems[6]=["Directions", "map.cfm", ""]

ssmItems[7]=["FAQ/Help", "faqs.cfm", "", 1, "no"] //create two column row
ssmItems[8]=["Email Us", "contact.cfm", "",1]

ssmItems[9]=["External Links", "", ""] //create header
ssmItems[10]=["Local Weather", "http://www.weather.com/weather/local/92647", "_blank"]
ssmItems[11]=["Dynamic Area Map", "http://choicehotels.vicinity.com/yt.hm?CMD=MAP&FAM=hotelchoice&SEC=geo&GC=X:-117.98811|Y:33.7251|LN:-117.98811|LT:33.7251|LS:20000&IC=33.7251:-117.98811:680:Comfort&LV=3&hotel=comfort&propinfo=CA102&hotelName=Comfort+Suites&hotelAD2=16301+Beach+Blvd.&hotelAD3=Huntington%20Beach,+CA+92647&GAD2=16301+Beach+Blvd.&GAD3=Huntington+Beach,+CA+92647&country=USA", "_blank"]
ssmItems[12]=["Corporate Website", "http://www.comfortsuites.com", "_blank"]

buildMenu();

//-->