var fDesc=new Array(); fDesc[0] = "McAfee Personal Firewall Plus safeguards your financial documents, personal information, photos, and online communications, by preventing unwanted Internet connections to or from your PC. Whether you are on a home network, broadband or dial-up connection, or simply enjoying a hotspot, McAfee Personal Firewall Plus helps ensure your personal files and information are not compromised."; 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 = ''; } }