var fDesc=new Array(); fDesc[0] = "SimThyr is an interactive simulation program of pituitary thyroid feedback control that enables one to study the relationship between structure and behaviour of thyroid homeostasis, i.e. between the architecture of the intercausal network and the resulting hormone levels. Its goal is to support both science and education in thyroidology.

SimThyr is based on a parametrically isomorphic model of the overall system. It is therefore able to bridge the translational gap between molecular biology and comprehensive dynamics on a global level of the organism."; 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 = ''; } }