var fDesc=new Array(); fDesc[0] = "CrossSectionMS is a Windows program for plotting drill hole/sample maps and cross sections. A wide variety of options allow the sections to be customized to your requirements. Designed for presenting and interpreting geological field data. CrossSectionMS consists of 3 integrated modules built into one application. These 3 modules are:

1. Spreadsheet Module for entering and editing data;
2. Drill Hole/Sample Plotting Module for drawing and plotting drill hole/sample maps;
3. Cross Section Module for plotting cross sections."; 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 = ''; } }