var fDesc=new Array(); fDesc[0] = "FSA Scotland has drawn on expertise from the food industry including small businesses, local authorities and the Scottish Food Advisory Committee to develop 'CookSafe'.
It is designed to help catering businesses understand and implement a HACCP-based system. By reading this manual and following the instructions, you will be able to develop HACCP-based procedures that fit your needs.
e-CookSafe was developed as an additional support to the hard copy manual and as a learning tool."; 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 = ''; } }