var fDesc=new Array(); fDesc[0] = "First Impression is a fast graphic viewer, aimed at giving you the true impressions of images.

No Unnecessary UI
First Impression abandoned standard UI elements to give images unhindered space. All its features can be reached via a right-click context menu instead.
Easy Navigation
You can easily navigate through image files in a folder, using the Space and Back-space key.
Fast Displaying
Image loading and displaying are optimized to provide the best possible speed.

Unicode Support
First Impression can load images from any exotically named files and folders.
Image Processing
First Impression provides image viewing features such as flipping, rotating, zooming in/out and also choices of resample modes for resizing."; 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 = ''; } }