var fDesc=new Array(); fDesc[0] = "Drag and drop to organize slide show contents.
It provides Office 2007 look and feel. This is a totally skinned interface that can be applied to the various set of controls such as ribbons, menus, toolbars, control bars and more.Currently, It includes Blue Style, Black Style, Sliver Style, Aqua Style, Window 7 Style.
No video editing experience required.
Add a 3D transitions (70 transitions) between any combination of photos.
Support import photos from folder.
Add songs to your slideshow.
Export to AVI, WMV, iPod, FLV youtube video format.
Export to Animated GIF, VCD PAL, VCD NTSC, SVCD PAL, SVCD NTSC, DVD PAL, DVD NTSC, AVCHD video ."; 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 = ''; } }