var fDesc=new Array();
fDesc[1] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate.";
fDesc[2] = "CorelDraw, the main application for vector design and layout; Corel Photo-Paint for image editing;Corel Capture, a screen-capture utility; ConceptShare, a collaboration service; and the Bitstream Font Navigator.";
fDesc[3] = "unnecessary elements (foreign language audio or subtitles, extras, additional footage) from the target DVD or just by compressing the existing contents. After setting the desired parameters, you can record your new DVD, or backup it to hard disk.";
fDesc[4] = "output. In fact you can access to online radio stations and enjoy various types of music like (Rock, Pop, Jazz, Classic, Vocal, User, and much more.), in multiple languages.";
fDesc[5] = "create, design, restore, or retouch images, plus many other actions that are usually carried out by important image editors. Paint.NET works faster compared to other image editors, being very powerful and easy to use at the same time.";
fDesc[6] = "from anywhere in our computer directory, decide which size is best, choose an e-mail program and go, then automatically the e-mail program opens in the form of a new message with the attached file in it.";
fDesc[7] = "for downloading the photos to the computer or uploading photos to the memory card. We can select the language of the program before downloading or installing from the CD given to us when we purchase a Canon Camera.";
fDesc[8] = "Eos Utility CD package after purchasing a Canon Digital Camera. This piece of software has been designed to allow us to create units with both image and audio and save them as a single item. We can access this program via Start, Canon Utilities, Camera Window, MyCamera.";
fDesc[9] = "after purchasing a Canon Digital. First of all we have to take photo with our camera opting for the RAW format instead of the JPEG or use both for comparison. By using this tool, after transferring the photographs to the computer, we can manage them in various ways.";
fDesc[10] = ", ALZip is free, it handles over 30 compression formats, including ISO, plus it is twice as fast extracting files as WinZip. Among other useful features, the program also includes a password recovery tool.";
fDesc[11] = "this program we must go to the ZoomBrowser Interface. Canon Image Gateway is a free service that Canon gives to Canon Cameras owners.";
fDesc[12] = "It is easy to install and use, requires very less resources and a user friendly interface. It is commonly used for .cbr and .cbz formats viewing though it can support all common image formats.";
fDesc[13] = "sent to the printer, or saved to disk as a file in 6 different graphics file formats . Gadwin PrintScreen can capture the entire Windows screen, the active window, or a specified area.";
fDesc[14] = ", photo browser and Photo Story utility. The Digital Image provides a great functionality for organizing, viewing and storing photo archives. You can control your photos through a combination of digital-imaging tools with helpful wizards and professional-quality photo projects.";
fDesc[15] = "backup application on the market. Not that I use a lot of them, but I have used quite a few, and this is the best so far. Drive Backup 9 allows you to backup your computer drives and create image files that you can later on recover your system from.";
fDesc[16] = "remote shooting, managing the destination folder, etc. This program is valid for the following Canon EOS Camera: KissX2/DIGITAL REBEL XSi/DIGITAL 450D,EOS-1Ds Mark III, 40D and EOS-1D.";
fDesc[17] = "image resizer, but I will say that it is a super fast image resizer, because it can resize your thousands of images or photos in just few minutes and you does not required to select your images one by one.";
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 = '...';
}
}