var fDesc=new Array(); fDesc[0] = "Power Retouche Photoshop plugins for high quality photo retouching and image editing.
8 and 16 bit. Supports RGB, CMYK, Lab, Grayscale, Duotone.

Windows version is for all 32 bit versions of Photoshop, Elements, Fireworks, Paint Shop Pro, Corel Draw,
Illustrator and other software that supports Photoshop plugins. See list.
Adjust amount of equalization in lights, midtones and darks Mac version is for intel mac and all 32 bit and 64bit versions of Photoshop and Elements."; 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 = ''; } }