var fDesc=new Array(); fDesc[0] = "Cirrus Research plc provides software with its Sound Level Meters, Personal Noise Dosemeters and Noise Monitoring Systems which allow data to be downloaded from the instruments and viewed. These software packages are listed below and further details are available for those packages highlighted.

Display measurements individually or in a tabular format
Select Hearing Protection (where 1:1 Octave Band Measurements are available) of "level at the ear" based on assumed protection given by hearing protector database
Print and export measurements to a wide range of formats including CSV and XML"; 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 = ''; } }