var fDesc=new Array(); fDesc[1] = "photomontages, impressions and conversions of formats. Specifically, includes an image viewer with a presentation mode, an editor for adjusting levels of brightness, color and contrast, an editor of frames and masks to embellish your photos, and other effects"; fDesc[2] = ", 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[3] = "dictionaries and multi-document translation makes this software suitable for advanced translation purposes."; fDesc[4] = "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[5] = "and reducing size for audio/video files, converting for audio/video playback devices, extracting audio tracks from video files, ripping audio/video discs, reparing corrupted or partial downloaded video files, and so on."; fDesc[6] = "popular compression formats. It’s powerful, easy to use, versatile and even has a nice interface. You can compress and decompress most archives using the same program."; fDesc[7] = "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[8] = "archive file or create an exact image of partitions on your hard disk for easy hard disk upgrade or complete/partial system recovery."; fDesc[9] = "one process, use image watermarking options, rotate and auto rotate images without compromising in quality, use canvas resize feature, rename image files in batch mode so on."; fDesc[10] = "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[11] = "statement to back up. But the facts speak for themselves. Usually, you see a converter that works for the iPhone, one that converts files for playback on the XBOX 360, and one for the popular formats."; fDesc[12] = "itself as a print driver, all you have to do is to click \"Print\" from your application to create PDF. Other files can be converted to PDF filles."; fDesc[13] = "video media. It employs simple click interface to achieve much of its functionality. It supports batch processing of files and the conversion can be configured with user options in bit rate, size of the frame and number of audio channels."; fDesc[14] = "shrinked 100 pictures the software can be used with the limitation of an added watermark to each image.Also features batch compression."; 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 = '...'; } }