var fDesc=new Array(); fDesc[0] = "This program is released by the Fuel Cell Laboratory of MES and must be used with the MES Fuel Cell System for statistical and maintenance purposes.

It permits:

- Overview of the complete system
- Possibility to check the measurement system
- Possibility to modify some control parameter
- Built a record file of the measurement variables (Excel compatible file)
- Real time monitor of same variables
- Built a record file of the monitor variables (Excel compatible file)
- Possibility to open and analyse monitor record file
- Positioning the fuel cell work point regards the polarization curve
- Diagnosis of detected fault
- Read the internal black box of the ECU (where are stored the old trip event)
- Save the black box data in a file readable by the program (Excel compatible file)
- Change the CAN bus port setup"; 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 = ''; } }