var fDesc=new Array(); fDesc[0] = "Multi Zone Tension Control is an addon for Automation Studio. This plugin is required for production machines that use continuous web. This application has closed loop controllers to manage tensions affecting one another in the individual zones. It features automatic adaptation of control parameters, acceleration compensation, and an integrated simulation model of a digital printing machine."; 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 = ''; } }