var fDesc=new Array(); fDesc[0] = "Open communication platform for data exchange, Internet and remote diagnostics (TCP/IP, USB). Easy to use with multi-lingual graphical user interface that is easy to follow in all its
aspects on sunlight readable colour LCD. On-site capabilities for data QA, system diagnostics and fault tolerance. Clear and instructive graphics assists the user in the
operation of the instrument. For enhanced Data Quality Control in the field it is possible to
display the measured Multi-Electrode Resistivity Imaging data in near real time as a pseudo section. Thanks to access points as USB and RJ 45 (for LAN) transfer of data to other computers is extremely simple."; 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 = ''; } }