var fDesc=new Array(); fDesc[0] = "BMDM with SQL, Client Version and Related Firmware.
BMDM (Battery Monitor Data Manager) program. You may connect now without a password to view a live demo. Software is the BMDM program in the computer that interface with your MPM or BDS unit. Firmware is stored inside the MPM, DBS controller, and DCM memory,"; 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 = ''; } }