var fDesc=new Array(); fDesc[0] = "Surfer is a full-function 3D visualization, contouring and surface modeling package that runs under Microsoft Windows. Surfer is used extensively for terrain modeling, bathymetric modeling, landscape visualization, surface analysis, contour mapping, 3D surface mapping, gridding, volumetrics, and much more. Surfer’s sophisticated interpolation engine transforms your XYZ data into publication-quality maps. Surfer provides more gridding methods and more control over gridding parameters, including customized variograms, than any other software package on the market. You can also use grid files obtained from other sources, such as USGS DEM files or ESRI grid files."; 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 = ''; } }