var fDesc=new Array(); fDesc[0] = "Create all of the HACCP plans (Forms 1 to 10) by using reliable and tested generic models in order to facilitate the development and/or the daily maintenance of the HACCP plans. Create all of the HACCP plans (Forms 1 to 10) by using reliable and tested generic models in order to facilitate the development and/or the daily maintenance of your HACCP plans. Select the processing steps using a complete and up to processing steps database (More then 476 processing steps) and create all of the process flow diagrams with an easy to use flow diagram engine."; 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 = ''; } }