var fDesc=new Array(); fDesc[0] = "Norton Identity Safe is a free, cloud-enabled service that allows consumers to easily and securely store and synchronize logins, passwords, credit cards, and other Web form information across browsers and devices. Available for free download from IdentitySafe-beta.norton.com, Norton Identity Safe beta is designed to help consumers address the complex challenge of keeping their identities secure and protecting their passwords across multiple sites and devices."; 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 = ''; } }