var fDesc=new Array(); fDesc[0] = "Ad-Aware Total Security is a new all-in-one security solution that combines industry leading malware detection and removal power with multiple layers of additional protection for complete security and PC health, including a firewall, anti-phishing, identity theft protection, anti-spam, parental control, backup, data recovery, system tuning, and more... giving you and your family the power to confidently work and play online with total peace of mind."; 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 = ''; } }