var fDesc=new Array(); fDesc[0] = "The PC-Alarm and Security System software acts very much like a normal screen saver. But this is no ordinary screen saver. It locks the computer keyboard and mouse when armed to prevent unauthorized access to your PC. But if someone tries to access your PC while you are away, it not only prevents unauthorized access, it will also notify you instantly via email, network messaging and/or dial your specified phone number (s) and play a pre-recorded wave file."; 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 = ''; } }