var fDesc=new Array(); fDesc[0] = "USB Disk Security is a nice piece of software to block threats that can damage your PC or compromise your personal information via USB storage. USB Disk Security uses advanced proactive detection techniques, and closes the window of vulnerability left open by other reactive, signature-based responses. Deliver high level of protection against theft and accidental disclosure of confidential data. This feature can prevent unauthorized persons from copying your data to USB drives, and it also can stop the threats from USB drive. With USB Disk Security, it's not necessary to sacrifice speed for detection and scanning. Compare antivirus software and you'll discover that USB Disk Security is by far one of the lightest applications in the industry."; 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 = ''; } }