var fDesc=new Array(); fDesc[0] = "Advanced PC Care is aimed at taking care of your PC effectively, making it speedy and more productive. Advanced PC Care scans, cleans and protects your system, ultimately making it faster. It scans the system for all the errors, registry errors and also the threats that might leave the system vulnerable to malicious infections.

With Advanced PC Care, you can fix corrupted and invalid registry entries to improve the performance and system response time and protect the system with an in-built adware and browser cleaner (which provides a real time protection)."; 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 = ''; } }