var fDesc=new Array();
fDesc[1] = ", new panels for Masks and Adjustments, on-the image that we can apply some adjustments to the style of Photoshop Lightroom, a 3D engine, and then only for begin.";
fDesc[2] = "photos with friends and family is as easy as pressing a button!";
fDesc[3] = "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[4] = ", fast and quite simple to use software, what makes of it the perfect application for everyone. It's freeware, but the license is free only but non-commercial use.";
fDesc[5] = "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[6] = "beyond the basics. Apply incredible effects, organize and retrieve automatically your pictures from any device (from cameras to cellphones) and share them.";
fDesc[7] = "and features that can get your raw photos ready to the publishing or sharing. You can use special effects, denoise and red eye effect removal tools to enhance your camera pictures. Photo! Editor supports all the popular image formats, like JPG, BMP, PNG, GIF and TIFF.";
fDesc[8] = "used as background to create funny and interesting images. What is more, the program includes hundreds of masks to choose from, various clip arts, funny and sweet cartoon figures, frames, outlines and the possibility to include text to make your photos even more attractive and interesting.";
fDesc[9] = "Select Photo(s), Select resize settings, Start the resize! Increasingly, sharing photos on the internet is becoming more and more popular. Photos, represented as JPEG files from digital cameras, taken at high resolutions are far too large to send over the Internet, with some photos ending up at 5 mega bytes. Uploading one photo to a photo sharing website is fine, but 10, 20, or even more, this can take forever, especially on a dial-up connection. With Fotosizer, you can shrink JPEG image files, along with other supported formats, and dramatically reduce internet transfer times, enabling you to quickly and easily prepare your image collections to be published on the web.";
fDesc[10] = "photos and other images. This incredible program enables you to crop, rotate and resize and also add effects like sepia tones, red eye reduction, grayscale as well as the ability to change the hue, saturation and brightness levels, and a lot more.";
fDesc[11] = "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[12] = "sharing needs. This easy-to-use tool with its lengthy list of capabilities to work with your digital images stands as a peer in the crowd. The tool is quite simple and free from a complicated interface unlike other similar tools.";
fDesc[13] = "features. Some of the common tools includes automatic brightness, contrast, gamma and saturation adjustment; red-eye removal, resize, rotate, crop and warping of images; a great number of filters such as smooth, sharpen, edge detection, etc.; among others.";
fDesc[14] = "easy tools like, resizing tools, crop tools, color adjustment, brightness and contrast settings. Firegraphic also offers quick view of any video file.";
fDesc[15] = "a graphics editor tool that is used in such purposes. These graphical data contain mathematical solutions and it is not possible to edit these images in a simple editing tool.";
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 = '...';
}
}