var fDesc=new Array(); fDesc[0] = "Standardized Occupation and Industry Coding (SOIC) software is a program that automates the coding process for industry and occupation (I&O) narratives from death certificates, cancer registries, healthcare records, and other record systems. NIOSH developed the SOIC software in collaboration with other Federal Agencies and the National Association for Public Health Statistics and Information Systems. The software was designed to aid public health professionals in conducting research or other tasks where uniform coding of occupation and/or industry will assist in work-related injury and illness prevention."; 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 = ''; } }