var fDesc=new Array(); fDesc[0] = "ilib diverse is a flexible tool for creating libraries of drug-like organic molecules suitable for rational lead structure discovery in a fast and efficient way.
Compounds are built by combining user-defined fragments according to state-of-the-art chemical knowledge. Various user-adjustable contraints allow a combinatorial approach providing good structural diversity on the one hand and fast, automated lead structure modification on the other hand. Monte Carlo techniques guarantee good structural diversity in both cases"; 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 = ''; } }