var fDesc=new Array(); fDesc[0] = "Hexamail Guard is a complete spam, virus, malware and phishing protection program compatible with your mailserver. It is a multilayered antispam solution with greylisting. It provides effective elimination of email threats before they penetrate your organization and allows you to decide on the techniques that are best suited to your email system."; 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 = ''; } }