var fDesc=new Array(); fDesc[0] = "It is a picture slide show application.

Features:
- Support JPEG, GIF, BMP, DIB, EMF, ICO, WMF etc. file format.
- Fetch the pictures by simply select the folder that contains all the pictures and even seek the sub-directories for pictures!
- Full screen viewing
- Stretch the pictures to best fit the screen
- High quality viewing of the pictures
- High performance loading of the pictures
- Possibility to load all pictures to memory at once and avoid disk access when sliding between the pictures- useful if you want to display a slide show for a very long time and allow your disk to turn off
- Pre-load next picture to show the picture faster
- Easy available toolbar that do not cover the picture or take place of the picture!
- Auto hiding toolbar, show the toolbar by moving the mouse pointer to the top of the screen
- Full keyboard and shortcut support
- Mouse wheel support to switch between the pictures.
- Rotate pictures in 90 degrees angle
- Advanced Microsoft Explorer "Send To..." support!
- Open files by file extension association
- Many configurations options like sorting, slide sound effects, filter file extensions, memory loading options.
- File search, using regular expressions.
- Zoom.
- Save/open a slideshow definition with rotations and zoom to a file.
- Text function that allow you to add a text to each picture with a chosen placement.
- Screen saver that shows pictures from a selected folder etc."; 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 = ''; } }