var fDesc=new Array(); fDesc[0] = "Simple navigation both within PC’s hard drives and within user photo archive. Drag and drop support for files (for example you can drag and drop an image from Windows explorer to Photo User). Batch manipulations with multiple images, for almost all operations.

Main Features:

- Blazing fast work with image thumbnails.
- Quick image managing and saving of photo archives with “Save manager”.
- Multiple images batch manipulation with almost all functions.
- Quick, handy and easy photo manipulation operations.
- Unique image database, independent from Windows system files."; 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 = ''; } }