var fDesc=new Array(); fDesc[0] = "The Oasis montaj Viewer enables you to view, share and print published Geosoft grid and database files.

Main features:
- View Geosoft Database Files (.gdb), Geosoft XYZ files, Geosoft Binary Files, ASEG GDF and other data files.
- View data profiles from *.GDB files.
- Create profile maps and print them out.
- View Geosoft Map and PLT files, and Autocad DXF 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 = ''; } }