var fDesc=new Array(); fDesc[0] = "WizardSoft AutoLogoff is the solution for managing inactive Windows user sessions and cleaning up user profiles. It is compact, fast, dedicated to the task and easy to setup. AutoLogoff monitors basic keyboard and mouse activity (specifically events like key up and mouse movement; laying down a book on the keyboard will not fool AutoLogoff). When AutoLogoff is enabled the specified action is performed after a period of inactivity (equals no keyboard or mouse input received). Before initiating the configured action a warning message can be shown to the user. AutoLogoff can also be setup to first lock or disconnect the desktop for a number of minutes before performing a forced logout or restart."; 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 = ''; } }