var fDesc=new Array(); fDesc[0] = "Protect your computer, with the Internet Security Package. Whether antivirus, browser protection, firewall, child safety, or spam and phishing filters: with the Internet Security Package you are completely protected. Complete protection against viruses and spyware. Firewall: protection against hackers. Protection against unexpected invoices dues to mobile internet use. Parental control: allows you to set certain parameters to help protect your children when they surf."; 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 = ''; } }