<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=5; // no quotes!!
XOffset=20;
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="#000000";
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="#C0C0C0";
hdrBGColor="#333333";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#000000";
linkOverBGColor="#666666";
linkTarget="_top";
linkAlign="Left";
barBGColor="#333333";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#C0C0C0";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Underground 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]=["Members", "members/index.html", "_self"]
ssmItems[1]=["Events", "http://www.en-designz.com/Cavers/events", "_self"]
ssmItems[2]=["Photo Album", "http://www.en-designz.com/Cavers/photos/", "_self"]
ssmItems[3]=["Discussion Board", "http://www.en-designz.com/Cavers/Discussion/", "_blank"]

ssmItems[4]=["Our External Links", "", ""] //create header
ssmItems[5]=["Conservation", "http://www.caves.org/committee/conservation/", "_blank"]
ssmItems[6]=["Cave Safety", "http://www.caves.org/safety/index.shtml/", "_blank"]
ssmItems[7]=["National Speleological Society (NSS)! ", "http://www.caves.org/", "_blank"]
ssmItems[8]=["Find A Grotto", "http://www.nssio.org/", "_blank"]
ssmItems[9]=["SCCI Membership", "http://www.scci.org/membership.html", "_blank"]
ssmItems[10]=["Cave Diving Section", "http://www.nsscds.com/", "_blank"]
ssmItems[11]=["NSS Vertical Section", "http://www.caves.org/section/vertical/", "_blank"]
ssmItems[12]=["Caving Supplies", "http://www.innermountainoutfitters.net/", "_blank"]
ssmItems[13]=["NSSCAVERS", "http://nsscavers.ning.com/", "_blank"]
ssmItems[14]=["Closed Cave List", "http://dogwoodcitygrotto.com/hosting/dcg/files/closedcavelist.pdf", "_self"]
buildMenu();

//-->