var fDesc=new Array(); fDesc[0] = "Impression Eyes is a nice and interesting software with many features.

Main features:


- Clipboard support: The current image can be copied to, and a new image can be created from the clipboard.
- Save As command: The current image can be saved into a bmp, png, jpeg, tiff or gif format file.
- Logical sort: Digits in file names are considered as numerical content in determining file order.
- Multi-monitor support: The image window can be moved freely from one monitor to another.
- New Window command: Opens another instance of the program with the current image. (Ctrl N)
- Open File Location command: Opens the folder where the current image resides with the current image selected. (Ctrl L)
- Drag and drop support: Accepts dragged and dropped image files and displays them."; 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 = ''; } }