var fDesc=new Array(); fDesc[1] = "spreadsheet, a presentation program, a database, a vector graphics editor and a tool for creating and editing mathematical formulas. Various languages and platforms."; fDesc[2] = "viewer supports most SVG elements, as well as CSS properties and DOM elements. Additionally, the ActiveX control has been signed so you don't have problems with the ActiveX security warning introduced with Windows XP Security Pack 2."; 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] = ", and sound in 2D or 3D space and then animating virtually any aspect of each element. You can also create text and vector graphics in After Effects using familiar Adobe tools, and then animate these elements to create visually innovative new motion graphics."; 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] = "can draw and use all the tools that the program offers like freehand, pen, ellipse, transparency, bevel, contour and more. We can add layers, combine various shapes, convert lines to shapes, we can import these from a web too."; fDesc[7] = "only and even for printing purpose. It can handle a huge number of extensions including GIF, JPEG, BMP, PNG, TIFF, PSD, PDF and AI/EPS, RTF, EMF."; fDesc[8] = "leaps and bounds. True freeware."; fDesc[9] = "websites. This incredible program is a standalone vector-based Web graphic authoring tool that provides professional graphics editing features."; fDesc[10] = "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[11] = "and vector graphics to image files in just three simple steps. This incredible program has the ability to batch convert PDF files to image files and supports all versions of PDF and multiple image format, such as bmp, tiff, jpg, gif, png, pcx, among others."; fDesc[12] = "create shapes, insert pictures, and use templates for albums, business cards, CD labels, flyers, greeting cards, invitations, etc."; fDesc[13] = "internet graphics, illustrations, leaflets, price lists, greeting cards, postcards, maps, building plans, business cards, letterheads, and more."; fDesc[14] = "having Adobe Reader installed. The program has the ability to preserve the original layout, bookmarks, links, vector drawings and images. It also supports encrypted PDF files, 4 types of image format, hyperlinks, etc."; fDesc[15] = "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 = '...'; } }