var fDesc=new Array(); fDesc[0] = "ColorClix is a cross-platform color tool that allows you to easily discover new colors anywhere.

The ColorClix™ desktop application allows you to easily select any color from your computer screen and match it with the perfect Olympic® Paint color. Easily take your favorite desktop colors online and use our visualizer to envision your next project."; 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 = ''; } }