var fDesc=new Array(); fDesc[0] = "DriveWizard® Plus is a powerful engineering tool designed for advanced application setup and for performing maintenance tasks on a Yaskawa drive. The advanced functionality of DriveWizard® Plus assists all users with powering up the drive, test running the application, or performing maintenance.
DriveWizard® Plus is compatible with the A1000, J1000, V1000 and V1000-4X. A1000 also requires a database installer."; 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 = ''; } }