var fDesc=new Array(); fDesc[0] = "A prompt-based 3D forward electromagnetic modeling program that has developed into a state-of-the-art comprehensive geophysical interpretation platform. Today it offers versatile solutions for electromagnetic, gravity, magnetic, magnetotelluric, induced polarization, resistivity, and CSAMT applications integrating data processing, simulation, inversion and imaging software as well as other associated tools."; 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 = ''; } }