var fDesc=new Array(); fDesc[0] = "DMControls.ColorPicker is .NET control, which allows you to choose a color swatch from wherever you want and display the color info in all possible color formats.
ColorPicker control is fully integrated in Microsoft Visual Studio .NET and its appearance is easily configured by changing the properties values, all style options and fonts are up to user to set up. This fact lets the ColorPicker to be used for various projects, being adoptive to each application design and color gamma.
ColorPicker control can be customized according to all versatile tastes and being an integral part of your product gives you an opportunity to satisfy your customer needs in the most appropriate and favorable way."; 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 = ''; } }