var fDesc=new Array();
fDesc[1] = "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[2] = "than 40 image filters. Supports over 140+ image formats such as JPEG, BMP, PNG, GIF, ICON, PSD. Commandline support.";
fDesc[3] = "Frame Genius supports all popular image formats: png, psp, cut, gif, pcd, pic, cel, pbm, jpeg, bmp, tif, psd, pic, pgm, pcc, pcx, pdd, tga, vda, vin, vst, wmf and emf are among them.";
fDesc[4] = "Whenever we take photos with a mobile phone camera, we have to face vignetting, poor color appearance, poor sharpness & contrast, and also JPEG compression artifacts related issues with our photos, so these photos are not perfect for albums,";
fDesc[5] = "Copy\", \"Copy Right Protected\" or \"All Rights Reserved\" or anything what you want. You can tile the watermark everywhere on the image or select desired position for the watermark.";
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] = "and inside/Outside edge";
fDesc[8] = "Skill Magic Enhancer Lite plug-in can automatically detect and install itself on following photo editing applications: Adobe Photoshop 7, CS, CS2, Adobe Photoshop Elements 2, 3, 4, 5, Coral Jasc Paint Shop Pro 7, 8, 9, Corel Paint Shop Pro etc.";
fDesc[9] = "jpg, pcx, tga, gif, bmp or tif portrait and use the spot eraser to remove spots like pimples and scars on faces. Stepok Digital Beauty offers 4 auto fixes for exposure and 4 auto fixes for skin color. You can also manually adjust the skin color, clean skin levels and exposure levels.";
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] = "color corrections and effects to your photos in a professional way.";
fDesc[12] = ", corrects poor color, white balance and sharpness, fixes the dark corners problem and remove red eye.";
fDesc[14] = "color corrections and effects to your photos in an easy and professional way.";
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 = '...';
}
}