var fDesc=new Array();
fDesc[1] = "photos with friends and family is as easy as pressing a button!";
fDesc[2] = "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[3] = "and watch the latest movies on Blu-ray Discs and HD DVDs, or are you simply looking for the best home-theater playback quality available for DVDs? DVD Suite 6 Ultra for creating discs of your high-definition video content, editing videos automatically, and watching Blu-ray Discs and HD DVDs.";
fDesc[4] = "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[5] = "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[6] = "photo slide shows in a few simple steps. This incredible software enables you to combine still images, video clips, audio tracks, text, and special effects into you very own movie.";
fDesc[7] = "the complete slide show software solution for sharing your best memories.";
fDesc[8] = "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[9] = "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[10] = "create and share projects with your photos, videos, and music files. his incredible program allows you to edit, enhance and add creative effects to your photos, and also create your own movies or photo slide shows with a soundtrack.";
fDesc[11] = "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[12] = "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[13] = "has several programs integrated; one of them is called Power Point. This application is used to make slide shows, but unfortunately not everyone has in their own computer this program. Power Point Viewer is a powerful tool that will help you to view these slide show!without having it.";
fDesc[14] = "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[15] = "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.";
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 = '...';
}
}