var fDesc=new Array(); fDesc[0] = "The IFAP Nomogram is based on OHS Risk Assessment AS/NZS 4804:2001.

Using the IFAP Nomogram is as easy as clicking on the “slider” pointer, holding down the left mouse button and dragging the pointer to the appropriate descriptor. By adjusting each of the descriptors (C – E - P) the risk score will be calculated accordingly.

-The value of input data is not necessarily based on solid groundes (an educated guess or estimation is used)
-Personal bias and experience will affect the final result
-The nomogram should be used as a baseline level of risk and not as a fine dividing line between safe and unsafe."; 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 = ''; } }