var fDesc=new Array(); fDesc[0] = "Amazing Screen Color Picker is a graphic software for picking and analyzing color of the screen. With the built-in magnifier, it is easy to pick color of the cursor point precisely.

This software launchs with the startup of Windows, and you can call it by hot key conveniently. Moreover, it also converts color value to RGB, HTML, Delphi, VC , VB code, which can be used in the developing of website and software. In a nutshell, Amazing Screen Color Picker is an excellent utility of everyone, especially those who work at painting and designing.

Main features:
- Pick color of any point on the screen.
- Magnifier - Up to 100x Zoom.
- Analyze the color value to RGB.
- Convert the color value to HTML, Delphi, VC , VB code.
- Directive and user-friendly interface.
- Small, easy-to-use and effective.
- Auto launch with the startup of Windows.
- Support Windows 9x, 2000, XP, 2003, Vista.
- All-around technical and sale support.
- Free life-time upgrade."; 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 = ''; } }