var fDesc=new Array(); fDesc[0] = "The HACCP Wizard is Windows program designed to simplify the process of creating HACCP documents. HACCP stands for Hazard Analysis and Critical Control Points, and this wizard helps natural resource managers identify critical control points in their activities and create a HACCP document using standard 5-page HACCP forms. The wizard walks you through the HACCP planning process by asking you to answer simple questions about your activities. The wizard guides you through the control point analysis and gathers all of the information necessary to complete a HACCP document. When finished, the wizard transfers this information to Microsoft Word, creating a complete HACCP document for you."; 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 = ''; } }