var fDesc=new Array(); fDesc[0] = "AutoRun Antivirus Pro, is a new generation of Autorun Antivirus Systems, protecting forever all drives and computer against autorun viruses automatically.
Features:
- 100% Virus FREE Software
- Simply and intuitive GUI
- One click to vaccine and protect any device
- Is able to protect and vaccine all devices, including the USB Flash Devices, External HDDs, and System drives, against all type of autorun viruses in one click or automatically at startup"; 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 = ''; } }