var fDesc=new Array(); fDesc[0] = ""Photo-Lux" is an easy-to-use but powerful and fast image viewer and more.

Main features:

- Image Formats: this viewer supports every file type you can imagine, and even some you can't. The following graphics formats are supported: BMP, CUR, DIB, EMF, FAX, G3N/G3F, GIF, ICB, ICO, J2C / J2K / JP2 / JPC(JPEG2000), JPG/JPEG/JFIF/JIF (RGB, Grayscale, YCbCr, CMYK and YCbCrK color spaces EXIF and IPTC info), PBM, PCX/DCX, PSD/PDD, PGM, PNG, PPM, PXM, RLE, TGA, TIF/TIFF (Packbits, JPEG, LZW, CCITT G.3 and G.4 with RGB, CMYK, B/W, CIELab color spaces), VDA/VST, WBMP and WMF. Plus, it supports almost all of Camera RAWs formats: DNG (Adobe), BAY (Casio), CRW, CR2 (Canon), ERF (Epson), DCR (Kodak), MEF (Mamija), MRW (Minolta), NEF (Nikon), ORF (Olympus), PEF (Pentax), RAF (Fuji), RAW (Panasonic), ARW, SRF, SR2 (Sony), X3F (Sigma).
- Image Viewing: to smooth the edges and to reduce the noise artifacts, "Photo-Lux" can display your images on the screen using different High Quality Zoom Filters.
- Auto rotating: for JPEGs, TIFFs and RAWs it uses EXIF-tag to auto rotate the images.
- Multi-Folder Image Browsing: you can easily walk through the images using the "Previous File in the Directory" and "Next File in the Directory" buttons. Each window stores the folder of its file. Say, if you have several opened images (windows) at the same time from different folders - you can walk through the images separately - each window allows browsing its own folder independently."; 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 = ''; } }