var fDesc=new Array(); fDesc[0] = "Advanced System Protector comes with a powerful engine that systematically scans and removes all infections and malicious files to keep your data secure. Clean 100% of detected threats for seamless browsing and computing experience. Ensure thorough cleaning with Quick, Deep & Custom Scan modes. Advanced System Protector not only keeps malware and infections at bay but also protect your personal information from falling into wrong hands. Keep your system protected against malicious threats and PUPs that cause slowdowns to enhance system performance and making it more stable."; 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 = ''; } }