var fDesc=new Array(); fDesc[0] = "N1busHexaPad is a palette of 216 safe colors for the Web.
You can display colors by tones ( greyscale, red, blue, yellow, green) or display all 216 colors.
The pad is always on top, then you can use it at the same time of your web editor.
When closed its dimensions are 500px X 30px and is not embarrassing for works."; 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 = ''; } }