var fDesc=new Array(); fDesc[0] = "An easy to use, fast and small colour picker designed specially to fit the needs of webmasters and designers. Run it, simply point to the colour and it will tell you the RGB, hex, HTML-ready, CMYK and HSV values of colour. You can then use these values to reproduce the colour in your favorite programs. You can then use these values to reproduce the colour in your favorite programs. Pixie has built-in color mixer and magnify snap option. Pixie also shows the current x and y position of your mouse pointer."; 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 = ''; } }