var fDesc=new Array(); fDesc[0] = "The new OSH legislation is now kicking in. The good news is that you can now purchase osh software that will do it all for you. The OSH ToolKit software does it for you – it provides you with all the tools you need and how to use them to prevent workplace accidents:
Specific safety systems for your business
Action plans – what to do & how to do it
Ensure staff participation and responsibility
Work instructions
Identify, control and manage hazards
Provides a simple reporting system"; 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 = ''; } }