var fDesc=new Array(); fDesc[1] = "and features that can get your raw photos ready to the publishing or sharing. You can use special effects, denoise and red eye effect removal tools to enhance your camera pictures. Photo! Editor supports all the popular image formats, like JPG, BMP, PNG, GIF and TIFF."; fDesc[2] = "find a menu bar, one more toolbar and one window in it we can transform our pictures. This program is amazing and crazy, to take a time and have some fun with our pictures, I recommend it."; fDesc[3] = ", 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[4] = "funny pictures in couple of clicks. Just import any photo, use any effects and you are ready for the fun. You can make funny faces by enlarging noses and ears or deforming someone's hair. You can use dent, bump, wave, explode, shrink or stretch tools to give your photos new shapes."; fDesc[5] = "caricature art. This software contains features such as caricature effects, comic rendering, green screen, face swap, head-on-body, comic rendering, text, clip part and many other novelty templates."; 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] = "effects to your photos. Within the application you will find a wide set of useful effects like: Rotate to left or right, fix red eye, enhanced color, denoise, deblur, make up, lighting, straighten, resample and crop."; fDesc[8] = "of real-time strategy game available for the enjoyment of RTS lovers. It is characterized by its original concept of replacing traditional armies formed by men for others entirely formed by robot animals."; fDesc[10] = "cartoon portraits of your friends, family....even celebrities!"; fDesc[11] = "image file, which then can be turned into a caricature, or movie, which is then played back in real time. The program has one clear advantage and that is the possibility to export animations to AVI, animated GIF or image file sequences which can then be saved for later use."; fDesc[12] = "to complete certain levels to beat the several levels that this game has. The few first missions require you to capture an enemy objective. Now, this isn't the everyday strategy game."; fDesc[13] = "is one such effective application that is capable of creating 3D and cartoon or caricatured images. The application has 500+ controls covering the entire 3D head creation process."; fDesc[14] = "that enables you to warp pictures and morph images. Turn a photo of someone into a caricature by, say, enlarging their nose or by moving their eyes really close together. Manipulate their photo in an obvious way or very subtle way! You might also be interested in the fact that a good photo or two can earn you some extra cash!"; fDesc[15] = "caricature or movie. All deformations and animation playback run in REAL TIME regardless of the size of original image."; 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 = '...'; } }