var fDesc=new Array(); fDesc[0] = "WellSight Log Viewer is a free program that allows you and your business partners to view and print strip log files. It does not, however, allow you to create or modify log files. For this, use one of the STAR.LOG suite of programs.

With the WellSight Log Viewer you can open and view any log file generated by any STAR.LOG program, view the header information in the log file, print all or a portion (e.g. one day's drilling) of the strip log to any page-oriented printer supported by Windows.

All page-orient printers are supported - color or monochrome at any depth range of the log, and, optionally, the log headers and symbol legends, and/or track headings."; 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 = ''; } }