var fDesc=new Array(); fDesc[0] = "Creating stunning video from your memories on your computer is as easy as 1-2-3 with this handy DVD slideshow maker for Windows. If you’ve always needed a cool and effective slideshow program, look no further - our app is just what you need. Import your media files into the application, enhance their quality, join them together with animated transitions, add appropriate music, titles and filters.

Choose from more than 90 different transitions in three categories – Simple, Geometric, and Artistic – to create connections between slides. Automatically add fades to your clips in a single click."; 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 = ''; } }