var fDesc=new Array(); fDesc[0] = "Password Protected Lock is advanced security computer lock you can use to secure your PC and protect your privacy. It is helpful, secure, and very easy to use. It starts automatically with Windows and optionally activates desktop lock with password upon loading. It hides your desktop at the same time and provides an informative message that you can edit as you like. You can have the program power down your monitor after a selected period of lock time and even set time restrictions for other users to restrict access to your computer. Optionally, it can show screen lock or launch Windows screen saver. Also it has special screen saver with password protection. Besides, it has the network client validation feature for Windows log-on. Lock uses the Windows multi-user engine, but doesn't save passwords in PWL files for security reason! In short, this is a password-protected desktop security utility that lets you lock the PC desktop with password on boot, or at the time while you are away. Try our Password Protected Lock for free."; 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 = ''; } }