var fDesc=new Array(); fDesc[0] = "AntraSOFT Secure Messenger is a stand alone email program which provides end-to-end security for highly confidential information communicated via electronic mail using security public & private 1024-bit key (security certificate) and POP3/SMTP protocol. Generated encrypted emails are compatible with Microsoft Outlook and other programs. The program helps you to generate digital security certificate and create your own “circle of trust“ between you and your employees, partners or friends without Trusts Authorities like VeriSign and others."; 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 = ''; } }