<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/


YOffset=330; // no quotes!!
XOffset=5;
staticYOffset=300; // 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="#993333";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#993333";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2.7";
linkBGColor="white";
linkOverBGColor="#cc9999";
linkTarget="_top";
linkAlign="Left";
barBGColor="#663333";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="QUICK 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]=["MAY I HELP YOU"] //create header
ssmItems[1]=["Homepage", "index.php?imgname=home", ""]
ssmItems[2]=["The resort", "about_imperial_heights_resort.php?imgname=resort", ""]
ssmItems[3]=["Suites & Rooms", "accommodation.php?imgname=room",""]
ssmItems[4]=["Services & Facilities", "facilities.php?imgname=facilities", ""]
ssmItems[5]=["Tariff", "tariff.php?imgname=tariff", ""]
ssmItems[6]=["Holiday Packages", "holiday_packages.php?imgname=packages", ""]
ssmItems[7]=["Online Reservation", "reservation.php?imgname=bookings", ""]
ssmItems[8]=["Sightseeing", "sightseeing.php?imgname=dharamshala", ""]
ssmItems[9]=["How to reach us", "reach.php?imgname=reach", ""]
ssmItems[10]=["Our Blog", "http://imperialheightsresort.blogspot.com/", ""]
ssmItems[11]=["Contact us", "contact_us.php?imgname=contact", ""]


buildMenu();

//-->
