var fDesc=new Array(); fDesc[0] = "The Fusion Digital Power Manufacturing Tool (aka MFR GUI) is a Graphical User Interface used to download firmware, upgrade firmware, configure, calibrate and test .

The MFR GUI supports the same devices as Fusion Digital Power Designer software. This tool is typically used in manufacturing environments. User guides are accessible from the "Help" menu in the GUI.

Some of the tasks the tool can perform include: Download/Upgrade firmware, Program a device configuration, Calibrate a device (manually or instrumented via GPIB): Input voltage (Vin), Output voltage (Vout), Output current (Iout), Temperature."; 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 = ''; } }