var fDesc=new Array(); fDesc[0] = "TerraSurveyor provides a single download interface to a range of instruments. TerraSurveyor is a complete package for downloading, assembling, enhancing, publishing and saving the geophysical data from a range of instruments specifically designed to meet the needs of Archaeological and Near Surface Geophysicists."; 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 = ''; } }