var fDesc=new Array(); fDesc[0] = "ActorManager lets you set modules parameters as well as running project to test modules configuration that are connected to the
The ability, to program complete projects at home (off-line) and then transfer the parameters to the system with the notebook via a V24 interface.

Free programming ability of the inputs and outputs allows you the design range that you want. A change of the design does not necessarily require re-wiring."; 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 = ''; } }