var fDesc=new Array(); fDesc[0] = "Admin Report Kit for Exchange Server (ARKES) is an Exchange Server Management and Reporting solution that addresses the critical functions of auditing and reporting Exchange objects' configuration settings, usage and security, and server configuration.

ARKES reads Exchange object information across the entire Exchange Organization from any remote location, when the Exchange Organization is logically and physically grouped together. ARKES reports about various objects in Exchange architecture such as organization, administrative group, routing group, servers, connectors, protocols, information stores and recipients. ARKES provides 100 out-of-the-box reports about Exchange Server objects' configuration, security and usage."; 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 = ''; } }