var fDesc=new Array(); fDesc[0] = "Cornice is an image and photo viewer that has all the necessary functions to become one our favorite viewers, and maybe the main reason is because it’s free.

Cornice has a clean and easy to use interface divided in two panels. On the left panel you will find two sections, one will show your Pc directory as a tree where you will be able to navigate in your directories and subdirectories to find your images or pictures. In the another section you will be able to preview the selected image on the right panel. In this section you also will find Exif data of your selected image if it is available of course. On the right panel all your images from the selected directory or subdirectory will be displayed as thumbnails. If your make a click on any image, another window will pop up. In this window you will be able to see your image using basic functions like zoom out, zoom in, rotate to left, rotate to right, view a slide show, go to the next image or go to the previous one, etc.

One great feature of Cornice is that will let you to see the images contained in a zip file. Definitely, if you are bored of the same image viewer that comes with Windows by default, now you have a new option, and the best, for free!"; 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 = ''; } }