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[4] = "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[5] = "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[6] = "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[7] = "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[8] = "in two clicks. Mihov Image Resizer neither looks like other image optimizers and converters, nor works like them.";
fDesc[9] = "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[10] = "folders from the list. You can configure the program to select the image to be used as wallpaper randomly, how much time will it remain unchanged and if you want the program to change it at every startup. Your images must be saved in JPG, GIF, PNG, TIFFor BMP format.";
fDesc[11] = "share these pictures it becomes anoying as you spend too much time, because large sized pictures can't be sent as attachment in a mail,can't be stored in a cell phone or any mp4 device and you are tired and don't know what to do, Picture Resizer will help you and take all these problems away.";
fDesc[12] = "calibration work. The application can handle .jpg, .bmp as well as .gif image files and all that the user needs to do is to fix up couple of points to get the calibrated image. It facilitates provision for converting .gif and .bmp files into .jpg format as well.";
fDesc[13] = "digital camera such as Canon EOS series. The program offers a thumbnail browser, slide show viewer and a full preview of the selected image.";
fDesc[14] = "tool for converting your psd design or flatten multi layer psd design to JPG images.";
fDesc[15] = "to jpg image. It will flatten multilayer png and for multi frame png it will convert the first frame only.";
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 = '...';
}
}