var fDesc=new Array(); fDesc[0] = "Chenomx NMR Suite is an integrated set of tools for identifying and quantifying metabolites in NMR spectra. You have access to the Targeted Profiling technology, which allows you to easily deconvolve the NMR spectra for biofluid samples (and other mixtures) into their individual components. This technique lets you quickly identify what's in your samples, and provides results that are both accurate and quantitative."; 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 = ''; } }