var fDesc=new Array(); fDesc[1] = ", create 2D presentations with LayOut, and more. It's easier to learn than other 3D modeling programs, which is why so many people are already using it."; 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] = "secure distribution and collaboration. With Acrobat Standard you can: * Combine and arrange documents * Manage shared reviews * Use familiar review and commenting tools * Save in Microsoft Word * Capture web pages * Sign documents digitally * Etc."; fDesc[4] = "look like they have been hand drawn by the best artists."; fDesc[5] = "makeup colors that fit your face, and to improve your imperfect photos, allowing you to fix and cover the facial defects. The program has options to resize your photos and crop parts of them."; fDesc[6] = "Dungeons & Dragons rules. The game is set in the Forgotten Universe campaign. Aside from some technical problems, this is a game for all RPG fans."; fDesc[7] = "application is to combine the spontaneity of sketching by the hand with the power of digital tools, and achieve it with awesome and powerful tools and an intelligent guided process that makes everything really easy."; fDesc[8] = "pencil or whatever may the talent be. The application has been designed to suit all categories of users, right from the amateurs who wish to play around with the paint brushes down to the advanced users who appreciate layer blend modes, tracing and referencing images"; fDesc[9] = ", JPEG, JPG image and convert to pen, pencil or pastel sketch using customized brushes and textures. You can edit the sketch in singe click. customize the precision and lines you want to use in the sketch and you will get a real looking sketch."; fDesc[10] = "difficult levels, timer, and option of pencil mark and wrong move prompt."; fDesc[11] = "draw your own works of art. You can acquire digital photos from file on your computer or directly from a scanner and at once start to work with them."; fDesc[12] = "image editor adapted to look and feel more like Adobe´s application. Besides been free, GIMPShop adapts its terminology and menu structure to look and feel more like Adobe´s application."; fDesc[13] = "should make a plan of coming changes. Forget about a piece of paper and a pencil because you can lose all you notes. Use Room Arranger instead. This light-weight software will help you make a project of your room or apartment with a desired furniture placing."; fDesc[14] = "available for everyone! Just select the necessary effect and enjoy the perfect result in a couple of seconds."; fDesc[15] = "program we can find one toolbar, one left toolbar, one panel and one window. We can open add effect or no-effect with them we can see our photos and transform, the colors are amazing and we can enjoy creating pictures like real artists."; fDesc[16] = "if you are not a user, in a little time you’ll be a viewer of a Sketchup created model. In that case you will be needing the Google Sketchup Viewer, available for free download from the Sketchup web site."; fDesc[17] = "effects and personalize the output. The software features resizing by the conversion of bitmap to resolution independent vector images. There is no loss in the quality of the output during the conversion process."; fDesc[18] = "time the original photo and the sketch. This software lets us apply the following effects: pen, pencil, pastel (plus brush and eraser in the freehand mode). It is also possible to choose a texture for the sketch."; fDesc[19] = "open the program we can find a Menu Bar, one toolbar, a left panel and one window for see our creations. We can view the different panel, in the canvas we can resize, crop to selection, change or reset the paper texture."; fDesc[20] = "After we open an image we can add different filters: colored pencil (can duplicate layers and give the look of multiple shadows), crayon (gives light to our pictures), marker (helps with brilliants strokes of color), technicalPen, watercolor and more."; 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 = '...'; } }