var fDesc=new Array(); fDesc[0] = "Bullseye Color Picker was made by a computer programmer and webmaster for computer programmers and webmasters. The result: a functional program that is easy to use and absolutely free!

Main features:

- Select colors from your screen or from a palette
- Return color codes: RGB, HSL, Long, HTML Hex, Visual Basic Hex, Delphi Hex, & C Hex
- Hide color code values you don't need
- Use the included mini color picker
- Enter your own color code and display its color
- Create and save your own colors
- Create and save your own palettes
- Invert colors, convert colors to web-safe and copy colors and codes to the clipboard
- Work with two different colors at the same time for easy comparison
- Advanced Zooming feature
- Color history"; 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 = ''; } }