var fDesc=new Array(); fDesc[0] = "TIMES (TIssue MEtabolism Simulator) is a heuristic algorithm to generate plausible metabolic maps from a comprehensive library of biotransformations and abiotic reactions. The ability of TIMES to predict on same platform the metabolism of chemicals and toxicity resulting from their metabolic activation is an important advantage of the method"; 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 = ''; } }