<!--

/*
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="#dba123";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20	";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#ffbb04";
linkOverBGColor="#fcedc4";
linkTarget="_top";
linkAlign="Left";
barBGColor="#c11504";
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]=["Tirupati Darshan", "http://www.tirupatidarshanguide.com/tirupati-darshan.html",""]
ssmItems[2]=["Ancient Temples", "http://www.tirupatidarshanguide.com/hotels-resort/", ""]
ssmItems[3]=["Places to Visit Tirupati", "http://www.tirupatidarshanguide.com/places-to-visit-tirupati/", ""]
ssmItems[4]=["Find Us On", "", ""] //create header
ssmItems[5]=["Facebook", "http://www.facebook.com/pages/Tirupati-Darshan-Guide/180551588626726", "_new"]
ssmItems[6]=["Twitter", "http://twitter.com/TirupatiDarsha", "_new"]
ssmItems[7]=["Linkedin", "http://www.linkedin.com/groups/Tirupati-Darshan-Guide-3725889", "_new"]
ssmItems[8]=["Tour Planner", "", ""] //create header
ssmItems[9]=["Enquire Now", "http://www.tirupatidarshanguide.com/enquire-now.html", ""] 
ssmItems[10]=["Our Blog", "", ""] //create header
ssmItems[11]=["Blog", "http://www.tirupatidarshanguide.com/blog.html", ""] 


buildMenu();

//-->
