var fDesc=new Array(); fDesc[1] = "almost any type of lost files from servers, desktops, laptops, iPods etc. This incredible application enables you to retrieve any file from devices with unknown file systems including Hard Disk, external ZIP/USB drive,removable SmartMedia, etc."; fDesc[2] = "between PDF, Word, Excel and Powerpoint Documents (97, 2003 or 2007), RTF, or text documents to any of these formats, to an HTML file or to an image file (JPG, BMP, GIF, TIF, TGA, RLE, PNG, EMF or WMF). This program can perform batch conversions between formats."; fDesc[3] = "your videos in your favourite portable devices. It also creates MP3 files either from existing audio files, or by extracting the audio from any of the supported video files. Finally, Blaze Video Magic allows you to save your digital photos in JPEG format."; fDesc[4] = "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[5] = "dozens of image formats, such as TIF, JPG, GIF, PNG, BMP, PSD, WMF, EMF, PDF, PCX, PIC,etc. into PDF format. This incredible program can also be run from the command line allowing for use of batch files as well as launching programmatically from other programs"; fDesc[6] = "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[7] = "plenty of image files, including JPG, TIF, GIF, BMP, PNG, WMF, PDF, EMF, PCX, PIC and PSD. This software also enables you to compose electronic books which can be published in the Internet. The program supports watermark, viewer and bookmark settings."; fDesc[8] = ", HPGL, etc). You can scan old plans, archive drawings, or even photos and convert them into useful CAD data."; fDesc[9] = "settings of any image. ReaCompressor can optimize your images for the best looks and quality for web use, emailing, storing or sharing. Support for TWAIN devices enables the user to directly acquire images from scanners and cameras."; fDesc[10] = "converting your images to PDF documents is enhanced with the latest technology and capabilities and is an ideal solution for home-based tasks and also for business enterprises."; fDesc[11] = "very short amount of time with no quality loss at all. The program has got a friendly interface, which makes it very easy to use."; fDesc[12] = "converting. Able Fax Tif View can convert multipage files to standard TIFF/FAX format, jpeg, png, bmp, pcx, gif, pdf, wmf"; fDesc[13] = "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[14] = ", JPG, TIF, WMF, EMF, PNG, PCX, J2K, TGA, RAS and ICO files.The utility supports different icon sizes and colors such as Monochrome (1 bit), 16 Colors (4 bits), Grayscale (8 bits), 256 Colors (8 bits), etc."; fDesc[15] = "Converter GX. It includes a batch mode to convert your more then one image from one format to other quickly. With Solid Converter GX you can convert BMP, GIF, JPG, JPE, JPEG, PNG, TIF, TIFF and PSD format images into BMP, GIF, JPG, PNG and TIF image formats."; 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 = '...'; } }