var fDesc=new Array(); fDesc[0] = "ActSoft Color Picker is an ActiveX control that looks like Office color dialog, with much more easy way of selecting colors.

It has a drop down palette, Office style, and color dialog box style which ease user work to select any color. There is also a property page that allows you to easily add the colors you want to display and add some standard palettes.

-Flat, 3d color, office style, and standard color dialog box presentation mode.
-Hue, Saturation, and Lum possibility.
-Property page to customize your color selection."; 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 = ''; } }