var fDesc=new Array(); fDesc[0] = "Field Tools is a software package that contains dot net geology field tools. With this apps, you can: plot and draw drill hole/sample maps, contour maps, strike/dip maps, cross sections and drill logs, read/write Tab, CSV and Excel files, import LAS and Text data files for plotting Wireline logs, plot Wireline logs as line, histogram or point charts, and more."; 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 = ''; } }