var fDesc=new Array(); fDesc[0] = "Based in part on customer input, NIOSH combined the MSHA and OSHA versions of the HazCom Helper into one easy-to-use tool. This tool, the HazComWriter, is more robust than its predecessors and features a new sort utility, storage of the chemical list (Appendix A) in an Excel format, and easy to use menus. The document produced by the HazComWriter software will satisfy both MSHA and OSHA requirements for a "written hazardous communication document.""; 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 = ''; } }