var fDesc=new Array(); fDesc[0] = "The Weather Channel helps you get your current weather conditions instantly. Additionally you can receive severe weather alerts, 5-day forecasts and more in an easy-to-read simplified horizontal layout.

With a larger animated radar, you will be able to track past and future weather as well as having the opportunity to select various map layers such as "UV Index," "Past 24-hr Precipitation" or "Wind" and more."; 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 = ''; } }