var fDesc=new Array(); fDesc[0] = "CodeTwo Exchange Rules Pro is a Microsoft certified email signature and email flow manager for Exchange. This program will help you create complex rules to centrally manage email flow and to unify the look of your corporate correspondence - all without touching end users computers and mobile devices.

You can design a unified email signature and disclaimer for the entire company in less than 5 minutes, automatically add personalized signatures including users' photos and AD data, add marketing banners and other images inline to any email, and more."; 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 = ''; } }