<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html
YOffset=80; // no quotes!!
staticYOffset=0; // no quotes!!  // Offset after being scrolled
slideSpeed=15 // no quotes!!  // Horizontal slide speed
waitTime=300; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";  // Color of lines between subitems
menuIsStatic="no";  // Actually, this means just the opposite!!
menuWidth=270; // Includes width of bar.  Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="#ff0000";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#D7EBFF";
linkOverBGColor="#ffffe0";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0000ff";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#ffffff"; 
barVAlign="center";
barWidth=11; // no quotes!!

startMenu("This Station And . . .", "W E A T H E R   L I N K S")
addItem("Citizen Weather Observer Program (CW2195)", "http://www.findu.com/cgi-bin/wxpage.cgi?CW2195", "");
addItem("Weather Underground (KVAROANO10)", "http://www.wunderground.com/weatherstation/WXDailyHistory.asp?ID=KVAROANO10", "");
addItem("Strikestar Lightning Network (RNK)", "http://strikestarus.com", "");
addItem("Contact Webmaster", "/fb.php", "");
addHdr("Weather Links of Interest");
addItem("Carvins Cove Water Level",
 "http://www.westernvawater.org/WebMgmt/ywbase61b.nsf/vwContentByKey/N2626JNT105PLESEN", "");
addItem("US Drought Map", "http://www.cpc.ncep.noaa.gov/products/analysis_monitoring/regional_monitoring/palmer.gif", "");
addItem("Yesterday's Storm Reports", "http://www.spc.noaa.gov/climo/reports/yesterday.html", "");
addItem("Roanoke Valley Rainfall Reports", "http://www.afws.net/data/va/Roanoke.htm", "");
addItem("Latest Snowfall Reports", "http://www.srh.noaa.gov/data/RNK/PNSRNK", "");
addItem("Virginia Rainfall and River Stage Data", "http://www.afws.net/states/va/va.htm", "");
addItem("US WeatherBug Cams", "http://www.instacam.com", "");
addItem("Roanoke Area Cams Page", "http://www.weatherroanoke.com/camslocalall.html", "");
addItem("WDBJ7 Closings and Delays", "http://wdbj.static.worldnow.com/images/incoming/School%20Closings/wxclose.htm", "");
addItem("Virginia Road Conditions", "http://www.virginiadot.org/comtravel/eoc/eoc-main.asp", "");
addItem("US Snowcover Map", "http://maps.wunderground.com/data/640x480/2xus_snow.gif", "");
addItem("US Influenza Reports", "http://image.weather.com/images/maps/health/map_flu_ltst_4namus_enus_600x405.jpg", "");
addItem("Climatological Trip Planner", "http://www.wunderground.com/tripplanner/index.asp", "");
addItem("NWS Local Warnings", "http://www.erh.noaa.gov/er/rnk/", "");
addItem("Roanoke Daily Climate Summary", "http://www.srh.noaa.gov/data/RNK/CLIROA", "");
addItem("US Infrared Satellite", "http://www.wunderground.com/satellite/vis/1k/US.html", "");
addItem("UV Index Forecast", "http://image.weather.com/images/maps/forecast/map_uvidx_day1_4namus_enus_600x405.jpg", "");
addItem("14-Day Outlook", "http://www.cpc.ncep.noaa.gov/products/predictions/814day/index.html", "");
addItem("Travel Forecast", "http://iwin.nws.noaa.gov/iwin/us/traveler.html", "");
addItem("Forecast Discussion", "http://www.srh.noaa.gov/data/RNK/AFDRNK", "");
addItem("Climate Prediction Center", "http://www.cpc.ncep.noaa.gov/", "");
addItem("Storm Prediction Center", "http://www.spc.noaa.gov/", "");
addItem("NOAA Stormwatch", "http://www.noaa.gov/stormwatch/", "");
addItem("Tropical Prediction Center", "http://www.nhc.noaa.gov/", "");
addItem("Hurricane/Tropical Data", "http://weather.unisys.com:80/hurricane/index.html", "");
addItem("Today's Weather History", "http://www.weatherforyou.com/history/", "");
addItem("CNN Allergy Maps", "http://www.cnn.com/WEATHER/allergy/", "");
addItem("Mid-Atlantic Earthquake Activity", "http://earthquake.usgs.gov/eqcenter/recenteqsus/Maps/US10/32.42.-85.-75.php", "");
addItem("Virginia Ski Reports", "http://www.wunderground.com/ski/VA/", "");
endMenu()

//-->




























