var fDesc=new Array(); fDesc[1] = "includes 230 ready-to-use effects, drawing tools, timeline and sophisticated scripting language. You can import vector art, images animation and sounds"; fDesc[2] = "look like they have been hand drawn by the best artists."; fDesc[3] = "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[4] = "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[5] = ", 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[6] = "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[7] = "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[8] = "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[9] = "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[10] = "paper. The latest version includes many new features such as the Stop Motion and Capturing modes. Basically, it allows you to create animations from drawings or images captured from a video, with a lot of options to configure in order to obtain the desired animation."; fDesc[11] = "so simple!. Try the plug-in for 10 days for free!"; fDesc[12] = "skills with your PC. You can create artistic designs, presentations, business cards, invitations, edit photos, apply cool effects, etc. The program offers you a wide range of tools that will surprise you for its ease of use and performance. Besides, it is completely free!"; fDesc[13] = "straight forward. It has a pencil mode to write the number possibilities. Entering the numbers is very easy. Just tap the desired cell grid and the corresponding numbers on the right of the screen."; fDesc[14] = "line drawings from photographs getting closer to drawing from real life. The program checks the drawing for accuracy and indicates the score on pressing the 'Update Score' button. The exercises included guide the leaning process"; fDesc[15] = "approach."; 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 = '...'; } }