var fDesc=new Array();
fDesc[1] = "transitions effects. The interface is friendly and contains a number of assistants to guide those who have just began. You can save files to disk or burn them directly to a DVD. It may be somewhat limited for those seeking complex issues.";
fDesc[2] = "1000s of artists. You will also be able to listen to music on your PC, mobile player or as ring tones on your mobile phone. With Radiotracker, you will have in your hands the gift of unlimited music all day, free and legal.";
fDesc[3] = "format. It supports a wide range of DVD formats and creates an interest in the users to gather the available memoirs to meaningful collection of images. The movie can also have audio suitable for the occasion or event integrated with titles";
fDesc[4] = "Video, CD, or DVD. Its nearly 70 different transition effects, together with its extensive catalogue of themes, offer you unlimited possibilities to share and enjoy your digital photo collections.";
fDesc[5] = "and images to create slideshows with background music - there are numerous transition effects templates that we can add to our projects. We can adjust the output options, choosing between creating a flash file or making a gift, a presentation CD or DVD.";
fDesc[6] = "operations to the user. With the help of this software, the user can easily make transition from 2D AutoCAD with import wizards, matched color and schemes, paper and model space support, XREF support, and lots more.";
fDesc[7] = "video file. The program is very easy to use. Just add some videos to the file list, change the order of the videos according the way you want them to be played and click on the join button to start the merging process.";
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] = "You can configure the position, scale, camera and utilize any of the predefined motion templates. Also you can set the length for each scene and transition, add audio and configure motion for the scenes. The project includes a previewing window.";
fDesc[10] = "your family or upload to a website. The program features a nice and intuitive user interface that allows you to customize almost everything in it. You can select the movie size, select the buttons you want to include (Play & Pause, Rewind, Next & Previous); etc.";
fDesc[11] = "make it more stunning and lively. Its interesting features lets you apply and edit photo transition, delete transition effects from the chosen photo or music, change photo play order and so on.";
fDesc[12] = "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[13] = "that we want to open, include sub-folders, folder monitoring and select between all graphics, Tiff, Jpeg, PCX, BMP, ICO, CUR, PNG, WMF, EMF, TGA, GIF, PXM, PPM, PGM, PBM, JP2, J2K, JPC and J2C.";
fDesc[14] = "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.";
fDesc[15] = "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.";
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 = '...';
}
}