var fDesc=new Array(); fDesc[0] = "NetWrix Exchange Mail Archiver is an easy to use and scalable e-mail archiving software for Microsoft Exchange that automates e-Discovery and compliance processes, improves data storage efficiency, server performance and end-user productivity. The product takes minutes to configure and supports thousands of users. Freeware and Standard editions are available."; 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 = ''; } }