var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "generate GIF images by means of this program, or we can create our images with the program's editor - there we can draw and handle different effects that can be added to our drawings. The program supports more than 48 formats, some of them are GIF, JPG, PNG and more.";
fDesc[4] = "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.";
fDesc[5] = "processing software like Photoshop that make performing the most basic image editing tasks a headache. Get Advanced Batch Converter!";
fDesc[6] = "alignment, resizing as well as cropping of pictures and helps greatly in morphing images. It comes with amazing capabilities such as computing and displaying real time animations, and saving them or printing them within a moment.";
fDesc[7] = ", etc), Drag'n'Drop, Crop/Paste/Copy/Cut, very configurable, just see yourself!";
fDesc[8] = "TIFF, PDF to JPG, PDF to JPEG, DWG to TIFF,DWG to JPG,DWG to JPEG,DXF to TIFF,DXF to JPG,DXF to JPEG, PPT to TIFF,PPT to JPG,Word to PDF";
fDesc[9] = "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[10] = "popular ones (GIF, JPEG, PNG, TIFF, JPEG2000 and so on) Imager can also print, scan, e-mail, perform basic edits, capture screens, show camera metadata (EXIF), generate histograms for your photos, and much more!";
fDesc[11] = "apply 44 effects, load 86 image formats, save 63 image formats and save 22 animation/multi-page image formats.";
fDesc[12] = "Advanced features include batch format conversion; annotations, thumbnailing; screen capture, painting, slideshow and 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 = '...';
}
}