var fDesc=new Array(); fDesc[0] = "LabMax is appropriate for anyone who needs to analyze and monitor laser output. Data analysis can be achieved via statistical and trend analysis and stored in onboard flash memory for future retrieval with the File Manager tool. Data can also be analyzed directly on a PC through USB and RS232 serial connections, or by logging data to a USB flash drive attached directly to the meter. Installable applications software and LabView ® drivers are provided to support PC interfacing. The LabMax display and meter can be positioned at many different angles so customers can place it within the limited bench space typically available in a laser lab and still easily view the display."; 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 = ''; } }