var fDesc=new Array(); fDesc[0] = "The application scans for broken or missing DLLs and fixes them.

Main Features:

-Resolve .dll related errors and ensure your software runs smoothly.
-Eliminate .dll related system pop-up error messages.
-Repair and clean your Registry of unwanted and invalid registry entries.
-Optimize PC performance and speed up your system with a clean and error-free registry.
-Prevent your applications and PC from crashing.
-Counteract deterioration over time. 12, 24, 36 months licenses available.
-Easy to use 2-in-1 interface."; 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 = ''; } }