var fDesc=new Array(); fDesc[0] = "zMailGuard is an application to protect privacy when sending e-mails on the Internet. This program increases your e-mail security by providing a secure form of electronic mail. You can distribute the software easily from the menu to anybody that you wish to exchange encrypted messages and/or files with. You can generate as many keys as you want for added protection."; 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 = ''; } }