var fDesc=new Array();
fDesc[1] = ", 3gp and more. When we open the program we can find a Menu Bar and three tags they are: organize photo, choose menus and burn disc. In the Organize Photo tag we can see our folders in one window and the files that we select in the other window.";
fDesc[2] = "The DVD creation capability turns your slideshow productions into DVDs that you can easily share with friends and family on your TV.";
fDesc[3] = "(0.9.1.0) is the newest version of DVD slideshow GUI. The application is constantly actualized and comes with new features each time it comes out. All you have to do to get your slide shows created is import image files you want to work with and then set the order.";
fDesc[4] = "number of template for every occasion. Just drag and drop your pictures/videos, music and select the template of your choice and within no time you will see your pictures converted to a nice looking slideshow.";
fDesc[5] = "ceated. A menu with music can be designed. The buttoms and background can be customized. Standard can be selected. And most important: the DVD can be burned.";
fDesc[7] = "featuring your own photo slideshows. Create a slideshow complete with transitions, music, effects and menu, and burn disc for sending to friends";
fDesc[8] = "easy. Another neat way of enjoying your memories is the QRPhoto to iPod MP4 Converter utility that allows you to create an iPod MP4 video by converting your digital pictures with Mp4 and h264 codecs.";
fDesc[9] = "computer. It runs under the following operating systems: Windows 98, ME, NT, 2000, XP, and Vista. X-VCD Player 1.4 is the newest released version of this freeware by Xequte Software. We can download this product directly from the developer's website.";
fDesc[10] = "and DVD players. EasyPhotoTools organizes the images and videos and make a DVD slideshow. With this software, one can add an appropriate title as well as text dialogs for the slideshow in addition to the images, music and video clippings.";
fDesc[11] = "image and photo album.";
fDesc[12] = "all the digital photos into DVD movies, then playback on home TV and Portable DVD Player.";
fDesc[13] = "format and share your special memories with your family!";
fDesc[14] = "photos to watch on TV. Share your digital pictures on a DVD with friends or family. Turn your photos into slideshows complete with music, transitions, captions, narration and stunning effects in only three steps.With DVD Photo Slideshow, thousands of pictures from family, wedding, landscapes or holidays parties can now be enjoyed on TV as high resolution DVD photo album.";
fDesc[15] = "file in Mpeg format by adding our favorite photos, images, pictures and our favorite tunes in mp3 format. Once the files have been added, we can select to apply from over 170 transitions effects, display time, and add audio or not.";
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 = '...';
}
}