var fDesc=new Array(); fDesc[0] = "USB Lock Down - This tool will allow you to quickly prevent users from copying files or writing to USB Portable devices such as USB Keys or Memory Sticks and USB Hard Drives. An easy way to protect corporate software, documents and files from being copied illegally.

USB Lock Down can be operated in GUI (graphical) or Stealth Mode. Stealth mode will allow companies to use existing software distribution methods to quickly and silently apply the USB Lock Down tool to all of their computers."; 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 = ''; } }