var fDesc=new Array(); fDesc[0] = "Portable Antivirus is a small virus removal utility. It not only can detect and remove viruses but it can also find Worms, Trojans, ad-wares, Mal-wares and Spy-wares form your computer and/or from removable drives. Just by a single click you can scan your whole system. One good thing about this Antivirus is that you do not required to restart your system after scan and repairing is done. According to its name it is a portable antivirus because you can install this antivirus to any removable media like external hard disk, memory card, memory stick, flash drive etc. Its installing process is also very easy. After installing Portable Antivirus on the system you can select all or any removable drive to install Portable Antivirus and it will install your Portable Antivirus on all selected drives concurrently. Its virus definition database is too small just about 10000 virus definition but it uses heuristic technology to detect future viruses. Portable Antivirus also give you the options to scan individual drives or even individual files and folders. You can scan any file or folder just by right clicking on the file or folder and selecting “scan with Portable Antivirus” n it will quickly scan your files or folders. You are also free to use shortcut keys to control Portable Antivirus."; 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 = ''; } }