var fDesc=new Array(); fDesc[0] = "GateWall Antispam is a mail gateway solution with integrated spam filtering and antivirus tools. The product is built from multiple modules, which makes it more failsafe and allows running the server on a distributed system. GateWall Antispam supports all the leading spam filtering technologies and features Cloud Antispam and Bayesian statistical spam filtering solution designed by Entensys."; 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 = ''; } }