<!--

/*
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="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#FF0000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF0000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText=" STAT NAV "; // <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]=["Stat Nav Links"] //create header
ssmItems[1]=["EMSFireRescue Home", "http://emsfirerescue.net", ""]
ssmItems[2]=["CONED Links", "http://emsfirerescue.net/coned/dates.html",""]
ssmItems[3]=["DHS Training", "http://emsfirerescue.net/coned/dhs.html", ""]
ssmItems[4]=["US Govt Medical Websites", "http://emsfirerescue.net/USGOV/sites.html", ""]
ssmItems[5]=["National Organizations", "http://emsfirerescue.net/ORGS/sites.html", ""]
ssmItems[6]=["Maryland Organizations", "http://emsfirerescue.net/MD/sites.htm", ""]
ssmItems[7]=["Tactical Medicine", "http://emsfirerescue.net/TacMed/sites.htm", ""]
ssmItems[8]=["SAR & Wilderness Med", "http://emsfirerescue.net/SAR/sites.htm", ""]
ssmItems[9]=["Simulations", "http://emsfirerescue.net/Sim/sites.htm", ""]
ssmItems[10]=["Other EMS Sites", "http://emsfirerescue.net/other/sites.htm", ""]

buildMenu();

//-->