var fDesc=new Array(); fDesc[0] = "Axiom Neuro is a revolutionary program that uses over 125 3D animation clips to illustrate the functional neuroanatomy of the spinal cord and brainstem as well as cranial nerves. In addition, a virtual patient gives users an animated tutorial of the clinical signs and symptoms of some of the most common strokes and neurological pathologies young health professionals are likely to encounter."; 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 = ''; } }