<!-- hide from old browsers
  function startpage() {
    var content = "<HEAD>"
    content +=    "<LINK REL=stylesheet TYPE=\"text/css\" HREF=\"./stylesheets/mainstyle.css\">"
    content +=    "<LINK REL=stylesheet TYPE=\"text/css\" HREF=\"./stylesheets/primary.css\">"
    content +=    "<TITLE>Earthworks Oil Gas Consultants Geostatistics Geophysics Reservoir Geoscience Seismic Inversion Ashley Francis</TITLE>"
    content +=    "</HEAD>"
    content +=    "<BODY LINK=white VLINK=white ALINK=yellow>"

    document.write(content)
    
  }
  function startmenu() {
    var content = "<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=850>"
    content +=    "<TR>"
    content +=    "<TD border=0 WIDTH=\"20%\" VALIGN=\"TOP\" align=\"right\" ROWSPAN=4 HEIGHT=60 bgcolor=\"#ffffff\">"

    document.write(content)
  }
  function endmenu() {
    var content =     "</TD>"

    document.write(content)
  }
  function maintitle(title) {
    var content = "<TD border=0 WIDTH=\"80%\" VALIGN=\"TOP\" align=\"center\" HEIGHT=90 bgcolor=\"#ffffff\">"
    content +=    "<BR><SPACER TYPE=horizontal SIZE=12>"
    content +=    "<H1>" + title + "</H1>"
    content +=    "</FONT></TD>"
    content +=    "<TR><TD border=0 WIDTH=\"80%\" VALIGN=\"TOP\" align=\"center\" HEIGHT=20 bgcolor=\"#b8c3c3\"></TD>"
    content +=    "<TR><TD border=0 WIDTH=\"80%\" VALIGN=\"TOP\" align=\"center\" HEIGHT=35 bgcolor=\"#000000\">"
    content +=    "<DIV style=\"PADDING-BOTTOM: 4px\" style=\"PADDING-TOP: 6px\">"
    content +=    "&nbsp&nbsp<A class=linkarrowLightBlue href=\"./companyoverview001.html\">Company Overview</A>"
    content +=    "&nbsp&nbsp<A class=linkarrowLightBlue href=\"./software001.html\">Software Products</A>"
    content +=    "&nbsp&nbsp<A class=linkarrowLightBlue href=\"./technicalpapers001.html\">Technical Papers</A>"
    content +=    "&nbsp&nbsp<A class=linkarrowLightBlue href=\"./utilities001.html\">On-Line Utilities</A>"
    content +=    "&nbsp&nbsp<A class=linkarrowLightBlue href=\"./training001.html\">Training Courses</A>"
    content +=    "</DIV></TD></TR>"

    document.write(content)
  }
  function starttextarea() {
    var content = "<TR>"
    content +=    "<TD border=0 WIDTH=\"78%\" VALIGN=\"TOP\" HEIGHT=435 bgcolor=\"#ffffff\">"
    content +=    "<table border=0 cellspacing=0 cellpadding=10 >"
    content +=    "<tr>"
    content +=    "<td width=100% valign=top ><p>"

    document.write(content)
  }
  function endtextarea() {
    var content = "</td></tr></table></TD></TR>"

    document.write(content)
  }
  function startfooter() {
    var content = "<TR><TD border=0 width=100% colspan=2 HEIGHT=20 bgcolor=\"#b8c3c3\"></TD></TR>"
    content +=    "<TR><TD border=0 width=100% colspan=2 align=\"center\" HEIGHT=35 bgcolor=\"000000\">"
    content +=    "<FONT color=white FACE=\"Arial\" SIZE=3 ><b><FONT color=white>"

    document.write(content)
  }
  function endfooter() {
    var content = "</b></FONT></FONT>"
    content +=    "<A class=copyFontBlue><BR>"
    content +=    "Copyright © 2003 - 2009 Earthworks Environment &amp; Resources Ltd.  All rights reserved."
    content +=    "</A>"
    content +=    "</TD></TR>"

    document.write(content)
  }
  function maketextlink(text, href) {

    var content = "&nbsp&nbsp&nbsp&nbsp<a class=linkarrow href=\"" + href + "\" >" + text + "</a>"

    document.write(content)
  }
  function makedummylink(text) {

    var content = "&nbsp&nbsp&nbsp&nbsp<a class=linkarrow >" + text + " </a>"

    document.write(content)
  }
  function endpage() {
    var content = "</TABLE></BODY>"

    document.write(content)
  }
//--> 
