var fDesc=new Array();
fDesc[1] = "in case we have a Canon printer installed. Easy-PhotoPrint has a nice intuitive easy to use interface so that everybody can use it. After installing this software, we can print images in three steps. First, we select an image anywhere from our system directory tree including external devices.";
fDesc[2] = "CD scratches and data loss. You can create and use BIN, IMA/IMG ,CIF ,NRG,IMG/CCD, MDF/MDS, VCD, VaporCD , VDI , C2D, BWI/BWT, CDI, TAO/DAO, PDI virtual images. An image in virtual CD/DVD drive enables you to work 100x faster than an ordinary CD/DVD drive.";
fDesc[3] = "simple way. It includes all the common tools including Hue/Sat/Luma, Cloning, Sharpening, etc. and plenty professional tools like Barrel-Pincushion, Chromatic Aberration, Perspective Correction, to name but a few.";
fDesc[4] = "types can be easily added via an configuration file). This program can automatically scale the pictures to be fit in front covers, back covers, front inside, CD and DVD Boxes, and CD/DVD labels to the correct sizes.";
fDesc[5] = "optimize an image with a single click, and you can eliminate that annoying red-eye effect just as easily. Colour correction settings are simple and clear, and it also includes some basic effects you can add to enhance your images.";
fDesc[6] = "program offers windowed and full screen view modes. Retriever supports the following formats: jpg, jpe, jpeg, jif, bmp, dib, png, gif, tif and wmf. But Retriever is not just an image viewer, it has some extra functions.";
fDesc[7] = "the web, paint with the mouse, etc. You can acquire digital photos from file on your computer, with the help of a scanner or a digital camera and at once start to work with them.";
fDesc[8] = "Aperture and Capture NX 2. It is a full-featured editor that allows you to enhance your digital photos, correct colors, retouch, apply various effects and many others.";
fDesc[9] = "2000 compression artifacts, sharpens and corrects edges without overshooting or noise amplification; and creates unique effects.";
fDesc[10] = "not know the correct solution if there is an accidental or deliberate loss of vital data, but you can always secure your vital information, data, disks and drives by making virtual backup images of them with this tool.";
fDesc[11] = "exposure. However high ISOs have a great problem, there´s a lot of noise. Noiseware Professional Edition will help you correct as much as possible the problem of noisy pictures. Noiseware Professional Edition acts as a noise filter which will improve your photos.";
fDesc[12] = "menu bar, one toolbar, a panel with a preview image and two tags, one window for see our photo transformed. Finally when we make click in the Process button we get our work done, but can click in the original image button and return to the original photo.";
fDesc[13] = "options covers almost anything your need to correct and enhance your photographs – from removing colour stains or red eyes, to correcting the exposure, white balance or brightness, this software is useful for all kinds of users.";
fDesc[14] = "with your digital camera. With ColorCastFX you can easily adjust and correct the color settings and gamma of your digital pictures. ColorCastFX is an excellent tool for fixing your photos and is absolutely free to use.";
fDesc[15] = "as TIF, JPG, GIF, PNG, BMP, PSD, WMF, EMF, PDF, PCX, PIC,etc. into PDF format. This incredible program has the ability to correct black and white images by using special techniques to insure high quality output after conversion.";
fDesc[16] = "menu bar, one toolbar, two windows and in the foot of the program we can see an advanced box, a filter strenghtt and two buttons more.";
fDesc[17] = "photographs of the same theme, for correcting the unique highlights or flat shadows of each of them. The resulting image has all the unitary details but all the differences in lighting and shadows are combined, wich means that they are corrected when blended.";
fDesc[18] = "plenty of image files, including JPG, TIF, GIF, BMP, PNG, WMF, PDF, EMF, PCX, PIC and PSD. This software also enables you to compose electronic books which can be published in the Internet. The program supports watermark, viewer and bookmark settings.";
fDesc[19] = "formats, including, of course, all the most widely used ones (JPEG, BMP, GIF, PCX, TIFF, or PNG, to mention only a few). This free tool includes a basic editor, which allows you to enhance and correct your digital photographs intuitively and effectively.";
fDesc[20] = "compressing a JPEG image, we didn’t get the same quality results. If you want to get rid of this problem then Topaz DeJPEG will be the correct choice.";
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 = '...';
}
}