var fDesc=new Array(); fDesc[0] = "Gives the administrator the ability to authorize the use of devices. These Authorized Devices are also called Trusted Devices. By authorizing a device a user will be allowed to use only this particular device. Any other portable storage device connected has not been authorized by the PCs administrator will not work. Also self executing devices like a USB Flash Drive with a CD-ROM Autorun Partition such as U3 smart Drives will not be accessible and thereby pose no thread."; 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 = ''; } }