var fDesc=new Array();
fDesc[1] = "folders to existing images, and also compress, add encryption, mount images etc. Among the features of the new version we get: compatibility with Windows Vista, support for multiple languages and command-line parameters support.";
fDesc[2] = ", comparison, red-eye removal, emailing, resizing, cropping and color adjustments. It supports all kind of images format and also includes new tools for drawing on the imagery, fixes, optimization.";
fDesc[3] = "easily. You just only have to select the image file (you can select more than one image pressing ctrl or shift key), write the resolution in pixels or percent and press the button Ok. That's all. This cool application will resize your images fast and easy.";
fDesc[4] = "desktop icon for that computer family album? With Image Converter, you can";
fDesc[5] = "suggests is a software tool for resizing the photo and the output comes out with drastically reduced file sizes. The conversion is quicker as it can allow resizing of multiple image files in batch mode.";
fDesc[6] = "than 40 image filters. Supports over 140+ image formats such as JPEG, BMP, PNG, GIF, ICON, PSD. Commandline support.";
fDesc[7] = "one into another. Using this program, you will be able to convert different image formats such as MDI, JPG, PNG, GIF, BMP and TIFF into JPEG and PDF. MDI2PDF Converter 2.4 is a very easy program to use.";
fDesc[8] = "and vector graphics to image files in just three simple steps. This incredible program has the ability to batch convert PDF files to image files and supports all versions of PDF and multiple image format, such as bmp, tiff, jpg, gif, png, pcx, among others.";
fDesc[9] = "seconds. This incredible program can also be run from the command line allowing for use of batch files as well as launching programmatically from other programs.";
fDesc[10] = ", EMF, PNG, PCX, TGA, ICO, CUR, among others. This incredible program has the ability to convert and manipulate one or thousands of files, located in one or many folders in a few seconds.";
fDesc[11] = "JPEG; PBM; PCD; PCX; PGM; PNG; PPM; PSD; PSP; RLE; SGI; TGA; TIF; TIFF; VDA; VST; WBMP; WMFand More... Graphics Converter Pro can export 120 graphic file formats. BMP; GIF; JPG; PNG; WBMP; EMF; TGA; TIF; WMF and More... Graphics Converter Pro has 52 image filters, including: Blurring, sharpening, embossing, diffusing, color balance, and more. Graphics Converter Pro has a very simple, user-friendly interface. You can resize the main areas of the program simply by dragging your mouse. Its smart image capturing tool can be used to capture images of various sizes from your desktop or any other software. It also supports file association, live update check and slide show.";
fDesc[12] = "texts, crop, convert image formats, and apply various effects and much more. Its GIF Animation feature is just amazing. You can use this option to create animated GIFs, set GIF frame time, adjust quality, and adjust transparency level.";
fDesc[13] = "The program enables the user to resize, rotate, convert, resize and change brightness and contrast of images by just dragging and dropping them.";
fDesc[14] = "the following image files: JPEG, JPC, PNG, BMP, TIFF, PNG, TGA, PCX and PNM. This program can be used to change your image files formats, to modify your image files' size and to add watermark in batch.";
fDesc[15] = "perfect when you need to normalize the format in which a huge list of images are saved. You can build a list of files to be converted, from several drives and folders, choose the format that you want the target files to have, and the folder where you want Image Convert to save the converted files.";
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 = '...';
}
}