var fDesc=new Array(); fDesc[0] = "DICOM to Video is a Windows app for converting a series of DICOM images to a video. It can also convert video file to a series of DICOM images. Convert a series of DICOM images to a video. Support RAW, JPEG, JPEG 2000, JPEG-LS, RLE, and most of DICOM formats. Support MP4, FLV, AVI, WMV, MOV, 3GP, MPEG-2, MPEG-1, and other popular video formats. Allow you to custom output video resolution and frame rate. It can also convert video file to a series of DICOM images."; 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 = ''; } }