<!--

/*
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="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]=["Homepage", "index.php", ""]
ssmItems[2]=["Accommodations", "accommodation.php",""]
ssmItems[3]=["Hotel Facilities", "facilities.php", ""]
ssmItems[4]=["Sightseeing", "sightseeing.php", ""]
ssmItems[5]=["Holiday Packages", "holiday_packages.php", ""]
ssmItems[6]=["Car rental", "car_rental.php", ""]
ssmItems[7]=["Contact us", "contact_us.php", ""]
ssmItems[8]=["Book online", "booking.php", ""]
ssmItems[9]=["More Information", "info.php", ""]


buildMenu();

//-->