var fDesc=new Array(); fDesc[0] = "Photo Slideshow Maker Free is a FREE but powerful flash tool to create gorgeous photo slideshow from your photo collections. It is easy to use with simple and clear program interface. You can add music background, dynamic text, long descriptions, etc. to make your still photos into exquisite animated flash slideshow and share to the world! Hundreds of fantastic flash templates are provided, and Platinum version offers many more templates such as Web Album, 3D Galley, Video Gallery, and HTML5 templates.
With Photo Slideshow Maker (free version), you can create photo flash slideshows in both SWF and HTML formats for watching on computer, burn the auto-run flash photo album to gift CD/DVD, or upload the slideshows to our free web album Go2Album, and then embed the slideshows to MySpace, Blogger, Friendster and many other social websites."; 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 = ''; } }