var fDesc=new Array(); fDesc[0] = "OPUS, the leading software for the measurement, the processing and the evaluation of IR, NIR and Raman spectra, is now available in its latest version. Not only the functionality has been expanded considerably, Bruker especially took care to improve the ease of use. Especially for applications in routine analytics modern graphical user interfaces are developed to guide the operator step by step through the measurement and evaluation procedures. This helps even inexperienced users to use our equipment for demanding analytical problems successfully."; 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 = ''; } }