var fDesc=new Array(); fDesc[0] = "All you need is a computer and Internet access to get instant weather, news, videos, alerts with a click of the mouse. With 23 Instant Alert you will have instant access to local and national radar, and important late breaking news alerts.
Main Features:
- 4-day Forecast
- Temperature
- Heat Index
- Wind Speed
- Wind Direction
- Barometric Pressure
- Humidity
- Dew Point
- Personal Forecast
- Local Radar
- National Radar
- National Temperature
- Air Temperature
- Humidity
- Wind
- Lightning
- Hurricanes
- Warnings
- Watches
- Advisories"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }