var fDesc=new Array(); fDesc[1] = "source community, because in the past it was a very important drawback when trying to persuade IE users to switch to Firefox. Now any user can use Firefox as your default browser without losing any feature."; fDesc[2] = ", comparison, red-eye removal, emailing, resizing, cropping and color adjustments. It supports all kind of images format and also includes new tools for drawing on the imagery, fixes, optimization."; fDesc[3] = "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[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] = "Player 6.4 or higher, Apple QuickTime 4.0 or higher, RealPlayer 8.0 or higher and DivX Codecs. The installation program checks if you have them installed. If not, it offers you to download and install everything needed."; fDesc[6] = "features a very simple and intuitive user interface that can be used by anyone since it does not require any special knowledge. It is very light and functions wonderfully and offers most of the options of the Acrobat Reader."; fDesc[7] = "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[8] = "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[9] = "icons with customized and stylish icons now. You can import any image and edit it using a powerful editor, then apply special effects if desired. Once you are finished with the editing, you can save it as icon file that is ready to be used."; fDesc[10] = "following formats: BMP, JPEG, GIF, PNG, TIFF, WMF, EMF, EXIF & ICO Output to .AVI with different codecs. A unique tool that can be used to create professional quality presentation AVI ."; fDesc[11] = "effects to help you enhance your photographs, allowing you to add colour, black and white, and texture effects, among others. Each effect applied can be customized by changing the by-default values."; fDesc[12] = "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[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] = "converts DWG, DXF and DWF files into vector WMF files, quick and easily."; 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 = '...'; } }