var fDesc=new Array(); fDesc[0] = "Using a specially designed technique, Jovian is able to override the Windows color picker. Thus bringing advanced color picking tools to even the most basic paint program.
Jovian incorporates many of the sought after features of other color pickers but goes much further to aid color selection and creation.

Main features:
-Selectable Color Models
-Color Wheel with Adjustable Complements
-Gamma Compensation
-Integer and Floating Point Color Values
-Pick from Image and Screen ability
-Customizable Color Library with History
-Color Mixer"; 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 = ''; } }