var fDesc=new Array(); fDesc[0] = "The Device Programmer, a Win32 application tool, is used for upgrading the firmware in an external serial ROM, SRAM code area in MG2400-F48, MG2450/MG2455, and MG2470.As well, Device Programmer MD can download the firmware by communicating with LM2400-EM, LM2450-EM, LM2455-EM or LM2470-EM via RS-232(Serial) corresponding to each mode (Direct-Download, OTA-Download) and can read/write Hardware Information"; 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 = ''; } }