var fDesc=new Array(); fDesc[0] = "Standalone Product that transforms photos into paintings then combines paint effects with layers and brushes for gorgeous print-worthy artwork. Also includes a plugin for Photoshop, Elements, Lightroom and PaintShop Pro. Textured adds another level of naturally blended bristles nearly indistinguishable from the style of a real painter. Thick applies pronounced brushstrokes for a more natural, hand-painted effect. Smooth is the original bristle style. This fluid brushwork adds subtle movement with strokes that blend together naturally."; 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 = ''; } }