<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=280; // no quotes!!
XOffset=0;
staticYOffset=100; // no quotes!!
slideSpeed=2 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#99ccff";
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="white";
hdrBGColor="#406792";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#99CCFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#406792";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="OTHER"; // <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]=["Links"] //create header
ssmItems[1]=["Counsult us", "contact.html", ""]
ssmItems[2]=["Cost Comparison", "cost-comparison.html",""]
ssmItems[3]=["Services", "services.html", ""]
ssmItems[4]=["Feedback", "", ""]
ssmItems[5]=["Submit Quote", "enquiry.html", ""]
ssmItems[6]=["Payment Modes", "", ""]

ssmItems[7]=["FAQ", "FAQ's.html", "", 1, "no"] //create two column row
ssmItems[8]=["Email", "mailto:info@indianmedicaltourism.co.in", "",1]

ssmItems[9]=["", "", ""] //create header
ssmItems[10]=["", "", ""]
ssmItems[11]=["", "", ""]
ssmItems[12]=["", "", ""]

buildMenu();

//-->