var fDesc=new Array(); fDesc[0] = "Super Color Picker is a very easy-to-use color picking tool that finishes picking color and copying color code to clipboard in as few as 2 clicks. It picks a color anywhere on the screen, automatically copies the color code to clipboard, and displays color codes in 6 preset formats including RGB, HSL, HTML, Delphi, C++ and VB, which can be easily copied either by mouse or keyboards.

Key Features

-- Pick color anywhere on the screen.
-- Automatically copy color code to clipboard.
-- Support color formats in RGB, HSL, HTML, Delphi, C++ and VB.
-- Flexible picking and copying methods.
-- Zoom in the area you want while picking color.
-- Specify zoom-in ratio (from 1 to 20) freely.
-- Stay in the task bar, ready to be called out.
-- Elegant and easy-to-use interface."; 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 = ''; } }