var fDesc=new Array(); fDesc[0] = "FirstPROOF Professional is a color accurate pre-press soft-proofing workflow solution. At the heart of FirstPROOF is an extremely high performance viewing engine that is capable of viewing high resolution data from Harlequin, Esko Flex (LEN), Presstek DI or any TIFF RIP.

It also has advanced tools for checking issues in jobs. Amongst these are the ability to apply dot gain, check moiré, ink limits, cylinder seams and front to back alignment."; 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 = ''; } }