var fDesc=new Array(); fDesc[0] = "A simple operation converts the group of 20 consecutive still images that make up a Dynamic Photo image to a movie file that you can play back on your computer or on a website, or attach to e-mail.

Dynamic Photo Manager Features:
Image Management - Add images to Dynamic Photo Manager and manage them by year and month.
Movie Conversion - Convert Dynamic Photo images and Continuous Shutter images to movies that can be played back using Quick Time.
Animation Creation - Convert Dynamic Photo images and Continuous Shutter images to animation GIFs.
Image Attachment to E-mail - Attach snapshots, movies, Dynamic Photo images, or Continuous Shutter images that have been added to Dynamic Photo Manager to email.
Image Copy to Camera - Send any image, Dynamic Photo image, Continuous Shutter Image, or movie managed by Dynamic Photo Manager to a connected EXILIM camera."; 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 = ''; } }