var fDesc=new Array(); fDesc[0] = "Get ready for curves on steroids, packed with features designed to make your images look better, and accomplish this with less effort and more fun.
Curvemeister is a Windows Photoshop and Elements plugin that greatly enhances the familiar curves interface. It supports a rich set of features that makes color correction faster and more fun for beginners as well as professionals."; 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 = ''; } }