var fDesc=new Array(); fDesc[1] = "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[2] = "window with many different useful tools. This application has got a nice and intuitive interface. The program enables you to add text into the program's main window by simply typing the words you want to insert and then pressing \"Enter\"."; fDesc[3] = "2007/2008), DXF, TIFF, SVG, CGM, HGL, PLT, SPL, HG, HPG, PLO, PCX, BMP, JPG, JPEG, WMF, etc. ABViewer converts all supported files to BMP, EMF, JPEG, GIF, TIFF formats. It allows you to drag images, zoom in, zoom out, centering, printing. Advanced printing allows you to print one image to many sheets of paper as \"tiles\" to glue together afterwards. Key features: Edit/View/Convert AutoCAD DWG/ DXF, HPGL PLT/HGL/PRN/SPL/HG, SVG, CGM, BMP, Tiff and many other file formats. Thumbnails Measure distance and area with needed scale DWG DXF Arcs and Circles can be drawn as smooth curves and saved to EMF as Metafile Arcs and Ellipses can be zoomed after pasting to MS Word without quality loss. HPGL and HPGL2 Hewlett-Packard formats Clip Rectangle for printing and saving to the clipboard and to a file Save to clipboard as BMP, EMF (Clip Rectangle supported) Save images and drawings to BMP, EMF..."; fDesc[4] = "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[5] = "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[6] = "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[7] = "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[8] = "formats right from TIFF, GIF, JPG, BMP, PSD, PNG, WMF, EMF, PCX, down to PIC and others, into PDF format with great ease. The tool automatically clears and skew-corrects B/W images with the help of special techniques to ensure high quality output after every conversion."; fDesc[9] = "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[10] = "to different formats in just a few simple steps. The supported picture, audio, video formats are the following: BMP, JPG, GIF, PNG, PCX, TGA, ICO, CUR, TIFF, EMF, WMF, XM, MOD, WAV, OGG, MP3, MID, S3M, AVI, among many others."; fDesc[11] = "boxshot as BMP, GIF, JPG, PNG, TGA, TIF, EMF and WBMP file. And it is able to save the animation as animated GIF and AVI file."; fDesc[12] = "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[13] = ", 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[14] = ", etc) that supports a batch conversion, a run from command line, more than 50 languages and comes with a embedded viewer"; fDesc[15] = "inserted into other documents or viewed natively under Windows. Convert documents to metafile and EMF files."; 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 = '...'; } }