var fDesc=new Array(); fDesc[0] = "Get full support for images with the file extension dng in Windows Vista and Windows Live Photo Gallery.

You can view thumbnails in explorer, preview DNG files in explorer, and manage DNG files in Windows Vista Photo Gallery with the DNG codec, a Windows Imaging Component for Windows.

View thumbnails of DNG files
Preview DNG images in the Windows Explorer,Windows Live Photo Gallery."; 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 = ''; } }