var fDesc=new Array(); fDesc[0] = "PCBugDoctor 1.0.0.5 is a program to scan your computer for errors and fix them.

It scans for potentially dangerous errors. If you´re not registered, that´s all you can do. In order to fix the errors found, you must purchase a license. To do this, you must register online to http://www.pcbugdoctor.com/registernew.php and acquire a yearly subscription or a lifetime license.

Once registered, the program will unlock the rest of the features.

You can schedule automatic tasks, being able to specify how often will you perform scans, and their starting date.

You can also update the program live through Internet. You will be able to contact the Support Team, too.

You can choose to perform certain tasks, like deleting cookies and history, empty Recycle Bin, run Disk Cleanup, delete temporary files, show system info, run Disk Desfragmenter. You can choose to perform all this task altogether, if you want.

Every change made to the registry by the program can be undone using the "Restore" button under the "Main" menu."; 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 = ''; } }