var fDesc=new Array();
fDesc[1] = "files in over 400 file formats (GIF, BMP, PNG, JPG, JPEG, TIFF, PCX, ICO, IMG, PDF, PIC, PSD, RAW, RGB, TGA, and many more).";
fDesc[2] = "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[3] = "efficient way, and as a result, you will avoid the annoying problem of having to use many programs to open different types of files. In addition, the program offers you a nice and easy-to-use interface.";
fDesc[5] = "fool you. It creates results of the highest qualities. If you need to create smaller images out of your big pictures, this application will certainly do the trick.";
fDesc[6] = "and WinZIP. Unlike the aforementioned applications, Zipeg allows the user to preview most content that is archived in .rar and .zip files, among others.";
fDesc[7] = "freehand screen captures, annotate them, and put them straight on your desktop, or edit/print/email them.";
fDesc[8] = "quick batch photo resizing mode. High Quality Photo Resizer best suits for minimizing the photo size to publish pictures on the internet or for sharing them with others.";
fDesc[9] = "leaps and bounds. True freeware.";
fDesc[10] = "true, it can converts almost anything if we are talking about images files. From a very large list of file types, wich includes HTML, DOC, XLS, WPD, PDF, JPG, GIF, TIF, PNG, PCX, PPT, PS, TXT, Photo CD, FAX and MPEG, among others, you can choose whatever you need at the moment.";
fDesc[11] = "in two clicks. Mihov Image Resizer neither looks like other image optimizers and converters, nor works like them.";
fDesc[12] = "output files in original or converted JPG, BMP, TIFF, GIF, PNG, PCX, TGA. This full-featured image-processing software generates preview in real time. Advanced styles come as an added value for making of your pics or videos the coolest ones!";
fDesc[13] = "allows you to edit images from a variety of formats and enhance them using different effects. Moreover, the program features a very simple and extremely easy to use user interface which does not need any technical knowledge and makes this task a breeze.";
fDesc[14] = "other interesting tasks on them. The program has a simple interface, and there is a handy tool bar from which you will be able to change the way you view your panoramas.";
fDesc[15] = "all photos from your digital camera in just a few clicks and save a lot of space.";
fDesc[16] = "rotate a JPEG photo, most image editors decode the photo, rotate the bitmap and then re-encode it back to JPEG. This process slightly decreases the final image quality. Unlike those tools, the JPEG Lossless Rotator does not recode your photo and performs a special lossless block transformation instead. As a result, the rotated photo has the same quality as the original. In addition, JPEG Lossless Rotator has a very simple multilingual interface and is easy to use for inexperienced computer users.";
fDesc[17] = ", Flower Garden, FreeCell, Klondike, Nestor, Yukon.";
fDesc[18] = "supports formats that include JPG, GIF, PNG, and BMP. It presents a control panel to customize your desktop wallpaper, a screen capture tool, and more.";
fDesc[19] = "to copy the converted file to our digital portable devices. We are also allowed to create new documents and add title, links, tables, margins, bookmarks, cookies, document, messages and HTM, HTML, TXT, PDB, PRC, GIF, JPG, GIF, JPEG, PNG, and BMP files.";
fDesc[20] = "different methods makes it easy for you to change the names, attributes and timestamps of files in one go.";
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 = '...';
}
}