var fDesc=new Array(); fDesc[0] = "ColorSchemer v3 is a quick and easy-to-use tool that will help you to create matching color schemes at the click of a button!

ColorSchemer v3 features many built-in tools including multiple color-matching modes to find the best matching colors, the ability to view harmonies right on the color wheel, and a mini QuickPreview to test colors in a web page setting!"; 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 = ''; } }