var fDesc=new Array(); fDesc[0] = "Analyst Software is a program that provides functionality for instrument control, data analysis, reporting, and audit trail. Analyst Software is an integral part of any SCIEX Mass Spectrometer system, delivering both full-system integration and a single point of control for a range of HPLC components, automated sample preparation systems, and ion sources."; 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 = ''; } }