var fDesc=new Array(); fDesc[0] = "ACMPro provides a user friendly interface for setup, acquisition, download, and analysis of all FSI Acoustic Current Meters (2D-ACM, 3D-ACM, 3D-Wave). ACMPro aids the user with configuration of the instrument and download of data from memory, and provides a real time graphic interface displaying tilt, key velocities, and compass readings which enable the user to immediately view the direction and magnitude of the current."; 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 = ''; } }