var fDesc=new Array(); fDesc[0] = "Norton Zone allows you to share photos, music, videos, and other important documents from your computer, smartphone, or tablet. Share a folder with friends, family or co-workers and everyone can access, edit and share anything with you in that folder. Norton Zone automatically scans for malware and viruses before anyone downloads any file you’ve shared."; 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 = ''; } }