var fDesc=new Array(); fDesc[0] = "Multi-layered Anti Spyware and Anti Virus protection checks each web page, email and files/registry on your system and eliminates/ blocks threats. It provides continuous automatic protection against new threats. Two way Advanced Firewall prevents unauthorized access to your PC at point of entry. Data Theft Prevention Protects your sensitive personal information, like credit card numbers and passwords safe. Parental Control allows you to control employees and children internet usage and filter what they can browse."; 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 = ''; } }