var fDesc=new Array(); fDesc[0] = "WLcom is a program that connects to Rainwise Weather Log weather stations such as the S10-R and S12. The connection to the weather station can be made by serial RS232, RS422, radio or modem. Sensor and units of measure are detected automatically by the program. WLcom displays real time information, uploads logged data and will log directly to disk."; 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 = ''; } }