<!--
/*
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=0; // no quotes!!
staticYOffset=0; // no quotes!!
slideSpeed=5; // 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";
menuWidth=220; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="blue";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#fffff0";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF4400";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("KA8OAD's Weather Center", "MAIN MENU")
addItem("Home", "http://pages.sssnet.com/kend", "");
addItem("Amateur Radio", "ham.htm", "blank");
addItem("WV 32 Weather Viewer", "current.htm", "");
addItem("Radar Images", "radar.htm", "");
addItem("Surface Analysis", "wind.htm", "");
addItem("Convective Outlook", "http://www.spc.noaa.gov/products/outlook/day1otlk.html", "blank");
addItem("Lightning Activity", "http://www.uspln.com/", "blank");
addItem("D/W/M Graphs", "http://www.wunderground.com/weatherstation/WXDailyHistory.asp?ID=KOHFAIRL1", "blank");
addItem("Climatological Data", "climate.htm", "");
addItem("Satellite Images", "satellite.htm", "");
addItem("Current U.S. Forcast", "http://www.hpc.ncep.noaa.gov/noaa/noaa.gif", "blank");
addItem("Watches and Warnings", "http://www.spc.noaa.gov/products/wwa/index.html", "blank");
addItem("NWS - IWIN", "http://iwin.nws.noaa.gov/iwin/graphicsversion/bigmain.html", "blank");
addItem("SAME Weather Radio  Codes", "http://weather.gov/nwr/indexnw.htm#sametable", "blank");
addItem("Links & Web Rings", "links.htm", "");
endMenu()

//-->