var fDesc=new Array(); fDesc[0] = "This project is another step in the direction of the mission statement of Science.Medical.Imaging group:

"Gather thoughts from the fields of acquisition, communication and understanding of medical images for better image guided diagnostics and treatment. "

The hope is to amalgamate the best of medical imaging physics, applied mathematics, computer science, medicine, and visualization in the pursuit.

We are trying to share free and open source resources in the pursuit of this goal as and when possible."; 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 = ''; } }