var fDesc=new Array(); fDesc[0] = "The "Arteksa Virtual anatomy 4.0" very easy to use. Just a few movements you find any organ, any very small and deeply located artery. This is achieved through an elaborate user interface. There are several tools to filter out the desired object.

An interactive virtual atlas of human anatomy in 3D, designed for medical students and experienced practitioners. Technology display three-dimensional graphics based on OpenGL or DirectX are widely used in the gaming industry, which by now has reached greater heights with these technologies."; 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 = ''; } }