var fDesc=new Array(); fDesc[0] = "Software used in the prediction of ADME properties from chemical structure.

ACD/ADME Suite is a collection of software modules that provide predictions relating to the pharmacokinetic profiling of compounds, specifically their Absorption, Distribution, Metabolism, and Excretion properties. Predict P-gp specificity, oral bioavailability, passive absorption, blood brain barrier permeation, distribution, P450 inhibitors, substrates and inhibitors, maximum recommended daily dose, Abraham-type (Absolv) solvation parameters, and more."; 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 = ''; } }