//mam8526 (20031001): Note that sSiteRoot is defined in global.js which is included in every html file that includes this file, header.js.


document.write("  <table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"#666699\">");
document.write("  <tr> ");
document.write("    <td colspan=\"2\">");
document.write("      <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"10\" bgcolor=\"#daa520\">");
document.write("        <tr> ");
document.write("          <td class=\"txtheadline\">");
document.write("                  <p><a href=\"./index.html\"><img title=\"Click to go to home page.\" src=\""+sSiteRoot+"/images/logo.gif\" alt=\"Logo Collaborare\" width=\"274\" height=\"28\" border=\"0\"></a></p>");
document.write("            ");
document.write("              <!-- Global Nav Bar -->");
document.write("              <table onMouseover=\"changeto(event, '#bdb76b')\" onMouseout=\"changeback(event, '#daa520')\">")
document.write("                <tr>");
document.write("                <td class=\"txtDate\" id=\"ignore\">|</td>");
document.write("                <td class=\"txtDate\"><a style=\"color:white; text-decoration:none\" href=\""+sSiteRoot+"/index.html\">Home</a></td>");
document.write("                <td class=\"txtDate\" id=\"ignore\">|</td>");
document.write("                <td class=\"txtDate\"><a style=\"color:white; text-decoration:none\" href=\""+sSiteRoot+"/about.html\">About</a></td>");
document.write("                <td class=\"txtDate\" id=\"ignore\">|</td>");
document.write("                <td class=\"txtDate\"><a style=\"color:white; text-decoration:none\" href=\""+sSiteRoot+"/resume/index.html\">Resume</a></td>");
document.write("                <td class=\"txtDate\" id=\"ignore\">|</td>");
document.write("                <td class=\"txtDate\"><a style=\"color:white; text-decoration:none\" href=\""+sSiteRoot+"/contact.html\">Contact</a></td>");
document.write("                <td class=\"txtDate\" id=\"ignore\">|</td>");
document.write("                <td class=\"txtDate\"><a style=\"color:white; text-decoration:none\" href=\""+sSiteRoot+"/feedback.html\">Feedback</a></td>");
document.write("                <td class=\"txtDate\" id=\"ignore\">|</td>");
document.write("                </tr>");
document.write("              </table>");
document.write("          </td>");
document.write("          <td valign=\"bottom\" align=\"right\">");
document.write("          <!-- Global Nav Bar -->");
document.write("          <table onMouseover=\"changeto(event, '#bdb76b')\" onMouseout=\"changeback(event, '#daa520')\">")
document.write("            <tr>");
document.write("            <td class=\"txtDate\" id=\"ignore\">|</td>");
document.write("            <td class=\"txtDate\"><a style=\"color:white; text-decoration:none\" href=\""+sSiteRoot+"/faqs.html\">FAQs</a></td>");
document.write("            <td class=\"txtDate\" id=\"ignore\">|</td>");
document.write("            <td class=\"txtDate\"><a style=\"color:white; text-decoration:none\" href=\""+sSiteRoot+"/help.html\">Help</a></td>");
document.write("            <td class=\"txtDate\" id=\"ignore\">|</td>");
document.write("            <td class=\"txtDate\"><a style=\"color:white; text-decoration:none\" href=\""+sSiteRoot+"/search.html\">Search</a></td>");
document.write("            <td class=\"txtDate\" id=\"ignore\">|</td>");
document.write("            </tr>");
document.write("          </table>");
document.write("          </td>");
document.write("        </tr>");
document.write("      </table>");
document.write("    </td>");
document.write("  </tr>");
document.write("</table>");
