var fDesc=new Array(); fDesc[0] = "KIM 6.1 is a modern JDF network-compatible imposition solution. Through connection to an upstream MIS or calculation system and the adapted user interface it is possible to generate complete imposition templates mostly automatic. The assistant for pre-planning of printing jobs also enables the operation in production planning. The integrated CIP4 folding scheme catalogue allows a standardized data flow starting from calculation up to finishing."; 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 = ''; } }