<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=90; // no quotes!!
XOffset=4;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // 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="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Links 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]=["Bexar County "] //create header
ssmItems[1]=["Master Gardeners"]
ssmItems[2]=["Time Sheet ", "http://bexar-mg.itgo.com/onlinetim.htm",""]
ssmItems[3]=["Schultze House", "http://schultze-house-gardens.itgo.com/", ""]
ssmItems[4]=["Gardening Sites", "http://mgusers.freeservers.com/osites.htm", ""]
ssmItems[5]=["Members Only Section"]
ssmItems[6]=["Members Only", "http://mgusers.freeservers.com/password.htm", ""]
ssmItems[7]=["", "", ""]
ssmItems[8]=["Useful", "", ""]
ssmItems[9]=["External Links", "", ""] //create header
ssmItems[10]=["Yahoo Maps", "http://maps.yahoo.com/", ""]
ssmItems[11]=["Traffic Conditions", "http://www.transguide.dot.state.tx.us/Traffic/ccmap.php", ""]
ssmItems[12]=["Plant Answers", "http://aggie-horticulture.tamu.edu/plantanswers/web.html", ""]
ssmItems[13]=["", "", ""]
buildMenu();
//-->
