var fDesc=new Array(); fDesc[0] = "The MGCplus assistant is used to set and parameterize the measurement channels of HBM data acquisition devices. This assistant is part of the MGCplus package and can be started directly in NI (National Instruments) DIAdem program. The scaling of all sensors, including the balance, can be implemented with the DIAdem macros. Only the limit values for the balance monitoring are set in the MGCplus assistant."; 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 = ''; } }