var fDesc=new Array(); fDesc[0] = "EM Flow offers display, analysis and interpretation of single or multi component airborne time and frequency EM data.

The software is designed to operate on large EM datasets and provide conductivity depth sections plus anomaly identification and modelling tools. the program operation is usually tailored by processing one or two lines and then applying the parameters to the remainder of the survey or specified lines."; 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 = ''; } }