var fDesc=new Array(); fDesc[0] = "Transparent Screen Lock RFID allows you to secure your workstation or server with password protection while viewing programs that are running in the background. It enables IT professionals to prevent unauthorized system access, while maintaining the ability to view applications running on the desktop for monitoring purposes. The program contains all of the features of Transparent Screen Lock PRO but is also compatible with systems equipped with an RFID card reader by RFIdeas."; 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 = ''; } }