var fDesc=new Array();
fDesc[1] = "and buttons in just a few minutes. It uses a large number of dialogs to customize your work. Interface is highly customizable. It has excellent features like photo enhancement, fix perspective distortion and digital retouching techniques. GIMP is not a design suite but is free.";
fDesc[2] = "clicks. It is extremely easy to use, support different formats, and is perfect for professional photographers as well as for home use.";
fDesc[3] = ", rotate, enhance, view and capture any area of the screen display. It also lets you viewing in different color mode or through separated color channels.";
fDesc[4] = "frame, a border around the image and a drop shadow for a 3D effect. When you´re satisfied with the result, you can save the picture in .BMP, .JPG or .PNG format. The program allows you to preserve the EXIF information present in the original image.";
fDesc[5] = "photo editing softwares. It presently support Adobe Photoshop, Adobe Photoshop Elements, Corel Paint Shop Pro, Macromedia Fireworks etc. it actually remove the unwanted part of an image....";
fDesc[6] = "improve or enhance your dull looking images. It is especially very effective on dark images which are taken in the dark room or in the evening time or you forget to adjust your camera setting before taking snap n due to its auto focus setting you got a dull image.";
fDesc[7] = "enhance it with specialized filters, such as Denoise, Deinterlace, Brightness, Contrast, Deblocking, Sharpen and more.";
fDesc[8] = "values to enhance your photos with that extra creative feature that makes them unique. Rotate the picture any way you need, and add also a number of impressive digital effects! Acquire and organize your photos, with pop-up thumbnails for every image in your folders.";
fDesc[9] = "mainly to make printing jobs easy, it includes a number of basic but useful editing functions that will enhance your digital photos in seconds. It will also import your videos and create screenshots that you can later edit and print just like any other image in your library.";
fDesc[10] = "enhancement. When we are working with our photos, we can \"play\" with its options and see (without saving) all the changes. We can adjust lines, edges, noise and also (included in this version 1.5) \"Remove JPEG artefacts\", and much more.";
fDesc[11] = "blur; * blurred/clean reflection borders; * updateFrequency (for videos etc.); Package includes: FLA;";
fDesc[12] = "happier, more comfortable employees. Providing eye care for computer workers is a win-win situation for employers.";
fDesc[13] = "white rules, this spam killer will filter out all your junk email!";
fDesc[14] = "scanner or a digital camera, retouching them is often indispensable for they lack contrast, luminosity, and seem blurred. Thanks to Quick Retouch, no need to try numerous and complicated adjustments that will certainly, in the end, prove unsatisfactory. For each individual image, Quick Retouch offers to combine 3 types of possible corrections (luminosity, colour and clearness), 5 degrees of intensity and 8 adjustment views.";
fDesc[15] = "computer and forcing you to take a 5-minute break every 30 minutes.";
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 = '...';
}
}