var fDesc=new Array(); fDesc[0] = "AnalyzerPro is a data deconvolution software application for LC-MS and GC-MS data. It utilizes proprietary algorithms to detect obscured components that existing software is unable to find without additional information.
Main Features:
- Deconvolution of GC-MS & LC-MS data
- Supports for all major manufacturer's instruments and legacy instruments
- Targeted and non-Targeted Analysis
- Correction for baseline drift
- Extraction of closely co-eluting peaks
- Automatic spectral enhancement
- Qualitative Analysis
- Quantitative Processing using external or internal standards
- Combined Quan and Qual reports"; 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 = ''; } }