var fDesc=new Array(); fDesc[0] = "Color Cop is a very useful color selector that allows you to get the right color code, the corresponding color code (HTML, RGB, C++, Visual Basic, etc) of any color you see in your screen. With Color Cop you can also increase up to 16 times any area of the screen since it has an incorporated zoom tool, so you will not miss any detail in a graphic no matter its size, and you can also select colors in a more comfortable way. It is a very useful tool that opens the selected colors in a small interface window when you need it.

Color Cop allows you to store the most frequently used colors, and even if you close them they stay in the memory. It is so easy to use that you can access your interface by just right-clicking anywhere with your mouse, and it is also very easy to install, hiding in your system bar and not using much space or memory. With Color Cop you will be able to convert RGB decimal values to Hexadecimal color codes. It is one of the most useful tools for web designers who work with 216 color palettes."; 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 = ''; } }