var fDesc=new Array(); fDesc[0] = "StatWin Professional - user monitoring on a single computer. Provides computer monitoring by collecting, storing and analyzing activity of computer users: startup time and time of computer usage; user activity with processes (applications); dial-up Internet access; access to web servers; websites visited; documents printed; general user activity with keyboard and mouse; access to/from local network; shared resources; operations of software adding/removing; USB devices connected; operations with files. Information security - setting user permissions with User Administration tool. Designed for home, offices, etc."; 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 = ''; } }