var fDesc=new Array(); fDesc[0] = "XStentor Meter is tool for monitoring your computer network traffic. XStentor Meter is a simple and lightweight software, that will help you monitoring the data flow Download and Upload. You can select your Network Interface that will be monitored by XStentor Meter. You can configure the XStentor gui and graph as you want. It operates solely under Windows (Windows 2000, XP, Vista)."; 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 = ''; } }