var fDesc=new Array();
fDesc[1] = "features to provide powerful digital editing performance without any problem. Pictures can be copied from camera and other storage devices and can be captured from live videos and from video files.";
fDesc[2] = "Transform your two monitors into one big desktop and tidy all your staff. It’s very easy to use and yet a very complete and tool to help you save money and complex tasks.";
fDesc[3] = "previewing, and adding comments. Create thumbnails and generate fully customisable HTML index pages ready to be uploaded to your website. Also it supports a wide variety of meta data standads and some movie formats.";
fDesc[4] = "beginner, it will be hard to understand the working of the program. The program uses a nice, black interface. On the left had, we see a list with thousands of audio effects, like clapping, piano, kick, etc. The features of the program make it the best of its kind.";
fDesc[5] = "images like graphical images, photos and text. With S-Spline XL settings you can improve sharpness of the image, add film grains to an image, and apply sharp and soft edges to make all your digitals look more natural.";
fDesc[6] = "features that make it more powerful than a traditional player, among which is good to mention: the possibility of improving the quality of the original image at the time of reproduction, and the ability to read many file formats. It runs with Windows XP and Windows Vista.";
fDesc[7] = "application combines many functions for the processing of a digital image. Create slideshows, screensavers, postcards, videos from images, landscapes and more. It captures images and video from many devices and formats. Convert file formats.";
fDesc[8] = "This program is based on the technologies, developed in Interactive Visual Media Group. These technologies are also used in DeepZoom Composer and Windows Live Photo Gallery programs.";
fDesc[9] = "acquire images from a digital camera or scanner, quickly improve, organize and catalogue photos, create greeting cards, fliers, and Web graphics, create presentations. Picture Studio Online will let you share pictures online directly from Image Expert.";
fDesc[10] = "Data Lightbox SR and Remote Camera Control. The most interesting application is Image Data Convertor SR that enables the processing of raw files.";
fDesc[11] = "from the Web, e-mail photos quickly and not exceeding e-mail size limitations, resize images and make thumbnails.";
fDesc[12] = "to improve your photo's quality quickly and easily. This Plug-in is compatible with the following image applications: Photoshop CS3, Photoshop Elements 7, Corel Paint Shop Pro X2 and some others.";
fDesc[13] = "clicks. It is extremely easy to use, support different formats, and is perfect for professional photographers as well as for home use.";
fDesc[14] = "photographs, apply dozens of different effects, and enhance the quality of your images. Its extensive list of tutorials and tips, together with a self-explanatory attractive interface, makes this tool the perfect image editor for any user. It supports JPEG, TIFF, BMP, and RAW files.";
fDesc[15] = "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[16] = "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[17] = "the images in detail and even creating wallpapers automatically for your mobile phone! Start enjoying your pictures now! Nothing is easier or faster than iResizer.";
fDesc[18] = "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.";
fDesc[19] = "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[20] = "has a simple and easy to use interface where you will be able to control images compression and select image format (JPG, GIF or PNG) for your output file.";
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 = '...';
}
}