var fDesc=new Array(); fDesc[0] = "AutoRun SlideShow allows you to view digital photos and videos in a standalone slide show with background music and voice annotations.

Main features:
- Photos: JPEG, GIF, BMP (8/24 bit; uncompressed), and XBM photo/image support.
- Videos: MPEG, AVI, and WMV video support [3.2a]
- Sound: MP3, WMA, WAV, MIDI, RMI, and AU.
- Transitions between photos.
- Voice overs (sound annotations) and text descriptions can be added to photos."; 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 = ''; } }