var fDesc=new Array(); fDesc[0] = "When using the 9000M2 programming software, TOA recommends the use of a PC with a built-in RS-232 communication port using a straight through RS-232C cable. USB to RS-232 adapters are often unreliable.
GUI Software and Firmware for the 9000 Series is not compatible with the 9000M2. To download 9000 Series software and firmware"; 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 = ''; } }