var fDesc=new Array(); fDesc[0] = "Autorun.inf Check is a computer program can check drive for autorun.inf file and delete autorun.inf and file that linked in Autorun.inf file. Also it can enable 'registry editor', 'task manager', 'folder options', 'system restore'. You can use 'open drive' part to open your drive without running Autorun.inf file. Autorun.inf Check maybe can,t do anything if Harmful program is active."; 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 = ''; } }