var fDesc=new Array(); fDesc[0] = "RadPix is a Windows program that facilitates the creation of radiological presentations for educational and documentation purposes.

RadPix is composed of 4 components:
RadPix - DICOM viewer which allows you to easily convert DICOM files to PowerPoint, JPG, AVI's etc. It also sends output to the MIRC Authoring Tool.

RadPix MIRC Authoring Tool - Content creation tool for the RSNA MIRC project. Images, text, annotations, videos can all be added to a MIRC document.

RadPix Video - Converts multiframe DICOM files into high quality video files that play on any PC. The videos can also be annotated.

RadPix Capture - Capture anything on your desktop and send the output to PowerPoint, MIRC Authoring Tool, Video, JPG, etc. Great for web-based PACS systems."; 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 = ''; } }