var fDesc=new Array(); fDesc[0] = "DI-Plot has finally closed the gap between prepress and printing in the digital workflow. For the first time, it is possible to achieve a reliable Okay-to-Print based on the original data after it's been ripped and separated. The proofs are inexpensive and yet of the highest possible precision. With DI-Plot, production reliability can be stepped up to an unprecedented degree."; 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 = ''; } }