<!-- Hide from other browsers

  function activelogo() {
    var content = "<a href=\"./index.html\" ><img src=\"./images/EW-reservoirLogo1.jpg\" width=186 height=145 alt=\"www.earthworks-reservoir.com\" border=0></a>"
    document.write(content)
  }
  function passivelogo() {
    var content = "<img src=\"./images/earthworks_data.jpg\" width=187 height=145 alt=\"Earthworks E&R\" border=0>"
    document.write(content)    
  }
  function altmenu() {
    var content = "<DIV style=\"PADDING-BOTTOM: 4px\"><A class=linkarrow href=\"./index.html\">Home</A>&nbsp&nbsp&nbsp</DIV>"
    content +=    "<DIV style=\"PADDING-BOTTOM: 4px\"><A class=linkarrow href=\"./companyoverview001.html\">Company Overview</A>&nbsp&nbsp&nbsp</DIV>"
    content +=    "<DIV style=\"PADDING-BOTTOM: 4px\"><A class=linkarrow href=\"./software001.html\">Software Products</A>&nbsp&nbsp&nbsp</DIV>"
    content +=    "<DIV style=\"PADDING-BOTTOM: 4px\"><A class=linkarrow href=\"./technicalpapers001.html\">Technical Papers</A>&nbsp&nbsp&nbsp</DIV>"
    content +=    "<DIV style=\"PADDING-BOTTOM: 4px\"><A class=linkarrow href=\"./utilities001.html\">On-Line Utilities</A>&nbsp&nbsp&nbsp</DIV>"
    content +=    "<DIV style=\"PADDING-BOTTOM: 4px\"><A class=linkarrow href=\"./training001.html\">Training Courses</A>&nbsp&nbsp&nbsp</DIV>"
    content +=    "<DIV style=\"PADDING-BOTTOM: 4px\"><A class=linkarrow href=\"./jobs001.html\">Employment</A>&nbsp&nbsp&nbsp</DIV>"
    content +=    "<DIV style=\"PADDING-BOTTOM: 4px\"><A class=linkarrow href=\"./news001.html\">News</A>&nbsp&nbsp&nbsp</DIV>"
    content +=    "<DIV style=\"PADDING-BOTTOM: 4px\"><A class=linkarrow href=\"./contactus001.html\">Contact Us</A>&nbsp&nbsp&nbsp</DIV>"
    content +=    "<DIV style=\"PADDING-BOTTOM: 4px\"><A class=linkarrow href=\"./sorviodvnvm001.html\">What is Sorviodvnvm?</A>&nbsp&nbsp&nbsp</DIV>"
    content +=    "<br><br>"
    document.write(content)
  }
// Stop hiding from other browsers -->
