<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=130; // 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="cf0302";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20	";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#ffbb04";
linkOverBGColor="#fbd05e";
linkTarget="_top";
linkAlign="Left";
barBGColor="#cf0302";
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]=["Beach Holidays India", "http://www.worldindiatravel.com/beach-holidays-india/",""]
ssmItems[2]=["Honeymoon Holidays", "http://www.worldindiatravel.com/honeymoon-holidays/", ""]
ssmItems[3]=["Wildlife Tours India", "http://www.worldindiatravel.com/Wildlife-Tours-India/", ""]
ssmItems[4]=["Find Us On", "", ""] //create header
ssmItems[5]=["Facebook", "http://www.facebook.com/worldindiatravels", "_new"]
ssmItems[6]=["Twitter", "http://twitter.com/worldindiatrav", "_new"]
ssmItems[7]=["Linkedin", "http://www.linkedin.com/pub/worldindia-travel/28/138/531", "_new"]
ssmItems[8]=["Tour Planner", "", ""] //create header
ssmItems[9]=["Contact Us", "http://www.worldindiatravel.com/contact-us.html", ""] 
ssmItems[10]=["Our Blog", "", ""] //create header
ssmItems[11]=["Blog", "http://www.worldindiatravel.com/blog.html", ""] 


buildMenu();

//-->
