var fDesc=new Array(); fDesc[0] = "The Chemical Reactivity Worksheet (CRW) is a free software program you can use to find out about the chemical reactivity of thousands of common hazardous chemicals. The CRW predicts possible hazards from mixing chemicals and is designed to be used by emergency responders and planners, as well as the chemical industry, to help prevent dangerous chemical incidents. The chemical datasheets in the CRW database contain information about the intrinsic hazards of each chemical and about whether a chemical reacts with air, water, or other materials. It also includes case histories on specific chemical incidents, with references."; 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 = ''; } }