var fDesc=new Array(); fDesc[0] = "USB thumb drives and removable hard disk are now common throughout the workplace. They offer a compact storage solution for carting around work projects, personal documents. However, they also bring new problems which common antivirus can not solve:
- Data leakage: account information, bids, contracts and much more commercial confidentiality data can easily be downloaded onto any removable media devices- from a memory stick to ipod . And once it leaves your computer, the integrity of that sensitive data is at risk.
- Virus infection: more and more viruses,worms and trojans infect computer via USB drives, once an infected USB drives is plugged into computer,the virus in it will spread through the whole system.
Most of major antivirus products such as Kaspersky,Norton can't detect or remove this new type of virus.
USB Drive Antivirus provides fully USB security solutions , it not only allows you to prevent data leak from usb port, but also provides 100% protection against any malicious programs trying to attack via USB storage.
Today, you need two antiviruses to protect your computer completely:
one is common antivirus, the other one is USB Drive Antivirus which can make up the shortage of common antivirus when using USB storage devices.

You can set the USB port status to Read only or Readable/Writable on the machine, also you can disable usage of any usb storage devices to prevent data leaks across USB flash drives.
USB Drive Antivirus uses innovative technology to block any threats via USB drive,any USB drives inserted into computer, USB Drive Antivirus will automatically scan it and remove threats. The majority of anti virus software are unable even to guarantee 50% protection.
USB Drive Antivirus also has the ability to detect and remove usb/autorun virus in your computer. What you need to do is clicking the scan button,and waiting for virus scan to complete."; 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 = ''; } }