var fDesc=new Array(); fDesc[0] = "Photo DVD Maker is a user-friendly application that allows you to create wonderful slide shows from your photos in just a few steps. This version is rather old, but here you can get the latest version which includes even more features. The program enables you to create astonishing videos from images and photos, with the possibility of adding background music, captions and an interactive disc menu. The final photo album can be created on a DVD disc playable on TV, mobile devices (such as Apple iPod, Sony PSP, cellphone, etc.) or website. It also allows you to add art clips and subtitles to each photo, as well as great transition effects which make the slide show even more interesting and cool. The user interface is really intuitive and simple, with a wizard that guides throughout all the three steps of the process. Other useful features include the ability to add voice recordings, narration, timeline control, and audio music trimming. Photo DVD Maker is perfect to share your photos with your family and friends in an original and amazing way. This version supports Windows 95/98/Me/NT/2000/XP."; 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 = ''; } }