var fDesc=new Array(); fDesc[0] = "SureServo Pro™ is the configuration software for the SureServo™ drives. With SureServo Pro installed, the personal computer may be directly connected to the servo drive's serial port via the PC's RS-232 serial port. A six-foot configuration cable (SVC-PCCFG-CBL, $19) is available to make the connection between the drive serial port and PC DB-9 serial port simple. A 3-foot cable (SVC-MDCOM-CBL, $14) is available to facilitate connection between the drive serial port and host controllers with an RS-485 multi-drop serial link."; 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 = ''; } }