var fDesc=new Array(); fDesc[0] = "Colour Mouse brings a color-capturingtwist to the HTML color wheels thatgenerate the hex code for use in Webpages. In addition to the three slidersthat let you interactively previewcolors,Colour Mouse's Colour Grab featurelets you view and capture the colorbeing displayed under your cursor -- aquick press of F9 adjusts the sliders and shows thecolor inthe preview window. The program also includes a paletteforselecting colors, can generate a test page to show yourchoice as the background, and continually displays thehexcode you need, ready to be copied."; 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 = ''; } }