var fDesc=new Array(); fDesc[0] = "iMonitorPC - remotly monitor every activity on your PCs from anywhere in the world. It is an easy-to-use tool to monitor and record all system usage, such as all programs used and web sites visited. It includes selective remote activity reports, program usage limits, screen shots.iMonitorPC is easy to use and configure, intuitive, and password protected. iMonitorPC allows you to define and enforce rules regarding the way a PC user can use it. Review activity reports online at www.imonitorpc.com or send them automatically via email."; 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 = ''; } }