var fDesc=new Array(); fDesc[0] = "ToolWiz Pretty Photo is a free lightweight image editor. With just few clicks on this free tool, you can edit photos, create photo collage, and make them look the way you want them to be, and much prettier. ToolWiz Pretty Photo does not only come with 100+ professional image (art) filters and thousands of objects, but also supports frequently used functions, such as Resize, Flip, Crop, Rotate, Layers, Shadow, Frame and so on. Recently, it also made photo collage easier.

ToolWiz Pretty Photo has made it so easy for you to alter some image properties, like HUE, Saturation, Color Balance, Curves Tools, Levels, Brightness and Contrast. ToolWiz Pretty Photo offers a collection of both standard and special objects to enrich your Pretty Photo editing experience. The standard objects include Line, Text, Image, Rectangle, Ellipse, Arrow, Shapes, Pop Message, Symbols, etc.; whereas, the Special Objects presets (under Beautify) present a wide range of object selections to beautify your photos, integrating into a wide range of categories: Blushes, Eyebrows, Eye Shadows, Pupils, Eyelashes, Imperial Crowns, Spoofs, Wigs, Hats, Head Accessories, Necklaces, Glasses, Masks, Props, Mufflers, Pops and more.
ToolWiz Pretty Photo was developed thinking of helping people make them look prettier through some simple and easy ways of editing."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }