var fDesc=new Array(); fDesc[0] = "IERS is designed for Emergency Operations Centers and Agencies (Fire, Police, Military, Ambulance, Government and Industry).
Main features:
- Detailed Responses to 3848 United Nations Approved Hazardous Materials
- Potential Hazards Information (Health and Fire or Explosion)
- Public Safety Information (Protective Clothing - Evacuation)
- Emergency Response Information (Fire - Spill or Leak - First Aid)
- Initial Isolation Distances (By day and night)
- Water Reactive Materials Information (Toxic Vapour Produced)"; 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 = ''; } }