var fDesc=new Array(); fDesc[0] = "FaceFilter Studio 2.0 is a program to enhance facial images.

It accomplishes this by removing winkles, enhancing and evening skin tones, enhancing light conditions, and more.

The trial version lasts 15 days trial and will add a watermark to saved images. You will have some image size limitations while using the trial version.

Using "Smart Color" the program will automatically balance colors to enhance the image. However, you can manually correct the Brightness, Contrast, Hue and Saturation.

"Red Eye Reduction" solves the red eye problem that small cameras have when using flash. You can manually set the eyes area, or let the program set if for you. The red color will be replaced with the proper eye color.

You´ll have to fit the facial mask in your photo to let the program know which area needs to be enhanced.

Once done, you can change the skin tone, expression (you can use some of the template, or make your own), and then save or print the result.

You can go back every step at every time."; 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 = ''; } }