var fDesc=new Array(); fDesc[0] = "Anatronica Pro is an interactive program that allows you to navigate and explore the human body anatomy in 3D. You can explore the skeletal system, muscular system, cardiovascular system, nervous system, urinary system, reproductive system, digestive system, respiratory system, and endocrine system. It features high-detail models, full-screen display, a quick search function, a quiz feature, and more."; 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 = ''; } }