var fDesc=new Array(); fDesc[0] = "DVD Photo Slideshow lets you create entertaining slideshow DVD and video you can watch on TV, play on mobile devices such as iPad, iPhone, iPod touch, PSP, PS3, Archos, and even upload to YouTube, Facebook, MySpace, etc. Just select your photos and drop them to the slideshow, add a custom soundtrack, pick from 360+ stunning transition effects, choose from Hollywood style DVD menu templates, burn to DVD disc or create MPEG, MPEG-4, FLV video files for any mobile device or posting online. It can also generate web photo album for your own photo website."; 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 = ''; } }