var fDesc=new Array(); fDesc[0] = "The Summit Acquisition Tool (also called "Acquirer") is our user friendly seismic acquisition software. It is designed for Windows 2000 and Windows XP. Thus it is quit easy to install this software on each PC or Laptop.
Acquirer gives you full control of all Summit Units. It makes the spread graphically visible, performs tests of Summit Units, collects the seismic data and manages the whole seismic survey. Thus Acquirer promotes high quality data acquisition."; 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 = ''; } }