var fDesc=new Array(); fDesc[0] = "USB Disk Security protects your computer from being infected by malicious programs present on external storage media. It supports flash disk, SD card, external hard disk, iPod, and other devices. This program can work along with other anti-virus programs.

USB Disk Security can also be used to prevent data being copied to USB drives. You may lock all USB connections so that no external drives are connected to your PC."; 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 = ''; } }