var fDesc=new Array(); fDesc[0] = "The WINdows based program for Parameterization, Editing and Diagnosis of the different HNC control types.

Using the WIN-PED program in combination with certain Bosch Rexroth controls, you can execute the following functions.

- You can Parametrize the machine data to define specific functions for the control.
- By Editing an NC program you can define the motion sequence for a drive.
- The program offers versatile Diagnosis options for the control."; 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 = ''; } }