var fDesc=new Array(); fDesc[0] = "Data Logger is a Microsoft® Excel-based spreadsheet application that allows administrators to automatically gather up-to-date lamp hour and usage statistics for multiple rooms of AV equipment. Data Logger provides a simple, convenient way to retrieve AV system usage statistics into a single document for data analysis.

Data Logger works in conjunction with select MLC MediaLink™ Controllers and the System 5 IP Switcher, collecting critical system information such as frequency of usage for each front panel input and current lamp hours of connected projectors. Data can be collected periodically and archived as a file, allowing resource usage and lamp hour consumption to be monitored over time."; 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 = ''; } }