var fDesc=new Array(); fDesc[0] = "Lightweight and fast free image viewer for Windows.Quickly view and simply edit photos. Automatically organize your pictures by date. Edit photos without damaging the original. Sharing photos on Blogs, Twitter, Facebook. Free for everyone, personal and commercial use

You can organize image files in a familiar Explorer type interface with thumbnails. A simple image editing is also available there such as resizing or rotating.

You can view image details through the zoom and edit image with crop, filter, adjust and other functions without damaging the original.

Edited image can be shared with others by publishing on the Blog, Twitter, Facebook or can be organized automatically by one-click."; 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 = ''; } }