var fDesc=new Array(); fDesc[0] = "ES-Insight Standard is a free, introductory level tool to analyze SMTP log files from Microsoft Exchange and Internet Information Manager. ES-Insight Standard gives a basic look into email logs and is invaluable to email administrators by organizing and presenting the log file information in a logical, clear manner. Messages are separated into inbound and outbound traffic groups. Errors or incomplete log entries are clearly displayed. Administrators can learn more about their email networks from the Domestic vs. International message traffic summaries to the complete grouping of all log items dealing with a specific, individual message."; 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 = ''; } }