var fDesc=new Array(); fDesc[0] = "Photo slide show is an easy-to-use tool to convert digital photos to video and create stunning slide shows with transition effects.

Features:

- Include Vista x64 version.
- Support up to 46 types transition effects.
- Convert digital photo and music collection to AVI file;
- Provide dozens of transition effects;
- Support photo format: BMP, JPEG, GIF, TGA;
- Support audio format : MP3, WAV, WMA, MPA, MP2, AU, AIF, AIFF, SND;
- Open compression system for video and audio;
- Output AVI file with higher resolution than DVD;
- Real-time preview.
- Support Multi-languages, including Deutsch, French, Italian, Spanish, Japanese, Czech, Polish, Turkish, Swedish, Portuguese and more...
- Super easy to use, and save your time, you do not need waste your time to learn it."; 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 = ''; } }