var fDesc=new Array(); fDesc[0] = "Cell Illustrator is a software tool that enables biologists to draw, model, elucidate and simulate complex biological processes and systems.

It has outstanding drawing capabilities, moreover it allows researchers to model metabolic pathways, signal transduction cascades, gene regulatory pathways as well as dynamic interactions of various biological entities such as genomic DNA, mRNA and proteins."; 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 = ''; } }