var fDesc=new Array(); fDesc[0] = "Storybuilder is a software tool developed by safety specialists for the Ministry Of Social Affairs and Employment (The Netherlands). It supports occupational and major accident analysis, investigation, inspection and identification of ways to improve safety. The software and database are made freely available to users on request.

The database contains reported reportable serious accidents investigated by the Dutch Labour Inspectorate. These constitute an estimated 1% of occupational accidents in The Netherlands, being the most serious ones.

The database contains accidents from the period 1998-Feb2004, and 2007-2009. In total there are now 17860 unique accidents with 18506 victims in the 36 bowties. The database can be viewed in English or Dutch."; 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 = ''; } }