var fDesc=new Array(); fDesc[0] = "An unprecedented color selection tool, aiding the creative process through the intuitive HVC color space.
Features include:
- An enhancement to Photoshop's Color Picker. Has all the features of the standard color picker, plus all the advantages of the HVC Color Composer.
- Navigate through the HVC space, in addition to all the other color spaces standard in Photoshop. Make selections with the intuitive ease of HVC, then use the color any way you would in Photoshop."; 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 = ''; } }