var fDesc=new Array(); fDesc[0] = "Eye-One Share can save and e-mail your palette of colors to your client and everyone on your team. Your palette is exportable to all design applications and whatever color you choose, you can still output in RGB and CMYK. With Eye-One Share, you will be able to measure all types of reflective samples (objects, color swatches, printed output, etc)."; 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 = ''; } }