var fDesc=new Array(); fDesc[0] = "CodeTwo Exchange Rules is an Exchange signature manager. It can be installed as an add-on to Microsoft Exchange Server to help server administrators centralize the management of email signatures and disclaimers on MS Exchange. You can create personalized signatures using an HTML editor with Active Directory fields.

A Pro version of CodeTwo Exchange Rules is also available with advanced email processing features and multi-tenancy support."; 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 = ''; } }