var fDesc=new Array(); fDesc[0] = "Create photo slideshow from forgettable images to preserve your most memorable moments! Free Photo Slideshow Maker can generate the most stylish slideshow video from your photos, along with your favorite music and 300+ animated transition effects. If you have just finished your honeymoon or vacation and come back with a lot of photos, why not create a slideshow with Free Photo Slideshow Maker to amaze your friends and family?"; 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 = ''; } }