var fDesc=new Array(); fDesc[0] = "Diablo's EZReporter software is a flexible, advanced analysis and reporting solution for any instrument that can be controlled by the Agilent Technologies GC/LC ChemStation, EZChrom Elite/SI, or Cerity Chemical data system. The EZReporter software includes a base reporting module and two optional modules: a Natural Gas Analysis (NGA) calculation and reporting module and a Results Database module. These modules are combined in several different “Editions” of the EZReporter software."; 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 = ''; } }