var fDesc=new Array(); fDesc[0] = "The RESRAD-BIOTA code duplicates the graded approach methodology and the phases of analysis contained in the Technical Standard, and provides additional advanced analysis features. The code and DOE User's Manual serve as companion tools to the Technical Standard for evaluating doses to biota. To download a copy of the DOE Technical Standard, go to the DOE Biota Dose Assessment Committee web site."; 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 = ''; } }