var fDesc=new Array(); fDesc[0] = "You always liked black and white pictures, thus you convert your color pictures into black and white. But have you ever tried to convert the other way around? Black and white pictures into colored once? Now you can do it with this excellent tool. Just take the beautiful black and white picture you always loved and see how it may look after a little bit of coloring. Those old pictures of your grandma can be converted into very new modern pictures.

It is so easy to use that children may use it to color some black and white pictures thus being entertained and at the same time creative. Blackmagic Color is a great tool for all ages, and you do not need to be a professional designer to use it. You just need to know which color you want the picture to have and that is it, you master piece in black and white and colors. BlackMagic provides a lot of tools, to apply RealLifeColor palettes to a monochromatic image. It works by simply identifying the kind of object to be colored. Just click the area to be colored and that is it."; 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 = ''; } }