var fDesc=new Array(); fDesc[0] = "Flash Slideshow Maker is extremely user-friendly. Its friendly user interface enables you to create amazing flash slideshows out of your digital photos with quick and simple steps. No Flash knowledge or programming skills are required. Everybody can make a dynamic flash slideshow album in less than 5 minutes.

Other than creating flash slide show to power your websites, you can also burn the animated photo shows to CD-R/RW, DVD-R/RW, DVD R/RW Disc. Except the flash files, the original photos can be saved on the disc as well, it's an ideal way to backup your photos too.

It is just so easy to decorate your photos with various ready-made clip arts and add your favorite music as background to your flash slideshows and photo galleries."; 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 = ''; } }