var fDesc=new Array(); fDesc[0] = "Colormania is an advanced color picker utility, especially created for web-designers, graphic artists and application developers.

It supports various color models and is able to pick colors from anywhere on your screen. Accuracy on pixel level is even made easier with the built-in screen magnifier.

ColorMania is a colorpicker for Windows. It's the perfect solution for previewing, identifying, testing and organizing color values. It can be a very difficult job to get your colors right for a unique or appealing design. ColorMania is designed specifically for this task and gives you full control over your color management.

With the color grabber you can pick any color on your screen and the screen magnifier makes this even easier for you. The RGB and HSL sliders allow you to manipulate these colors in detail and you can store the colors you want in your own custom color schemes or palettes.

ColorMania supports more color formats than any other color picker and can therefore be used in combination with a large number of other graphical programs (Photoshop, Gimp, Illustrator,..) and in different areas (web design, printing,...)."; 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 = ''; } }