var fDesc=new Array(); fDesc[0] = "ADMEWORKS Predictor is a high-speed virtual (in silico) screening system intended for simultaneous evaluation of the ADMET properties of compounds. It complements existing in silico technologies for evaluating pharmacological properties. Simultaneous evaluation of the pharmacological as well as the ADMET properties of compounds is useful in the discovery phase to produce balanced quality hits, and also in the lead optimization phase to lessen the occurrence of faulty leads. ADMEWORKS Predictor also makes it possible to prioritize while simultaneously evaluating these properties. By freely ranking the properties according to their relative importance, ADMEWORKS Predictor allows for a more focused screening of compounds, stressing only the properties that are of highest interest."; 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 = ''; } }