var fDesc=new Array();
fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[2] = "and sharing through the Internet, open format. Similar to PDF files, this smaller file contains scale and design information ready to be managed by designers and experts. The name of DWF Viewer has been changed to Autodesk® Design Review.";
fDesc[3] = ", fast and quite simple to use software, what makes of it the perfect application for everyone. It's freeware, but the license is free only but non-commercial use.";
fDesc[4] = ", 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[5] = "and scanners. Ulead Photo Explorer is more than a simple image viewer. It integrates functions of acquisition, edition, cataloging, organizing, adjusting and sharing digital images and video clips. This powerful and easy-to-use program has clear and simple toolbars.";
fDesc[6] = "images and movie clips. It’s new and improved tools helps you to edit, enhance and give a new look and glow to your photos. The browser supports a variety of image, sound and video file formats and helps to give a new look and glow to your photos.";
fDesc[7] = "It is easy to install and use, requires very less resources and a user friendly interface. It is commonly used for .cbr and .cbz formats viewing though it can support all common image formats.";
fDesc[8] = "alternatives, then FastPictureViewer can be a good option. This program, as its name suggests, lets you view your images in a fast way, and in addition, it has a Vista style interface which makes that navigating through your photos can be a simple process.";
fDesc[9] = "program offers windowed and full screen view modes. Retriever supports the following formats: jpg, jpe, jpeg, jif, bmp, dib, png, gif, tif and wmf. But Retriever is not just an image viewer, it has some extra functions.";
fDesc[10] = "the web, paint with the mouse, etc. You can acquire digital photos from file on your computer, with the help of a scanner or a digital camera and at once start to work with them.";
fDesc[11] = "your system by default? Would like to try something new for your images? FastStone MaxView is a complete, powerful and innovative application that will easily replace your default image viewer when you try it.";
fDesc[12] = "your entire collection of digital photographs and watch them in your computer individually or as a slideshow. Photo-Bonny Image Editor will allow you to add icons, frames, and free-style drawings to your photos, enhancing them with a fresh and funny touch.";
fDesc[13] = "you can easily view and edit your images. The tool also supports the slideshow mode for comfortable image viewing. Composed in a simple-to-use interface this application can be mastered by novice users too.";
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] = "i-Fun Viewer is an image viewer which supports images with the following image formats extensions: JPEG/BMP/GIF/WMF/EMF/P NG/TIF/TIFF/PCX/TGA/DI B/RLE/PBM/PGM/PPM/JIF. When opening the program, we can see our entire directory; select any folder or file and all the images found in them will be automatically displayed as thumbnails, small thumbs, or filename.";
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 = '...';
}
}