var fDesc=new Array(); fDesc[0] = "This Windows-based fully updatable software is user-friendly with an intuitive menu structure and extensive help screens.

PDM Manager is used for:

- Configuration of all inputs, outputs, CAN messages and conditions
- Monitoring of all channel values including
- Input Status
- Input Voltage
- Output Status
- Output Currents
- Output Voltage
- Diagnostics
- Internal Temperature
- Battery Voltage
- Total Current
- CAN messages
- Conditions
- Output testing
- Firmware updating"; 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 = ''; } }