var fDesc=new Array();
fDesc[1] = "twelfth delivery is the appearance of the user interface. In short, a very complete range of solutions that will be to the liking of the more novice users and those who want to further customize their productions.";
fDesc[2] = "few clicks, and then enjoy it with versatile streaming features. With Nero you are sure that your data is safe after an event of system crash or a damaged disc.";
fDesc[3] = "Web. Photo DVD Maker has been designed to be easy to use by anyone. Create dynamic slideshows in three steps: Add photos, design movie menu, and burn discs. All tasks can be done in an intuitive way.";
fDesc[4] = ", 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[5] = "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[6] = "integrated shell, Camera Plus brings video mail, video surveillance, web casting, the ability to record video and photo, video editing, etc..";
fDesc[7] = "and mp3 files, then this free application could be an excellent option to choose. Foto2Avi is a basic video editor that will let you apply transitions and simple video effects to your projects, as well as animations and subtitles.";
fDesc[8] = "management needs. Irodio combines the functions of a photo browser, viewer, image and video editor - everything you need for manipulating your digital photos, from archiving to correction, printing, and generation of slideshows, web albums, and even calendars. Functions of `Irodio Photo & Video Studio`: Image Viewer and Browser * Batch renaming of multiple photos using EXIF information * Easily organize and view images and other media files * Quick access to most frequently used functions such as rotate, resize, print * Generate and upload Web album using photo comments * Preview photos, playback videos, generate slide shows and screensavers Photo Editor * Fully automated red-eye removal * Automated and manual controls for corrections * Easily edit, enhance, retouch and correct images * Add and edit written and audio comments * Slideshow, screensaver, preview and playback * Create and...";
fDesc[10] = "That's it, no big whoop.";
fDesc[11] = "and video effect to photos. Creating slide show and add effect in the video is so easy. Professional can create slide show with sound effect and comments which make their presentation very effective.";
fDesc[12] = "effects. The transformation includes photo to dvd, photo to vcd, photo to mpeg, jpg to mpeg.You can creat photo video, photo show on DVD/SVCD/VCD.";
fDesc[13] = "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.";
fDesc[14] = "of transition effects. The transformation includes photo to dvd, photo to vcd, photo to mpeg, jpg to mpg and jpg to mpeg. You can create photo video, photo show on DVD easily. These files can also be viewed on computer. IphotoDVD Wizard now is audio enabled.";
fDesc[15] = "MPEG-4 video format, to be played later on our iPod devices. From the Main Window, we just click on the add button, select the photos anywhere in our system directory, including drivers and external devices. We can preview them and apply transitions effects.";
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 = '...';
}
}