var fDesc=new Array(); fDesc[0] = "Protect your privacy and the personal information on your mobile device with Norton Smartphone Security Version for Symbian™/Microsoft® Windows® Mobile. It stops hackers and prevents cybercriminals from stealing your information or spying on you when you use public networks. It eliminates annoying text and multimedia spam messages. And it detects and removes viruses and other mobile threats before they can cause you problems."; 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 = ''; } }