var fDesc=new Array(); fDesc[0] = "Demonstrating Duplo’s popular all-in-one finishing line will be the DC-645 and DC-615 Pro Slitter/Cutter/Creasers, and the DC-645 Integrated Folding System. The fully automated DC-645 and DC-615 Pro can process up to 6 slits, 15 cuts, and 10 creases in one pass. These digital color finishers eliminate white borders and unattractive fold lines without the difficult adjustments and time-consuming changeovers. Jobs can quickly be set up through the user-friendly control panel or via the PC-based Job Creator software."; 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 = ''; } }