var fDesc=new Array(); fDesc[0] = "View photos and EXIF tags with Free Photo Viewer! This light-weight photo viewer for Windows allows you to view photos and easily examine EXIF parameters of each shot such as aperture, shutter speed, ISO value, camera model, focal length, time and date, flash settings, etc. IPTC comments are also supported and displayed.

Program's Benefits:
1. The program is absolutely FREE! Free Photo Viewer is a light-weight, fast, and easy-to-use full-featured photo image viewer.
2. View EXIF parameters in the full-screen (as subtitles) or windowed modes. View IPTC comments. Press Enter to view a photo in the full-screen mode.
3. Easily organize photo slide shows. The full-screen slide show mode shows basic EXIF values on the screen. Press S to start an automatic slideshow.
4. The program has settings for optimizing its performance on slow CPUs. View JPEG and RAW files faster on netbooks, laptops, or old desktops!
5. Free Photo Viewer supports widescreen monitors and TVs. Enable the auto zoom-in feature in the program settings and enjoy your photos without black bars around them on a widescreen monitor or TV!
6. View RAW files of the most DSLR cameras (NEF, CR2, CRW, RAW, ARW, MRW, ORF, RAF, PEF, DCR, SRF, ERF, DNG from Canon, Nikon, Sony, Minolta, Pentax, Olympus, FujiFilm, etc)
7. Manage your folders with photos. Preview and delete unnecessary photos (JPG or RAW). Select and copy photos to other folders and drives."; 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 = ''; } }