var fDesc=new Array(); fDesc[0] = "StatWin Professional - Take All User Actions under Control.
Whenever you need a precise control over user’s actions you can’t afford to rely on half-measures. Information security requires full scale monitoring over all types of user activity including applications, processes, keystrokes, files, Internet activity, USB devices, printers, networking and so on. That’s why you need StatWin – a full-featured information security and computer monitoring software product designed for home and small office use."; 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 = ''; } }