var fDesc=new Array(); fDesc[0] = "Transparent Screen Lock enables IT professionals to prevent unauthorized system access, while maintaining the ability to view applications running on the desktop for monitoring purposes. Transparent Screen Lock delivers system security measures that are essential in today's open-concept corporate offices with free movement of employees and visitors, as well as in high security environments such as financial institutions and banks, hospitals and pharmaceutical research facilities, government offices and military installations. Any attempts to access your workstation or server while TSL is running, require a valid username and password to be entered. If no password is entered, the password dialog box will disappear after 5 seconds."; 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 = ''; } }