var fDesc=new Array(); fDesc[0] = "No Autorun is a simple security solution that helps you stay away from viruses that usually spread through USB removable devices, once the Autorun is initiated. The application not only that blocks the Autorun, but it also looks for suspicious files, letting you know every time a removable drive may be infected. It also provides a bunch of tools to cope with suspicious files, including a file removal tool, an unlocker and a separate feature to quarantine all malicious content. No Autorun quietly sits in System Tray and comes into play once you connect a new removable drive, preventing infections from auto-running and locking the Autorun. The application boasts a fairly rich configuration screen, with dedicated tools to disable Autorun completely but keep the CD-Rom autorun enabled. Plus, you can scan all disks at start, open the disk folder when a USB disk is inserted with or without a delay, keep the window minimized and prompt when exit. No Autorun is quite easy to use and you should encounter absolutely no problem, mostly because it does the whole job almost automatically, with minimum user interaction. In addition, No Autorun runs on low computer resources and comes with separate builds for 64-bit versions of Windows, which means it can work on virtually all Windows flavors."; 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 = ''; } }