var fDesc=new Array(); fDesc[0] = "Get the Best Weather on the Web® in a desktop widget with the AccuWeather.com Stratus™, powered by Adobe® AIR®. This easy-to-download and fun-to-use widget provides current conditions and five-day forecasts for just about any location around the world, as well as severe weather alerts and WeatherAlarms™ for upcoming extreme weather conditions."; 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 = ''; } }