var fDesc=new Array(); fDesc[0] = "Ad-Aware Free Internet Security, the world's most trusted internet protection, features real-time protection, advanced detection technology, rootkit protection, automatic updates, and much more - to ensure that you have the power to protect yourself online.Ad-Aware gives you the power to combat the cyber threats of today - and tomorrow - with proactive real-time protection 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 = ''; } }