var fDesc=new Array(); fDesc[0] = "JPKD is a computer program for clinical pharmacokinetic (CPK) services. Users can define their own pharmacokinetic prediction models with population PK parameters, and then use the defined model to solve batch prediction data or applied the defined model to TDM.

JPKD is created for your own personal uses and testing purposes only. JPKD shall be always used as a guide or a decision support tool. Medical decisions should NOT be solely based on the results of this program."; 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 = ''; } }