var fDesc=new Array(); fDesc[0] = "System-Care keeps your PC clean, smooth and error free. The most efficient and easy-to-use utility for the users to quickly optimize performance and get a clean and faster PC. It boosts up the overall speed and performance of your Computer system. It comprises of a add-on remover, registry cleaner, start-up manager and a very robust adware / malware cleaner. Trusted by millions of users, System-Care is designed and tested with utmost care to keep your PCs running smooth, fast and error free. System-Care is the world's most liked and preferred PC protection utility! A small yet highly efficient adware cleaner for safe, clean and error free surfing. Displays and manage all the system startup items to improve PC boot time & overall performance. Repair all the corrupt & invalid registry entries to improve computer system response time and performance. Lightning fast registry Scan & Fix mechanism keeps your system error free & running smoothly. View & manage system startups to reduce boot time & improve system response. Silent, yet a very powerful built in adware & browser cleaner for safe & error free surfing."; 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 = ''; } }