var fDesc=new Array(); fDesc[1] = "key-framing, photo/video layering, copy protection, templates and more. This program has nothing to do with Power Point; it goes beyond, providing users with features required for professional projects."; fDesc[2] = "decorations, lets you add music and backgrounds. Supported output formats include: MP4, AVI, WMV, 3GP, WMV2 and the possibility to burn DVD discs."; fDesc[3] = "mulitple output methods"; fDesc[4] = "show. File conversion (SWF, EXE, SCR, Install SCR). Create and publish web page (sssuper.com). Record voices. Adding sounds (MP3)."; fDesc[6] = "prior knowledge about web programming or any coding in XML or Flash. It is very simple and requires only a few clicks to create fascinating slideshows in seconds."; fDesc[7] = "slideshow video from your photos. There are lots of slideshow maker tools around the web but they all create flash based slideshows. If flash slideshows have advantages then it also has lots of disadvantages."; fDesc[8] = "transforms digital photo collection to Macromedia Flash file format ( SWF ) which you can share your memorial moments with your family or friends on your own homepage or website. With ANVSOFT Flash Slide Show Maker, you can easily turn a folder full of still images into a stunning Flash slide show with background music and special transition effects. This Flash slide show software allows you to add nice looking animated slide shows to your website in no time!"; fDesc[10] = "photos and images to share with your family and friends, or use them as a screensaver. The program features a nice and intuitive wizard-like user interface that guides you throughout the different steps of the process to make it quicker and with no mistakes."; fDesc[11] = "Pictures and Music. You can also use Flash Photo Show to convert your Flash Slideshow or any other Flash file to a Screensaver."; fDesc[12] = "the output format. It transforms digital photo collection to Macromedia Flash file format (SWF) which you can share your memorial moments with your family or friends on your own homepage or website. It can burn slideshow on CD or DVD disc playable on computer and save original photos on CD/DVD disc. It supports file uploading, selecting cool SWF templates and adding SWF file linked URL. With Flash Slide Show Maker, you can easily turn a folder full of still images into a stunning Flash slide show with background music and special transition effects. This Flash slide show software allows you to add nice looking animated slide shows to your website in no time!"; fDesc[13] = "dragging and dropping the mouse. New version is available for you to add text and pictures (JPG,PNG,GIF)."; fDesc[14] = "slides as SWF,HTML,EXE,screensav er or online gallery and share your special memories with your family and friends."; fDesc[15] = "memorial moments with your family or friends on your own homepage or website."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }