var fDesc=new Array(); fDesc[0] = "myPANTONE palettes is your one-stop source for color selection and palette creation. An interactive color workspace, the software aids in locating and identifying information relevant to color and color combinations and provides ways to create, use and manage color palettes. Whether defining your own custom colors from the color pickers and images on your desktop or choosing from PANTONE Libraries, working with color has never been easier."; 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 = ''; } }