var fDesc=new Array(); fDesc[0] = "Keyboard Image Viewer is built to be run in full-screen and controlled by a keyboard. It's perfect for managing large image collections.
Feature List:
* Watches a specified set of folders for images
* Tags, Ratings supported
* Searchable
* Detects duplicate images by both file hash and image content
* "Smart playlists" of images: based on rating and tags
* Fully customizable keyboard and mouse controls
* Delete and rename images quickly from within the app
* Compact infobar at bottom of screen gives maximum viewing area for images
* Single-file backup for all tags, ratings and config settings
* Supports JPG, PNG, TIF, BMP and GIF (including animated)."; 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 = ''; } }