var fDesc=new Array(); fDesc[0] = "Weather1-Lite allows you to track weather conditions for your zip code, including 5-day forecast and access to popular satellite and radar imagery. It minimizes neatly in your system tray (near your clock) with an icon of the current weather conditions, or temperature, or both."; 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 = ''; } }