var fDesc=new Array(); fDesc[0] = "InterWARN is a state-of-the-art weather warning retrieval program for Windows 95/98/NT. InterWARN turns your regular internet connection into your own automated personal wire service for National Weather Service watches, warnings and statements including Storm Prediction Center watches and outlooks, and advisories from the National Hurricane Center. InterWARN's completely customizable and interactive interface allows you to get the information you want with options that include visual and audio alarms as well as the ability to save, print, and e-mail all incoming weather information."; 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 = ''; } }