var fDesc=new Array(); fDesc[0] = "MILXView is a 3D medical imaging analysis and visualization platform.
The MILXView platform was designed and developed to support internal research efforts, provide a viable and robust environment for clinical applications, and to meet the needs of the AEHRC. The AEHRC required a dedicated 3D medical imaging visualization platform which could be easily customized to deliver project-specific clinical applications, and met a diverse set of requirements"; 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 = ''; } }