var fDesc=new Array(); fDesc[0] = "Pixy Professional is a pixel colour reporting programs, simple to use, easy to understand pixel colour reporting.
Using Pixy Professional saves you time and increases productivity, because you don't have to waste time print screening or using paint programs to find the colour of a pixel. With a simple Follow Mouse function, you can see exactly the colour of the pixel your mouse is pointing at and with a push of a hotkey you can get the colour reference or a print screen capture."; 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 = ''; } }