var fDesc=new Array(); fDesc[1] = "(accepts MP3, WMA and M4A formats); any kind of data (docs, images, etc) and will let you backup your HD according pre-selected categories."; fDesc[2] = "music and transitions. Share this exciting day on a screen using only a common DVD player in the comfort of your home. Use your CD or DVD burner to make high quality photo slide show DVD disc in less than half hour."; fDesc[3] = "music,subtitle,and transition effects."; fDesc[4] = "another in a glimpse of an eye. This software supports a vast list of video formats, including AVI, WMV, ASF, MPEG, VCD, DVD, DivX and more."; fDesc[5] = ", RMVB, MOV, QT, 3GP, 3G2, MP4, M4V, FLV etc. formats into DVDs. The process of conversion is very simple of few clicks and user doesn’t have to ponder much while using Easy DVD Creator."; fDesc[6] = "you’ll have a shooter-like device with which you’ll drop balls. The colors of the balls to be shot varies randomly, so you have to select the best place to drop it according to the color."; fDesc[7] = "of titles which represent different missions for Nancy Drew to solve. In Nancy Drew: The Haunting of Castle Malloy, Nancy will be trying to find the missing broom."; fDesc[8] = "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[9] = "videos looks more professional, just put your videos or pics & relive that moments again whether it be your big wedding day or engagements. Just create a new video with some lovely special effects like sweeping hearts, roses & love-themed overlays, and gift it to loved ones."; fDesc[10] = "files. The program has got a big number of functions and options that will make your slide shows very attractive to whoever may watch them."; fDesc[11] = "meeting into one larger file, and it will be shown completely seamlessly as one large movie file with no interruptions. The software can also join multiple photos or pictures (JPG, BMP and GIF) to a slideshow with background music and transition effects."; fDesc[12] = ", transitions, DVD menus. It can quickly and easily produce amazing wedding photo album DVD video disc playable on TV."; fDesc[13] = "let you have any of your video or audio files start playing after your predetermined period of computer inactivity. Just like a regular screensaver with a lot of extra features. Show your last trip. Or your wedding video, or anything you want."; fDesc[14] = "provides a comprehensive toolbox suite so we can fully customize the album to our preferences.There are many templates, clip arts, colors, background textures, and many more. We can easily access our album collection, add pages, insert images, export, insert file, video, audio, text, print, etc."; fDesc[15] = "With this program, you will be able to add transition effects to your slideshows and more. The program enables users to add audio files into the slideshows in a very easy way."; 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 = '...'; } }