var fDesc=new Array(); fDesc[0] = "ColorSPY is a 32 bit Windows application for obtaining color codes anywhere on your screen under the current mouse position. See a color you like, want to know the color code needed to reproduce it. Be it HTML, RGB, Delphi, Visual C or Visual Basic, ColorSPY knows and shows them all. Just point your mouse at it and
there's your code. Want to know if this color is browser safe, ColorSPY can help you with this too! Recent enhancements include Color Palette Picker and color
Eye Dropper for picking up colors and copying the appropriate color code to the Windows clipboard for pasting into your IDE or editor."; 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 = ''; } }