<!--

/*
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="brown";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#770000";
linkOverBGColor="black";
linkTarget="_top";
linkAlign="Left";
barBGColor="brown";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText="K O R A P U T"; // <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]=["KORAPUT"] //create header
ssmItems[0]=["Home", "http://www.koraput.in", "_self"]
ssmItems[1]=["Dandakaranya", "http://koraput.in/dandakaranya.html",""]
ssmItems[2]=["Koraput", "http://koraput.in/koraputregion.html", ""]
ssmItems[3]=["Sabara Srikhetra", "http://koraput.in/sabarasrikhetra.html",""]
ssmItems[4]=["Tribal Museum & COATS", "http://koraput.in/tmcoats.html", ""]
ssmItems[5]=["Hill Tribes", "http://koraput.in/hilltribes.html", ""]
ssmItems[6]=["Culture", "http://koraput.in/culture", ""]
ssmItems[7]=["Eco-tour", "http://koraput.in/ecotour", ""]
ssmItems[8]=["Contact", "http://koraput.in/contactus.html", ""]
buildMenu();

//-->
