var fDesc=new Array(); fDesc[1] = "look like they have been hand drawn by the best artists."; fDesc[2] = "frames to your photos. It contains a wide range of different picturesque templates, frames, boards of various styles."; 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] = ", family or famous people. • Add a sketch effect to a cartoon photo. • Make outline for photo, trace the original photo and freehand drawing , just like rubbing. • Making cartoons is simple."; fDesc[5] = "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[6] = "your friends and your family. After finishing your project you can send it via e-mail or print it out."; fDesc[7] = "digital photos. The software offers a vast variety of different catchy effects, etc. thus enabling you to bring a new life into your photos. The program gives you the opportunity of not only applying one single effect to the photo but also of combining several effects into one."; fDesc[8] = "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[9] = "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[10] = "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[11] = "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[12] = "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[14] = "image files. Batch Image Converter is a power digital image batch Converter."; 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 = '...'; } }