var fDesc=new Array(); fDesc[1] = "look like they have been hand drawn by the best artists."; fDesc[2] = "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[3] = ", 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[4] = "sketches. This software is very easy to use and suitable for anyone. There are many frames to choose from as well as faces or icons. We can add frame and face, zoom in/out, save, save to an album, print, send by e-mail, set as a wallpaper and many more."; fDesc[5] = "your friends and your family. After finishing your project you can send it via e-mail or print it out."; fDesc[6] = "both the original image and the edited one. It is also possible to apply standard and professional effects, and save, print, and e-mail the resulting image."; fDesc[7] = "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[8] = "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[9] = "entire folder. Stores a thumbnail of each image in the database so that it can be viewed even if the photo is in offline storage."; fDesc[10] = "apply different effects to them. This program is very easy to use and rather powerful. It has numerous operations such as sketch, rotate, mask, emboss, resize, add a frame, change overlay order, add textures and more."; fDesc[12] = "for children, Sketch Studio is unique in that it contains built-in drawing lessons."; fDesc[13] = "purposes? Have you ever wanted to sketch an equation or figure to the side of your notes? Well now you can!"; fDesc[15] = "as well as quality. SketchMatrix offers simplicity through preset styles, and extensive configurability."; 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 = '...'; } }