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 buttons in just a few minutes. It uses a large number of dialogs to customize your work. Interface is highly customizable. It has excellent features like photo enhancement, fix perspective distortion and digital retouching techniques. GIMP is not a design suite but is free."; fDesc[3] = "HP device. It is now available for online downloading. It is primarily aimed at printing, it supports JPG, JPEG, BMP, PNG y GIF images. It allows us to import our photos from a memory card, printer, camera, PC, CD, scanner, etc."; 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] = "as well as from portable mass memory units such as Flashcard, Memory Sicks, Camera cards, etc. The application offers selection of drive, type/format of media files to recover (audio, pictures, photographies, movies, video) and the target folder for the recovered files."; fDesc[6] = "extract frames from video files to JPG in an easy way. This program might be useful for different things. You can use it to create photos folders or to watch your video files image by image."; fDesc[7] = "from one into another in a very short amount of time, with no quality loss at all and with the advantage of enabling you to set a lot of different parameters for each of your conversions."; fDesc[8] = "in two clicks. Mihov Image Resizer neither looks like other image optimizers and converters, nor works like them."; fDesc[10] = "the Batch PSD to JPG 1.5 tool. This tool, Batch PSD to JPG 1.5, is a free Adobe Photoshop PSD to JPG image converter. This software can convert an individual file as well as a complete batch. It converts PSD designs or flatten multi layer PSD design to JPG formats."; fDesc[11] = "export images from document and image files in batch mode. The main feature in this tool is that it can handle all MicroSoft programs like MS Word, MS Excel, MS PowerPoint, etc. WORD, DOC ,DOCX ,DOCM files can be converted to JPG ,BMP ,GIF ,TIF ,WMF ,EMF ,PNG ,RLE ,TGA."; fDesc[12] = "image formats to JPG in a snap. Within the same window, you can find basic editing tools such as resizing, cropping, rotating, stretching, scaling, among others."; fDesc[13] = "different file formats including Microsoft office word (.doc, .docx. docm), excel (.xls, .xlsm, xlsx), powerpoint (.ppt, .pptx, .pptm), pdf, htm, html, rtf, txt to image format. Conversion doesn’t take a lot of time."; fDesc[14] = "developers across the globe. Their one software which can be used for compressing GIF and JPG images is called 123 GIF & JPG optimizer. 123 GIF & JPG optimizer is easy to use tool and it also has very good help files available."; fDesc[15] = "into JPG images. You can customize the level of quality of the resulting JPG images, and set the conversion parameters according to the quality of the original PDF file. With its batch functionality, you can convert a large number of documents in just one single operation."; 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 = '...'; } }