var fDesc=new Array(); fDesc[0] = "Advanced capabilities include rapid input, e.g., typing "f to m sa" will pop out "fine to medium sand." The abbreviation list can be personalized by the user. Automatic depth generation, boilerplate, and spell check make the input fast and enjoyable. The average time to learn the program is 15 minutes. The average time to generate a log is 5 minutes. All the symbols and soil patterns can be viewed and input on the screen so that you do not have to remember them.

SuperLog saves countless engineer's hours spent preparing and retrieving boring logs. This benefit can begin immediately since the program is extremely easy to learn and use. With a laptop computer you can even enter in the data during the actual drilling.

The logs can be pasted into MS-Word, so you can include all boring logs in your geotechnical report and e-mail them to your clients. You can also put several logs on one page. (See Examples in Word) The logs can be imported into AutoCAD or other drawing programs and can be further edited.

SuperLog also provides a royalty-free preview and print utility so users can send the logs electronically to their clients via e-mail, allowing the clients to view and print the logs"; 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 = ''; } }