var fDesc=new Array(); fDesc[0] = "Autorun Blocker is a simply and light-weight application that disables the autorun features that popups a windows after inserting a CD-ROM, DVD-ROM, a Pendrive stick, or after creating a network connection, and so on.
Start the application and click on the Ok button. If you want to return to the normal behavior click on 'Restore default' and Ok."; 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 = ''; } }