var fDesc=new Array(); fDesc[1] = "CorelDraw, the main application for vector design and layout; Corel Photo-Paint for image editing;Corel Capture, a screen-capture utility; ConceptShare, a collaboration service; and the Bitstream Font Navigator."; fDesc[2] = "possible to handle all the boards in a single canvas and work individually or jointly. This way you can create several designs of various sizes neatly within a single file."; fDesc[3] = "illustrator, CorelDraw, etc… It’s based on the standard vector graphics format (SVG). It is a program with a GPL licenses, is focused in Linux operating systems, but it also provides the capacity option to be used in windows."; fDesc[4] = "drawings such as flowcharts, network diagrams, presentations, building plans, fashion designs, workflows, program structures, UML, web design, electrical engineering, database diagrams, and more."; fDesc[5] = "to virtually any media type. Design from scratch or jump-start projects from hundreds of customizable presets and templates — all from within a streamlined interface."; fDesc[6] = "allows many operations over different formats and layers of mapping information. It can open almost any mapping file format for modifying or simply converting it. Global Mapper runs on Windows 98/NT/2000/ME/XP (32-64 Bit) / Vista (32-64 Bit) platforms."; fDesc[7] = "vector and raster images, so you can quickly mock up designs, or leverage assets created in other Adobe's applications. This version features a number of new Auto Shapes that you can drag onto your layout which randomly generate a new shape each time you click on it."; fDesc[8] = "redesign the characters you want. You can import and convert images to use them as characters, preview and install the fonts in Windows."; fDesc[9] = "create art in two or three clicks, the program is based in two different artists styles (Andy Warhol and Roy Lichtenstein). When the program is open you can find a lot of tools to manage your images, you can find three toolbars (Standard, Effects and Text), two windows and two panels."; fDesc[10] = "create shapes, insert pictures, and use templates for albums, business cards, CD labels, flyers, greeting cards, invitations, etc."; fDesc[11] = "elements for both Web and desktop application user interfaces.Use Expression Design's powerful vector drawing and editing tools to explore new artistic possibilities and create compelling graphic designs and illustrations."; fDesc[12] = "This tool could be used for vectorizing of charts, drawings, maps and schemes for input to CAD or GIS systems. Also you can vectorize logotypes and other similar line art images for using in Vector Graphic Design software. An application has an option to setup a reference for images, in other words to assign a real coordinates to certain raster points. Thus, you can get vector data not only in the raster coordinates, but real geographical coordinates or in the chart coordinates. Main Features: Create centerlines and outlines Arcs and circles recognition Orthogonal lines recognition Polylines smoothing Vector editor Smart trace method for passing polylines crossings Input raster formats: BMP, GIF, TIFF, JPEG, PCX, TGA, PNG, WBMP, ICO Raster image noise filtration TWAIN32-compatible scanners support"; fDesc[13] = "several technical maps and drawings from raster to vector formats. Using this program, you will be able to scan a paper drawing and then represented in a vector format that can be imported to a drawing program."; fDesc[14] = "few that breaks the trend. InsightPoint is a tool for creating vector graphics and images entirely free complex that combines to perfection all the qualities to be treated as a powerful competitor to existing publishers of scalable vector graphics (SVG)."; 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 = '...'; } }