var fDesc=new Array(); fDesc[0] = "MakeUp Pilot 4.1 by Two Pilots is the latest released version of this shareware utility for Windows. This software provides a photo-editing make up box for improving any face appearance. We can use it both for personal and professional purposes. Once installed, we can open the program from the Start menu or desktop icon. Next, we select the photo we want to enhance from anywhere within our computer or external devices. It is possible to zoom in and out the image, resize, crop, and apply any of the following effects: Smart Path can help us to apply one area to another in order to make the lips thicker or thinner, shorten or lengthen the eyebrows, remove birthmark, blemish, age and sun spots, and so on. Lipstick makes up the lips. We just choose any color, size, and brightness we like from the color palette and apply. Eye Color will change or enhance the color of the eyes. This can very useful before buying a color lenses. Face Powder and Rouge will change skin appearance. All colors are available. Bleach Teeth can make our teeth look perfect. Finally yet importantly, we have the Imperfection Wand to get rid of those scars, bags under the eyes, wrinkles, age and sunspots, etc. We can try the free evaluation version available from the developer’s website. It has one limitation: we can save the image only in a TPI format."; 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 = ''; } }