var fDesc=new Array(); fDesc[0] = "Artizen Dramatic is a dynamic Photoshop plug-in filter which gives photographers an enormous amount of control over the detail, color and contrast of a photo in a single filter.
Artizen Dramatic easily achieves breathtaking shots by utilizing state of the art multi scale technology that adds depth where contrast is low and exposes detail in low exposed areas of an image. In addition to this, Artizen Dramatic has a full set of color functions that allow users to create striking black and white or vibrant color results. Artizen Dramatic is one of the few Photoshop plug-ins that can work with High Dynamic Range images, resulting in the most detailed breathtaking results."; 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 = ''; } }