var fDesc=new Array(); fDesc[0] = "AutoRun Disable is a free tool that helps you secure your PC. With it you can easily disable the possibly dangerous AutoRun feature of Windows (XP, Vista, 7). You can disable the auto-run feature based on device types (USB and other removable devices, CD/DVD, internal or network drives) or specific drive letters.

Disabling auto-run will protect your PC against auto-run based malware like Stuxnet, Conficker, Downadup and others that could infect your PC."; 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 = ''; } }