var fDesc=new Array(); fDesc[0] = "CMRtools is a software package for viewing and analyzing cardiovascular magnetic resonance images. In its simplest form, CMRtools can be used as a standalone DICOM image viewer, providing rapid, versatile image browsing and region-of-interest analysis.

When used in conjunction with the different plug-in packages of CMRtools, it provides advanced cardiac quantification and modeling capabilities. CMRtools is simple to install and is available now from the download section of this website."; 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 = ''; } }