var fDesc=new Array(); fDesc[0] = "HYGINIST is a tailor-made, industrial hygiene statistical tool. It evaluates the exposure data collected with the standard exposure assessment strategies. It draws probability plots of three to two thousand data and tests the goodness-of-fit with the Lognormal distribution. In contrast to other programs HYGINIST helps you to develop a cost-effective sampling plan, uses unbiased estimates for exceedance and noncompliance and takes maximum information out of data below the detection limit. In summary HYGINIST makes it possible to do timesaving exposure evaluations of high quality."; 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 = ''; } }