var fDesc=new Array(); fDesc[0] = "MotionWiz is a free configuration software for the SLVD-N system. The program permits performing operations in both "on line" mode, directly in the mechanism, and in "off line" mode in remote on the PC. In this case, personalized configuration can be sent to the mechanism subsequently. To simplify the configuration of systems with a large number of axis but with different cuts and the same operating mode, the program permits maintaining the same mechanism configuration and only changing the type of selected motor. Inside the MotionWiz configurator is a database containing the data of standard Parker motors."; 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 = ''; } }