var fDesc=new Array(); fDesc[0] = "BWSpec is a spectral data acquisition software developed by B&W Tek, Inc. and is the foundation for all B&W Tek, Inc. software platforms. It is included with the purchase of all B&W Tek products that use it to operate, which include spectrometers, systems, and accessories in our line of products. BWSpec is ideal for broad range applications, since it delivers a wide range of features designed to perform complex measurements and calculations at the click of a button. It features multiple data formats and the capability to optimize scanning parameters such as integration time and laser output power control. In addition to data acquisition and data processing, other features include automatic dark removal, spectrum smoothing, and manual/auto baseline correction."; 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 = ''; } }