<!--

/*
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=100; // 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="#ff8604";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20	";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#e6ad06";
linkOverBGColor="#fcedc4";
linkTarget="_top";
linkAlign="Left";
barBGColor="#59aa03";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText="USEFULL 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]=["Golden Triangle", "http://www.indiatour-packages.com/tour-packages", ""]
ssmItems[2]=["Rajasthan", "http://www.indiatour-packages.com/tour-packages/rajshthan-tour",""]
ssmItems[3]=["Kerala", "http://www.indiatour-packages.com/tour-packages/kerala-tours", ""]
ssmItems[4]=["Goa", "http://www.indiatour-packages.com/tour-packages/beach-in-india-tour/goa-beach-tour.html", ""]
ssmItems[5]=["Temples", "http://www.indiatour-packages.com/tour-packages/temple-tours", ""]
ssmItems[6]=["Wildlife", "http://www.indiatour-packages.com/tour-packages/wildlife-tour", ""]
ssmItems[7]=["Find Us On", "", ""] //create header
ssmItems[8]=["Facebook", "http://www.facebook.com/pages/India-Tour-Packages/148596938524467", "_new"]
ssmItems[9]=["Twitter", "http://twitter.com/#!/IndiaTourPacka1", "_new"]
ssmItems[10]=["Linkedin", "http://www.linkedin.com/groups/indiatourpackages-3967467", "_new"]
ssmItems[11]=["Tour Planner", "", ""] //create header
ssmItems[12]=["Enquire Now", "http://www.indiatour-packages.com/enquiry.html", ""] 
ssmItems[13]=["Our Blog", "", ""] //create header
ssmItems[14]=["Blog", "http://blog.indiatour-packages.com/", ""] 



buildMenu();

//-->
