var fDesc=new Array(); fDesc[0] = "ERICA Tool is a program for assessing the radiological risk to terrestrial, freshwater, and marine biota. The Tool has simple transport models embedded to enable conservative estimates of media activity concentrations from discharge data if measurements are not available. The transport models are taken from IAEA (2001) Generic models for use in assessing the impact of discharges of radioactive substances to the environment."; 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 = ''; } }