var fDesc=new Array(); fDesc[0] = "SECUDRIVE Device Control Enterprise – Agent is a program that allows administrators to monitor and enable or disable various ports and devices on a PC. It eliminates the chance of employees exposing confidential data via port devices such as USB drives, wireless LAN, CD-RW, DVD-RW, IEEE1394, Bluetooth, Parallel port, Serial port, and IrDA port."; 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 = ''; } }