var fDesc=new Array();
fDesc[1] = "HP device. It is now available for online downloading. It is primarily aimed at printing, it supports JPG, JPEG, BMP, PNG y GIF images. It allows us to import our photos from a memory card, printer, camera, PC, CD, scanner, etc.";
fDesc[2] = "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[3] = "lessons. After months of studying Ellie decided to start her own business, and since she didn't have an office to work placed the equipment in the yard of her house. You can try this game for 60 minutes before you buy the licensed version.";
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] = "menu bar, one toolbar, two windows and in the foot of the program we can see an advanced box, a filter strenghtt and two buttons more.";
fDesc[6] = "images. With the power and capabilities of this image enhancement tool you can easily: adjust, edit, convert, and apply various effects to your batch images.";
fDesc[7] = "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[8] = "as a standalone program as well as a plug-in for your favorite photo editor. It can automatically change the appearance of underexposed, overexposed and mid-tone areas of a photo without touching the exposure settings.";
fDesc[9] = "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[10] = "Version 2.0.0 (Beta Release). Some very great functionalities and features are available in this version and the graphical interface are greatly enhanced with new and easy controls. I invite you all to experience the powerful tools and utilities along with digital image editing and processing appliance of Oriens Enhancer GOLD, all clubbed to one Software, and even great than that, it's FREE.... Some New and Hot Features in Oriens Enhancer GOLD: 1) GIF Animator Cum Frame extractor. With this feature, you can view animated GIF image format and extract all the frames (constituent images) with live preview of all the available images that make up the GIF image. There is also an image File Treeview Browse control for easy search and view of GIF image. You can play, Pause, load, Unload currently animated GIF or you can Save all the Constituent Images in one time (Batch Save). You can start...";
fDesc[14] = "images. The advanced tool is compatile with most popular cameras like; Canon EOS 450D, Fujifilm S100FS, Nikon D60, Olympus SP-570 UZ, Pentax K20D, and much more.";
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 = '...';
}
}