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] = "sharing needs. This easy-to-use tool with its lengthy list of capabilities to work with your digital images stands as a peer in the crowd. The tool is quite simple and free from a complicated interface unlike other similar tools."; fDesc[3] = "tiny yellow window that contains all the information required to get the most out of its features. The Capture item allows you to chose between different capture modes."; fDesc[4] = "intuitive and easy to use. No skills are necessary for starting the job, but the options and possibilities make this application suitable for beginners and experts."; fDesc[5] = "leaps and bounds. True freeware."; fDesc[6] = "a graphics editor tool that is used in such purposes. These graphical data contain mathematical solutions and it is not possible to edit these images in a simple editing tool."; fDesc[7] = "allows you to edit images from a variety of formats and enhance them using different effects. Moreover, the program features a very simple and extremely easy to use user interface which does not need any technical knowledge and makes this task a breeze."; fDesc[8] = "And you do not required to convert your PDF files into any other formats. So with Infix you can directly edit your PDF file in real-time. Using Infix to edit any PDF document is too easy and any word processor user does not required to learn anything to play around Infix."; fDesc[9] = "create shapes, insert pictures, and use templates for albums, business cards, CD labels, flyers, greeting cards, invitations, etc."; fDesc[10] = "internet graphics, illustrations, leaflets, price lists, greeting cards, postcards, maps, building plans, business cards, letterheads, and more."; fDesc[11] = "create pictures from the scratch, or edit images from any source, like digital cameras, mobile phones, scanners. You can then apply special effects, build slide shows or photo albums."; fDesc[12] = "Now, you can easily create wonderful, semi-transparent XP icons. IconCool Editor can extract icons from EXE, DLL, ICL and other files, and send the extracted icons to the edit area, then save them back. IconCool Editor can edit 10 icons at the same time. IconCool Editor has begun to support the next generation OS Window Vista from now on. You can create and edit Vista icons which includes the compressed 256x256 images easily."; fDesc[13] = "configurable special effect on each generated image. A library of 36 icons and 3D objects is included."; fDesc[14] = "and various image formats Completely and exactly support 32 bits icons(Windows XP icons) Easily edit animation GIF files Support PSD plug-in; Customize Windows icons Contain 500 sample XP icons Export icon images to Photoshop"; 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 = '...'; } }