var fDesc=new Array(); fDesc[0] = "IL-NT Install Suite consists of:
Main PC Programs
- LiteEdit 4.4.4
- InteliMonitor 2.5.1

Controller Firmware
- IL-NT 1.5.1

PC Tools
- WinScope 1.8.2
- GM_Setup 1.7
- IBConfig 1.8

Other
- ECU List 5.2
- InteliDDE 4.4
- HASP Dongle Drivers 4.110
- FTDI Virtual COM Port Drivers 2.06.00

InteliMonitor is a free PC SCADA software for on-line supervision of most Inteli and Mains brand controllers. The software is focused on comfortable monitoring of a
group of controllers.

WinScope is a high-performance PC tool, which is used for monitoring and archiving trends of the controllers‘ parameters and values. It can be used for all ComAp
controllers including ECON, INCON and EMCON5.

LiteEdit is a PC configuration and monitoring tool for InteliATSNT, InteliLiteNT, InteliCompactNT,
MainsCompactNT and InteliDrive Lite controllers."; 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 = ''; } }