var fDesc=new Array();
fDesc[1] = "photographers. You can view, organize, edit and convert all your images the easiest way ever. Ashampoo Photo Commander has everything that you may need to manage your photos.";
fDesc[2] = "a single-windowed app in which you can add a file or files and convert them to other formats. On the bottom of the application, you get to decide what format you are converting to.";
fDesc[3] = "and in a very fast way. With FastStone Photo Resizer you will be able to change the size of your images, convert them from one format to another, rotate, rename and modify their brightness, color, contrast and many other features, in just one time.";
fDesc[4] = "desktop icon for that computer family album? With Image Converter, you can";
fDesc[5] = "photos and other images. This incredible program enables you to crop, rotate and resize and also add effects like sepia tones, red eye reduction, grayscale as well as the ability to change the hue, saturation and brightness levels, and a lot more.";
fDesc[6] = "for image files, photographies, scanned documents, and any usual image format. Once the application is installed, its operation can be launched from any context menu. Right click on an image file, and the context menu offers. converting the image file format by starting Image Converter";
fDesc[7] = "than 40 image filters. Supports over 140+ image formats such as JPEG, BMP, PNG, GIF, ICON, PSD. Commandline support.";
fDesc[8] = "easy tools like, resizing tools, crop tools, color adjustment, brightness and contrast settings. Firegraphic also offers quick view of any video file.";
fDesc[9] = "and text watermarks to your documents. Thanks to its intuitive and user-friendly interface, you can perform this boring task with a few clicks. It also allows you to apply the same watermarks to multiple images at the same time.";
fDesc[10] = "and press button 'Start'. Besides being an image converter it is also a Thumbnailer that provides you a possibility to resize images with better qualities.";
fDesc[11] = "in two clicks. Mihov Image Resizer neither looks like other image optimizers and converters, nor works like them.";
fDesc[12] = "convert your .doc files to Image files, such as Jpeg, Tiff, Jpg, Bmp, Ps, and Eps in a very easy way. DOC to Image Converter 2.0 will convert your Doc files in a fast way using a professional-quality level.";
fDesc[13] = "all photos from your digital camera in just a few clicks and save a lot of space.";
fDesc[14] = "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[15] = "gif, bmp, png, tiff etc. You can also resize your images while converting. In fact you can convert or resize a single image or a folder, with subfolders, containing your images at the same time.";
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 = '...';
}
}