<!--

/*
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="aa3e03";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20	";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#ffbb04";
linkOverBGColor="#fbd05e";
linkTarget="_top";
linkAlign="Left";
barBGColor="#8e0304";
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]=["Hotels In India", "http://www.vacation-packages-india.com/hotels-in-india/",""]
ssmItems[2]=["Know India", "http://www.vacation-packages-india.com/Know-india/", ""]
ssmItems[3]=["Destinations India", "http://www.vacation-packages-india.com/destinations-india/", ""]
ssmItems[4]=["Find Us On", "", ""] //create header
ssmItems[5]=["Facebook", "http://www.facebook.com/pages/Vacation-Packages-India/128028927258721", "_new"]
ssmItems[6]=["Twitter", "http://twitter.com/#!/Vacationpackag1", "_new"]
ssmItems[7]=["Linkedin", "http://www.linkedin.com/groups/Vacation-Packages-India1-4211377", "_new"]
ssmItems[8]=["Tour Planner", "", ""] //create header
ssmItems[9]=["Enquire Now", "http://www.vacation-packages-india.com/enquire-now.html", ""] 
ssmItems[10]=["Our Blog", "", ""] //create header
ssmItems[11]=["Blog", "http://www.vacation-packages-india.com/ blog.html", ""] 


buildMenu();

//-->
