var fDesc=new Array(); fDesc[0] = "Human Anatomy Atlas is a powerful 3D visual guide to the human body. The Skeleton Preview of Human Anatomy Atlas includes over 400 3D models of bones, ligaments, and teeth. You can rotate any of the available models, zoom in or out, read definitions, learn Latin terms and hear pronunciations. You can also save images to your photo album and share images with friends and test your knowledge with quizzes."; 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 = ''; } }