var fDesc=new Array(); fDesc[0] = "LiteEdit is Windows-based software which provides the following main functions: to be used with InteliATS NT, InteliLite NT, InteliCompact NT, MainsCompact NT, InteliDrive Lite and InteliPro controllers. Remote control and monitoring, parameters adjustment. Controller configuration and programming, controller firmware upgrade, cloning of configuration. Support of electronic engines, controller language translation. Connection via USB, RS232, modem, internet or AirGate"; 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 = ''; } }