var fDesc=new Array(); fDesc[0] = "ISpy USBLock is a handby utility that allows you to protecct your personal computer from unauthorized access with USB Stick. You can use ISpy USBLock to restrict access to your PC. It's attractive, secure, and veray easy to use. It can start automatically with Windows and you can not logon Windows without an authorized USB Stick. You can lock your computer just by clicking one button in the system tray or using the hotkey CTRL ALT L. Also you can automatically lock your computer when you unplug your USB Stick."; 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 = ''; } }