var fDesc=new Array(); fDesc[0] = "MAUS Health and Safety Planner is a software system and collection of policy templates used to create OHS / WHS documentation and help you comply with Work Health Safety, AS4801 and Occupational Health and Safety legislation. The sample content included in this program is reviewed regularly and is based on the latest Health and Safety Legislation."; 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 = ''; } }