//Page Navigation
document.write("<div align='center'>")
  document.write("<center>")
  document.write("<table border='0' cellpadding='0' cellspacing='0' width='100%'>")
    document.write("<tr>")
      document.write("<td width='388'><a href='index.html'><img border='0'")
        document.write("src='images/graphics/head_logo1.gif' width='388' height='128'></a></td>")
      document.write("<td width='100%'></td>")
document.write("<td width='131'>")
        document.write("<table border='0' cellpadding='0' cellspacing='0' width='131'>")
          document.write("<tr>")
            document.write("<td><img border='0' src='images/graphics/head_tags_address.gif'")
              document.write("width='131' height='112'></td>")
          document.write("</tr>")
          document.write("<tr>")
            document.write("<td><a href='contact.html'><img border='0'")
              document.write("src='images/graphics/nav_contact1.gif' width='79' height='16'></a>")
              document.write("<a href='index.html'><img border='0'")
              document.write("src='images/graphics/nav_home1.gif' width='52' height='16'></a></td>")
          document.write("</tr>")
        document.write("</table>")
      document.write("</td>")
    document.write("</tr>")
  document.write("</table>")
  document.write("</center>")
document.write("</div>")


