var fDesc=new Array(); fDesc[0] = "EZ Open goes to the webpage of the provider and displays the information. EZ Open also has a notepad, free support tab, and a help link. Are you a busy person? Well, then EZ Open can be great when you wake up and get your coffee. All you have to do is double click the EZ Open icon on your desktop. Within 30 Seconds you can see if it is going to rain/snow, or not, the precipitation, the high temperature, and the low, the wind MPH, and of course any T-Storm, Tornado, or Flash Flood Watches or Warnings. That way you won’t have to worry about one less thing in your life."; 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 = ''; } }