function weather()
{
url = "http://www.crh.noaa.gov/ifps/MapClick.php?FcstType=text&map.x=111&map.y=175&site=eax&Radius=0&CiTemplate=0&TextType=2";
weatherwin = window.open(url,"weather","HEIGHT=500,WIDTH=700,SCROLLBARS");
}
