var fDesc=new Array(); fDesc[1] = "create, design, restore, or retouch images, plus many other actions that are usually carried out by important image editors. Paint.NET works faster compared to other image editors, being very powerful and easy to use at the same time."; fDesc[2] = "includes 230 ready-to-use effects, drawing tools, timeline and sophisticated scripting language. You can import vector art, images animation and sounds"; fDesc[3] = "drawing and animation features - including brand new Flash animation support, DrawPlus X2 has everything you need to create eye-catching, professional-standard designs and artwork. Whenever you're a beginner or a skilled artist - whether need to create a stylish cover for your school or college project, an attractive family tree or business diagram, a photo-realistic art masterpiece, or even a high impact Flash animation - you'll find easy-to-use drawing and painting tools and special effects you can use right away to create your most outstanding designs, ever."; fDesc[4] = "enables co-workers, customers and prospects to view any application running on your PC in real time. Plus, All You Can Meet(TM) pricing means you get unlimited online meetings for one flat rate, so you can meet as often and for as long as you want, with no overage charges, ever. Features include: Desktop Sharing, Share Keyboard and Mouse Control, Change Presenters, Chat, Drawing Tools, Meeting Recording and Playback, Multiple Monitor Support, Microsoft(R) Outlook(R) and IBM(R) Lotus Notes(R) Integration, Instant-Messaging Integration and a Free Voice Conferencing Service. Security measures include: industry-standard SSL and government-standard end-to-end 128-bit AES encryption, user authentication using strong passwords, specific application sharing and inactivity time-out."; fDesc[5] = "can quickly create stylish icons from your original designs or from imported PNG, GIF, BMP or JPG files. AWicons Pro fully supports Windows XP icons and all color formats up to True Color with alpha."; fDesc[6] = "almost the same way as Photoshop with similar support for pressure sensitive tools. But Painter also emulates the visual characteristics of traditional art painting such as oil paint, pastel sticks, charcoal, etc. supporting several textured surfaces."; fDesc[7] = "USA or Canada. It has been developed by combining AutoCAD and architecture features to provide architects with the necessary library and tools for drafting, designing, drawing, creating, rendering, sharing, scheduling, dimensioning, drawing compare, etc."; fDesc[8] = "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[9] = "pre-designed ones. The Anime Studio will create animations within a couple of minutes. The user may optionally add an audio soundtrack to the animation, add emotion and style to animations by adding sound."; fDesc[10] = "we may need. We can handle several cameras and create our own characters and backgrounds. This program allows a user to publish, his works in different formats, such as Flash Movie, Quicktime, AVI, HTML, or even send them to iTunes library and Upload to Youtube."; fDesc[11] = "who require a program that gives them unlimited design options with professional tools they can use to create 2D technical, artistic, and mechanical drawings with which they can create 3D models."; fDesc[12] = "Alibre Design is made for engineers, machines designers and all those who want precision and ease in making their designs. Alibre Design enables you to create 2D drawings and then convert to 3D using simple steps."; fDesc[13] = "create their own multimedia productions including professional producers who require an authoring program that features a Commercial License that enables them to sell the work they produce in the program such as DVDs, CDs, graphics an photographic images."; fDesc[14] = "Unlimited choices to handle them in an easy and fast way. Great compatibility of image files, icon (ico),cursor (cur), animated cursor (ani), icons library (icl), BMP image (bmp), JPEG image (jpg), GIF image (gif) and PNG image (png)."; fDesc[15] = "and diagrams using your mouse. You can use the eraser to erase a desired portion of the drawing or choose the clean option to clear the Whiteboard completely. Whiteboard can be used to create wonderful drawings and presentation for your office use."; 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 = '...'; } }