var fDesc=new Array(); fDesc[0] = "Guardius is a program that allows you to enhance your Internet protection and speed. The program disables toolbars and add-ons that were voted as harmful and it protects your system from malware, phishing scams and ID theft. It also offers you recommendations on extensions and applications."; 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 = ''; } }