<!--

/*
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=250; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#644420";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="1";
linkFontFamily="arial";
linkFontSize="3";
linkBGColor="white";
linkOverBGColor="##FF0000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#e7b248";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="BROWN";
barVAlign="center";
barWidth=30; // no quotes!!
barText="MENU"; // <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", "main.html","Main",0,]
ssmItems[2]=["School Incursions", "schoolsin.html","Main",0,]

ssmItems[3]=["WormWise Schools", "WormWise.html","Main",0,]
ssmItems[4]=["Products & Services", "consult.html","Main", 0,]
ssmItems[5]=["Workshops", "events.html","Main", 0,]
ssmItems[6]=["Find us", "map.html","Main", 0,]
ssmItems[7]=["Pictures", "Pic.html","Main", 0,]
ssmItems[8]=["Facts & info", "garden.html","Main", 0,]
ssmItems[9]=["Hot tips & FAQ's", "tips.html","Main", 0,]
ssmItems[10]=["How to Order", "Orders.html","Main", 0,]
buildMenu();

//-->