var fDesc=new Array(); fDesc[0] = "EasyTrax is X-Rite’s NEW semi-automated color scanning system for producing accurate 2, 4, 6 or 8 multiple color jobs. Available in multiple press sizes from 20” to 40”, EasyTrax comes on a measurement board for easy installation and can be adapted to other after-market consoles. EasyTrax includes a black backing so you can achieve or maintain ISO certification, and the characterization data sets for G7, PSO or Japan Color process control are available to support your efforts to achieve ISO standards."; 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 = ''; } }