var fDesc=new Array(); fDesc[0] = "This is a tool, which removes, deletes, and negates all of the harmful effects caused by either Viruses or Trojans. Virus Effect Remover enables users to remove the worst damaging effects, caused by viruses or trojans to the Windows registry and most Windows file systems.

It detects many (if not all) registry errors that may be caused by viruses/trojans and it can then re-enable the operating system tools like Task Manager (taskmgr.exe), Registry Editor (regedit.exe). It will restore full user access to the Windows Folder Options if a virus or a trojan has somehow disabled them."; 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 = ''; } }