var fDesc=new Array(); fDesc[0] = "AKVIS Coloriage manipulates the colors of an image: from colorizing old black and white photos from your family album to replacing colors in your color photos.

Make a present for your grandmother by adding color to her school photo, replace the colors of your car to see how it would look in scarlet, see how you will look if you dye your hair red.

AKVIS Coloriage creates natural-looking colorization in a quick and entertaining manner. It works equally well for coloring of portraits, landscapes, fashion, and still life. The skin, sky, verdure, and tree color patterns help users to select realistic colors for their picture.

Apply your creativity, and you will find a wide variety of other usages for the software. You can create colorful backgrounds out of ordinary dull pictures, you can use Coloriage to get rid of the red eye effect to make a selective color correction, selective desaturation, and colorizing, etc."; 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 = ''; } }