var fDesc=new Array();
fDesc[1] = "photos with friends and family is as easy as pressing a button!";
fDesc[2] = "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[3] = "formats. With the set of enhancement tools, you can choose, view, edit, save, export and convert RAW images to PNG files.";
fDesc[4] = "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[5] = "way. The application includes interesting and unique features including voice comments, sensor dust filter, haze compensation, spectral sensitivity controls, chromatic aberration filter, vignetting and barrel corrections, among others.";
fDesc[6] = "program we can go to the Help, Tutorial, Forum or continue and go to the button next. When come to the next step can find our pc folders in the left side and in the right window we can drag and drop the file or folder that we wish to open and transform.";
fDesc[7] = "the program we can see a Menu bar, one toolbar, one window for see our pictures and in the foot of the program we can see the pupil detection, the correction strength and can select the darkening box.";
fDesc[8] = "certain modifications like removal of “red” eyes or glares, which can be easily done with the help of PhotoCleaner. It makes it possible to enhance the picture clarity or change the environment with the help of mere click of an enhance button provided.";
fDesc[9] = "redness removal, adjustable eye brightness, pupil brightness and eye color. Replacement eye option for severe cases.";
fDesc[10] = "player too. You can view, edit, enhance and manage all your photos in couple of clicks. Ai Picture Utility supports drag drop feature that enables the user to work faster. Ai Picture Utility has in-built unzipper that can extract multiple zip files in single click.";
fDesc[11] = "can be printed using only a sheet of paper. Photo IDs can be done, and there are image quality editing tools. Standard print sizes available as well. Projects can be saved on to a computer or sent by e-mail.";
fDesc[12] = "feature recognition allows automating post-processing such as red-eye removal and skin tone adjustment, creating 3D head models and morphing tools.";
fDesc[13] = "removal, date/text/EXIF data imprint and more. Batch processing of images.";
fDesc[14] = "authors of Pos Free Photo Editor and Photo Pos Pro photo editor. The tool is designed for reducing the red-eye effect caused by the camera flash device.";
fDesc[15] = "based on AJAX technique and does not require any client-side ActiveX controls or Java applets to be installed.";
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 = '...';
}
}