var fDesc=new Array(); fDesc[0] = "Kujawiak Viewer (kuview) is a free, lightweight picture viewer which focuses on browsing and managing files.
This project's goal is to provide a clear and efficient picture viewer on Windows.

Main Features:

- Installation is NOT Necessary
- Single Executable
- Use FreeImage library inside for Better Scaling
- Prefetch files
- Read Exif metadata
- Easy to Use
- Browse Directories and Files by Tree
- File Management ( Copy / Move / Delete / Rename )
- Filesystem / Archive / Thumbnail Panels
- Unicode File/Directory Name Compatible
- Rotate JPEG file losslessly
- Save and Save As Supported Picture Format
- Zoom and Rotate
- Zoom In/Out on mouse pointer, Zoom In directly by mouse select
- Full Screen
- Slide Show
- Shell Integration ( May Add "Browse with kuView" Entry to ContextMenu )
- External Tools integration
- Wallpaper Setting with more options than default (scale to Fit/Extend)
- File Association
- Single File Printing with preview, scaling, and alignment
- Rescale Manager
- Command Line Interface"; 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 = ''; } }