var fDesc=new Array(); fDesc[0] = "Ad-Aware gives you the power to combat the cyber threats of today — and tomorrow — with proactive real-time protection, rootkit removal technology, and easy-to-use "set-and-forget" functionality — so that you can use the Internet how, when, and where you want, knowing you're safe 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 = ''; } }