var fDesc=new Array(); fDesc[0] = "Proof Maker is a software to create composite images by descreening ripped halftone data. It descreens ripped CMYK (or more) plates'. f 1bitTIFF (halftone) data with indicated output image resolution and screen frequency to cr eate accurate composite images. When specified numbers of plates are in the hot folder each plate has a name and color value, it will automatically start de-screening to create a composite image as TIFF using color component and tone curve. Printing out these images, enables us to view the image so that we can check trapping and plate proof with high reliability. It offers very rational workflow using the same 1Bit TIFF data without re-RIP."; 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 = ''; } }