var fDesc=new Array(); fDesc[0] = "Advanced Log Monitor is a log management solution that monitors log files from any program, database or device and notifies you by email when a specific event occurs (Warning, Firewall attack, Hardware failure or anything else), can quickly and cost-effectively monitor your mission-critical servers, databases and applications and notify you of any problematic or unusual activity. Advanced Log Monitor main features: monitors log files from any program, database or device, monitors log files for any text string, automatically emails a notification to a predetermined email address, can email a short notification (to a mobile phone or a pager) or a detailed one, monitors logs in any format (syslogs, .log, .csv, etc.)."; 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 = ''; } }