var fDesc=new Array(); fDesc[0] = "Display photos on screen with 256 transition effects and background music. Photos can be shown like a slide show with animation effects in chronological order. When and where photos were taken are optional to be shown on the bottom. You can decide how fast your photos are displayed in the slideshow. It's a photo viewer with playback feature that brings you happiness and a handy tool for retail shop window displays and demonstration.

Main features:

- Show photos, pictures, images in JPEG, JPG, PNG formats.
- 256 transition effects (GPU acceleration is not required).
- Slideshow ordering: random, sequential, fixed.
- Photo resize: smart fit to full screen, center, stretch/shrink, preserve aspect ratio.
- Plays your favorite music while showing photos (supported music format MP3, WAV, MIDI).
- Frame and background: show photos in a rectangle frame with a background picture.
- Text on the bottom-right corner: when and where a photo was taken, and the file name.
- Resume from the last photo: always remember the last photo that was displayed and resume.
- Transition timing: configurable delay between images and adjustable animation pace.
- Recursive image search and large folder support.
- Photo playback and forwarding with arrow keys.
- Autorun: start slideshow immediately after system startup."; 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 = ''; } }