var fDesc=new Array(); fDesc[0] = "PuzzleFlow Organizer is a popular and proven, stand-alone PDF imposition program that is based on advanced metrics used to properly position and orient pages, as well as apply simple or complex folding schemes for all production types.
PuzzleFlow Organizer provides for the imposition of pages from an individual, or multiple PDF documents, modification of page geometry and size, complete control over spot and process colors and trapping and ripping parameters."; 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 = ''; } }