var fDesc=new Array(); fDesc[0] = "LeadIT, a powerful, new, aggressively easy to use platform for FBDD and SBDD.This software is a computational fusion of bioisosteric replacement, fragment evolution, merging and growing fragments, and traditional protein-ligand docking. LeadIT redefines the current state of the art in modeling software interface design and re-invents user interaction. Creating a slide show of novel, synthetically accessible chemical ideas in seconds couldn't be easier. Stimulate medicinal chemists' minds with an investment of literally only 5-10 mouse clicks Pick and choose molecules, refine results with a chemist and/or virtually validate them via docking with just a few more clicks."; 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 = ''; } }