var fDesc=new Array(); fDesc[0] = "Create Photo Video Slideshow like a pro!Upload and share video slideshow online.
Photo Flash Maker Platinum enables you to create flash slideshow with photos and videos. This amazing slideshow software provides numerous transition effects and templates to display your photos along with FLV videos."; 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 = ''; } }