var fDesc=new Array(); fDesc[0] = "Physiological Parameters for PBPK Modeling™ provides a unique source of data for human physiological parameters where 1) the parameter values for an individual are correlated with one another, and 2) values of parameters vary according to interindividual variation in the populations defined by gender, race and age. These records are stored as an output file that can be opened in Excel™ and other programs. P³M™ provides a convenient tool for parameterization of exposure and PBPK models of interindividual variation. In addition, P³M™ provides a useful source of data on interindividual variation of exposure related parameters for both children and adults."; 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 = ''; } }