var fDesc=new Array(); fDesc[0] = "Quick Colour Picker is a colour picking program packed with features. Quick Colour Picker gives you more than just the ability to pick colours. This rich program allows you to save your colours to lists, organize them, name them user friendly names, and then use them to gradient colour and gradient size your HTML text for use as titles for your web pages. Snap a picture from your desktop or grab a bitmap from your clipboard, Quick Colour Picker will allow you to pick colours from almost anywhere! Create colours for your HTML document background, text, and links.


Main Features:

- Extensive Colour Palettes
- Displays RGB-(Hex, Decimal, HTML, and now IE and Netscape names ), BGR-(Hex, Decimal)
- Clipboard Capture
- Screen Capture
- Active Pixel Capture
- Slide Bar adjustments
- User constructable colour list
- Generate document and link colours."; 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 = ''; } }