var fDesc=new Array(); fDesc[0] = "Portraiture is a Photoshop, Lightroom and Aperture plugin that eliminates the tedious manual labor of selective masking and pixel-by- pixel treatments to help you achieve excellence in portrait retouching. It intelligently smoothens and removes imperfections while preserving skin texture and other important portrait details such as hair, eyebrows, eyelashes etc. Portraiture features a powerful masking tool that enables selective smoothening only in the skin tone areas of the image. What makes Portraiture’s masking tool truly unique is its built-in Auto-Mask feature."; 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 = ''; } }