var fDesc=new Array(); fDesc[0] = "Advanced SystemCare Ultimate is the combination of an anti-virus utility and Windows system speedup tool. It protects you from viruses, spyware, ransomware, and other types of malware in realt-time. Latest Bitdefender engine also protects you from online threats.

Advanced SystemCare can remove junk files, optimize startup programs, improve Internet speed, and protect your privacy while browsing online."; 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 = ''; } }