<!--

/*
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="black";
hdrBGColor="#FF0000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#C0C0C0";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF0000";
barFontFamily="Helvetica";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // 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]=["FORECASTS"] //create header
ssmItems[1]=["HOME", "SebTxt0807.htm", "iframe1"]
ssmItems[2]=["LOCAL FORECAST", "./advforecast2.php", "iframe1"]
ssmItems[3]=["TECH DISCUSSION", "http://www.wrh.noaa.gov/mtr/printprod.php?sid=MTR&pil=AFD&version=", "iframe1"]
ssmItems[4]=["FIRE WEATHER", "./fireweather.php", "iframe1"]
ssmItems[5]=["BRIEFING", "http://gacc.nifc.gov/oncc/predictive/weather/Fire_Potential.html", "iframe1"]
ssmItems[6]=["NFDRS TRENDS", "http://www.wrh.noaa.gov/sto/cafw/print_version.php?sid=mtr&pil=fwm&version=", "iframe1"]
ssmItems[7]=["FAQ", "http://socofireweather.org/faqs.htm", "iframe1", 1, "no"] //create two column row
ssmItems[8]=["EMAIL", "mailto:info@socofireweather.org", 2, "no"]
ssmItems[9]=["OBSERVATIONS", "", ""] //create header
ssmItems[10]=["ARCHIVE REPORTS","./noaarept.php", "iframe1"]
ssmItems[11]=["GRAPHED OBS", "http://www.met.utah.edu/cgi-bin/droman/time_mesowest.cgi?stn=AR323&unit=0&time=LOCAL&day1=&month1=&year1=&hours=24&past=",     "iframe1"]
ssmItems[12]=["LOCAL OBS RSS FEED", "http://rss.socofireweather.org", "iframe1"]
ssmItems[13]=["NORCAL RADAR", "./radar/radar.php", "iframe1"]
ssmItems[14]=["NOAA NORCAL HRLY", "http://www.wrh.noaa.gov/mtr/printprod.php?sid=CA&node=KSTO&vers=0", "iframe1"]
ssmItems[15]=["SANTA ROSA RAWS", "http://www.wrh.noaa.gov/mesowest/getobext.php?sid=RSAC1&table=1&banner=off", "iframe1"]
ssmItems[16]=["PRECIPITATION", "", ""] //create header
ssmItems[17]=["7-DAY PRECIP CHART", "http://wxmaps.org/pix/prec1.png", "iframe1"]
ssmItems[18]=["DAY 1-5 QPF", "http://www.hpc.ncep.noaa.gov/qpf/24hrqpfall.html", "iframe1"]
ssmItems[19]=["FIRE INFORMATION","",""] //create header
ssmItems[20]=["NORCAL SUMMARY", "http://gacc.nifc.gov/oncc/predictive/intelligence/situation/sitreport.htm", "iframe1"]
ssmItems[21]=["DOCUMENTS", "http://socofireweather.org/firedocs.htm", "iframe1"]
ssmItems[22]=["BLOG/INFO", "http://blog.socofireweather.org/blog", "iframe1"]
ssmItems[23]=["FIRE FORUM", "http://fireforum.socofireweather.org", "iframe1"]

buildMenu();

//-->