var fDesc=new Array(); fDesc[0] = "ColorPort is a feature-rich but compact utility to create, save and measure color targets for use with ICC profiles and other color quality control solutions. ColorPort is the only tool that fully supports X-Rite i1 Solutions and color handheld instruments, —all in a single application. With ColorPort users have the flexibility to create measurement files for use in X-Rite ICC profiling solutions using any one of ColorPort's many supported devices."; 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 = ''; } }