var fDesc=new Array(); fDesc[0] = "The software will display and log weather data obtained through a USB connection to the Oregon Scientific WMR88, WMR100, WMR200 and RMS300 weather stations. It also supports the WxShield reciever for Oregon Scientific wireless sensors. You will find features here for a wide range of users, from novices, to experts. The extensive user manual describes program features in detail and includes informative discussions on many topics."; 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 = ''; } }