var fDesc=new Array(); fDesc[0] = "MiQen software is a tool for complete monitoring of the measuring instruments. It is intended for comprehensive data analysis of measuring centres (also EN 50160 compliance), measuring transducers and energy meters.

It has many features which give additional value to your Iskra MIS electrical measuring instrument:

- Simple to use

- Network explorer

- Settings of communication and input/output instrument parameters

- Simple modification and transfer of required parameters

- Storing and reading of the setting files and MMC's

- Automatic software updating via internet"; 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 = ''; } }