var fDesc=new Array(); fDesc[0] = "HAL-HPC300 handheld optical particle counter utilizes the laser technology for single particle detection. The scattering of light from the particles in the sampling air steam is converted into electrical pulses, which is then measured and calculated as a particle size.

CParticle, can be used to download measurement data from the instrument using the provided USB cable. Downloaded data software allows users to save the data as either Microsoft Excel file format or ASCII CSV data format. User may also view, print or delete the stored data in the instrument."; 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 = ''; } }