var fDesc=new Array(); fDesc[0] = "Ink Volume Setter can calculate image area ratio not only from prepress data containing process colors (C, M, Y, Bk), but also from prepress data containing custom colors (spot colors).

Image area ratio is calculated directly from digital prepress data, which means data is obtained more quickly and accurately. In addition, color adjustments required at the start of printing are minimized, thus reducing spoiled sheets prior to production printing."; 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 = ''; } }