var fDesc=new Array(); fDesc[0] = "Color picker and color harmonizer tool with eleven harmonious color matches for each selected color, unlimited color schemes to save favorite colors, built-in browser for webpage capture/ color sampling, desktop capture and sampling, photo sampling, web-safe and web-smart palettes, web page preview, colorspace information for each color (RGB, HSL, CMY, CMYK, YCbCr, YUV, XYZ, Lab), easy color adjust, clipboard copying to seven formats, and a very well-designed user interface with skins."; 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 = ''; } }