var fDesc=new Array(); fDesc[0] = "Established in 1976, Bedfont Scientific Limited specialises in the manufacture of exhaled breath and gas monitoring instruments for medical, scientific and industrial markets throughout the world. Applications include carbon monoxide monitors for use in smoking cessation programmes (Smokerlyzer®) and by the emergency services for carbon monoxide poisoning (ToxCOTM); exhaled nitric oxide (ENO) detection to provide accurate analysis of airway inflammation (NObreath®), breath hydrogen monitoring to aid the detection of gastrointestinal disorders (Gastro Gastrolyzer®) and a medical gas delivery system used in inhaled nitric oxide therapy for hypoxic neonates and pulmonary hypertension (NOxBOX®)."; 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 = ''; } }