var fDesc=new Array(); fDesc[0] = "FreeFlow VI Explorer utility offers an easy-to-use user interface for viewing and verifying a VIPP PRO job, with or without sending it for printing.

Provides Demographic reports and streamlines the job process (Normalization). It can greatly reduce prepress time and overall job costs to any print provider generating VIPP jobs for Xerox production printing systems.

FreeFlow VI Explorer is a great proofing utility for users who create VIPP PRO jobs, but don't own VIPP Pro Publisher."; 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 = ''; } }