var fDesc=new Array(); fDesc[0] = "OpenChrom is an open source software for chromatography and mass spectrometry based on the Eclipse Rich Client Platform (RCP). Its focus is to handle mass spectrometry systems (e.g. GC/MS, LC/MS, Py-GC/MS, HPLC-MS) data files natively. OpenChrom is able to import binary and textual chromatographic data files, such as *.D chromatograms from Agilent Technologies or NetCDF. Moreover, it offers a nice graphical user interface and is available for various operating systems, e.g. Windows, Linux, Solaris and Mac OS X. A basis set of methods to detect baselines, peaks and to integrate peaks in a chromatogram are implemented. Preprocessing steps, e.g. to remove certain mass fragments (m/z) such as nitrogen (28) or water (18), are supported by applying filter on the chromatogram or mass spectrum. Extensions are welcome, as OpenChrom is open source and uses a flexible approach, which allows others to implement their own methods, algorithms, filters, detectors or integrators. Therefore, OpenChrom shall be an efficiently system to process chromatographic and mass spectrometric data using an extensible and flexible plugin approach."; 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 = ''; } }