var fDesc=new Array(); fDesc[0] = "HeavyWeatherPublisher is the essential tool for emailing and uploading the latest weather data received from the weather station to the Internet. The Publisher can perform multitasks by simultaneously uploading and emailing different weather data images to different servers and email addresses at any one time. Simply set an interval get online and the weather data is automatically uploaded or emailed at your chosen interval setting."; 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 = ''; } }