<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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="#ffffff";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="#c20303";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20	";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#e73636";
linkOverBGColor="#f96e6e";
linkTarget="_top";
linkAlign="Left";
barBGColor="#c20303";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText="USEFUL LINKS"; // <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]=["Main Attractions"] //create header
ssmItems[1]=["Adventure Tours", "http://www.royalindiantours.com/adventure-tours/",""]
ssmItems[2]=["Hotels In India", "http://www.royalindiantours.com/hotels-in-india/", ""]
ssmItems[3]=["Luxury Holidays In India", "http://www.royalindiantours.com/luxury-holidays-in-india/", ""]
ssmItems[4]=["Find Us On", "", ""] //create header
ssmItems[5]=["Facebook", "http://www.facebook.com/royalindiantours", "_new"]
ssmItems[6]=["Twitter", "http://twitter.com/royalindian11", "_new"]
ssmItems[7]=["Linkedin", "http://www.linkedin.com/groups/Royal-Indian-Tours-3725779", "_new"]
ssmItems[8]=["Tour Planner", "", ""] //create header
ssmItems[9]=["Enquire Now", "http://www.royalindiantours.com/enquire-now.html", ""] 
ssmItems[10]=["Our Blog", "", ""] //create header
ssmItems[11]=["Blog", "http://www.royalindiantours.com/blog.html", ""] 


buildMenu();

//-->
