<!--

/*
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="black";
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="Arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#008817";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444488";
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=13; // no quotes!!
barText="Quick 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]=["Menu"] //create header
ssmItems[1]=["Home", "index.html", ""]
ssmItems[2]=["About S.E.F.", "sef.html",""]
ssmItems[3]=["Nature Centre", "knuckles.html", ""]
ssmItems[4]=["Bio Diversity", "biodiv.html", ""]
ssmItems[5]=["Back To Top", "#top", ""]
ssmItems[6]=["Knuckles Range", "forest.html", ""]

ssmItems[7]=["Virus Inc", "virusinc.htm", "", 1, "no"] //create two column row
ssmItems[8]=["Email", "mailto:knucles@sltnet.lk?subject=Feedback From Knucklesrange Site", "",1]

ssmItems[9]=["External Links", "", ""] //create header
ssmItems[10]=["Google Search", "http://www.google.com", "_new"]
ssmItems[11]=["Webmasters Site", "http://www.virusinc.org", "_new"]
ssmItems[12]=["Contact Webmaster", "mailto:mahendra@virusinc.org?subject=Feedback From Knucklesrange", ""]

buildMenu();

//-->
