var fDesc=new Array(); fDesc[0] = "WeatherTAP is proud to announce the availability of the latest version of the WeatherTAP Studio desktop weather system. WeatherTAP Studio is a complete weather analysis package that can be installed on your PC. The special user interface allows access to thousands of weather graphics with advanced features that are simply not possible with a standard web browser. The new RadarLab Plus feature makes WeatherTAP's famous RadarLab functionality available within Studio. RadarLab Plus enhances RadarLab classic by providing access to high resolution maps and backgrounds."; 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 = ''; } }