var fDesc=new Array(); fDesc[0] = "Capture any color value on screen
Did you ever try using a color picker on a high resolution monitor? It's a tough task. To sovle the problem, this color picker has an embeded magnifier inside. You will be able to efficiently pick colors using hotkeys and obtain variable format of values.

ST Color Picker is a very easy tool for picking colors on the screen. with ST Color Picker, user will enhance work for design."; 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 = ''; } }