var fDesc=new Array(); fDesc[0] = "MX Mitsubishi Alarm Editor is a simple to use Windows software package (XP, 2000) for local or remote configuration of Mitsubishi Intelligent Industrial Modems.
The MX Mitsubishi Alarm Editor software can also be used as a simple configuration tool for editing alarm messages with PLC variables. All modem configuration entries are stored in an XML project file that is loaded into the Intelligent Modem. This can be carried out locally via RS232 or remotely through a dial-up modem connection."; 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 = ''; } }