var fDesc=new Array(); fDesc[0] = "Portrait Painter is a professional painting tool that automatically creates a finely painted gallery-style portrait from any image or snapshot then adds color, light and texture, which harmonize intelligently.

Simulating hand painted gallery-style portrait on fine linen or canvas, Portrait Painter adds color, light and texture, which harmonize intelligently — and with stunning candor, to produce art that resonates with vibrant life."; 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 = ''; } }