var fDesc=new Array(); fDesc[0] = "Rocket Weather Browser was created to bring together the best and most reliable weather information on the internet into one easy to use place. Weather is always changing, especially in severe conditions. Set email & cell phone alerts to stay updated, check the latest weather anywhere and then view it from multiple sources. Check the long range forcasts from the most reliable. Zoom into 100's of viewable radars loops, get percipitation totals, listen to Noaa radio, access news, & so much 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 = ''; } }