var fDesc=new Array();
fDesc[1] = "music and video libraries, a manager of photographs, software for presentations of photos and videos plus an editor and covers. All these tools can be ruled out at the facility where the only thing that interests us is the writer Nero 9.";
fDesc[2] = "photos (pictures) to email, send to mobile phone, create calendars, slide shows, greeting cards, print pictures or output files, etc. from images captured by camera, scanner, or whatever digital mean, or from existing pictures on the Hard Disk or other removable memory media.";
fDesc[3] = "files in over 400 file formats (GIF, BMP, PNG, JPG, JPEG, TIFF, PCX, ICO, IMG, PDF, PIC, PSD, RAW, RGB, TGA, and many more).";
fDesc[4] = ", comparison, red-eye removal, emailing, resizing, cropping and color adjustments. It supports all kind of images format and also includes new tools for drawing on the imagery, fixes, optimization.";
fDesc[5] = "feeds. Instead of having just a blank screen or just one picture as a screen saver, with Google Photos Screensaver you can have many pictures as a slide show that changes every few seconds and acts as a screen saver after a time interval set by you on your computer.";
fDesc[6] = "the complete slide show software solution for sharing your best memories.";
fDesc[7] = "organizing of your image and video files with standard editing functions and some small “prettinesses” like Smart Collection function, Slide Shows creation etc., easy by using with the intuitive interface.";
fDesc[8] = "and add music to the slideshows. There are two ways to create discs with MyDVD. The first is by recording directly from a video source to a DVD or VCD and the second is by bringing video, audio, and images into a DVD/VCD project and then burning on a disc from the project.";
fDesc[9] = "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[10] = "must be a Dell system owner with factory installed Dell Cineplayer 3 in order to use it. Dell Cineplayer support the following disc formats: DVD-Video DVD-VR DVD Slide Show VCD VCD Slide Show";
fDesc[11] = "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[12] = "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[13] = "favorite sound track, your photos and videos together to form a slide show full of effects, transitions and life. You can play the slide show in your media player or upload to the YouTube directly.";
fDesc[14] = "using this application you will obtain an .exe file that can be played on any computer running Windows 2000 (SP4+), XP, Vista, and 7, even without Microsoft PowerPoint installed.";
fDesc[15] = "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.";
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 = '...';
}
}