var fDesc=new Array(); fDesc[0] = "The Virtual Cell is a unique computational environment for modeling and simulation of cell biology . It has been specifically designed to be a tool for a wide range of scientists, from experimental cell biologists to theoretical biophysicists. The creation of biological or mathematical models can range from the simple, to evaluate hypotheses or to interpret experimental data, to complex multi-layered models used to probe the predicted behavior of complex, highly non-linear systems.

The Virtual Cell automatically converts the biological description into a corresponding mathematical system of ordinary and/or partial differential equations. Distinct biological and mathematical frameworks are encompassed within a single graphical interface."; 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 = ''; } }