var fDesc=new Array(); fDesc[0] = "Takes real time radiation readings and displays the count/second and equivalent radiationlevel in either ImperialmR/hr or Metric mSv/hr. These are real time one second interval readings for count with three second averaging on radiation level. Count readings will fluctuate second by second, because it displays the actual number of radioactive particles detectedincomparison to analogmeter counters that average radioactivity levels. Digital Geiger counters are calibrated using CS-137 Gamma source are NRCcertifiedready (optional)
Suitable for educational institutions as well as industry. Graphic Filesmay be exported to Excel spreadsheets."; 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 = ''; } }