if (GetValue()==0) {
  document.write("<td class=\"links\" colspan=\"2\"> <nobr><a href=\"/index.html\" class=\"grau\" title=\"Kontakt\">Kontakt</a> | <a href=\"/Sitemap/index.html\" class=\"grau\" title=\"Sitemap\">Sitemap</a> | <a href=\"javascript:ChangeValue();\" class=\"grau\" title=\"Sprache\">English</a><!--<a href=\"\" class=\"grau\" title=\"Suche\">Suche</a>");
  document.write("<form name=\"schnellsuche\" title=\"Volltextsuche\" method=\"post\" action=\"\">");
  document.write("<input type=\"text\" class=\"ssuche\" name=\"query\" size=\"20\" />");
  document.write("<input type=\"image\" style=\"position:relative;top:2px;\" src=\"/_Pictures/ok-button.gif\" alt=\"Suche starten\" width=\"18\" height=\"17\" />");
  document.write("</form>-->");
  document.write("</nobr>");
  document.write("</td>");
  document.write("<td class=\"blau\" rowspan=\"2\">");
  document.write("<img src=\"/_Pictures/unilogo2.gif\" usemap=\"#blueline\" style=\"margin-top:10px;\" alt=\"Logo: Leibniz Universität Hannover\" border=\"0\" width=\"140\" height=\"75\" /></td>");
  document.write("</tr>");
  document.write("<tr class=\"meta2\">");
  document.write("<td class=\"blau\" colspan=\"2\">");
  document.write("<img src=\"/_Pictures/wawi_logo.jpg\" alt=\"WAWI\" title=\"WAWI\" border=\"0\" width=\"343\" height=\"45\" /><img name=\"gruppen_1\" src=\"/_Pictures/wawi_de.gif\" alt=\"Institut für Wasserwirtschaft, Hydrologie und landwirtschaftlichen Wasserbau\" border=\"0\" width=\"448\" height=\"45\" /></td>");
  document.write("</tr>");
  document.write("<tr>");
  document.write("<td colspan=\"2\"  style=\"height:1px;\"></td>");
}
else {
  document.write("<td class=\"links\" colspan=\"2\"> <nobr><a href=\"/index_en.html\" class=\"grau\" title=\"Contact\">Contact</a> | <a href=\"/Sitemap/index.html\" class=\"grau\" title=\"Sitemap\">Sitemap</a> | <a href=\"javascript:ChangeValue();\" class=\"grau\" title=\"Sprache\">Deutsch</a><!--<a href=\"\" class=\"grau\" title=\"Suche\">Suche</a>");
  document.write("<form name=\"schnellsuche\" title=\"Volltextsuche\" method=\"post\" action=\"\">");
  document.write("<input type=\"text\" class=\"ssuche\" name=\"query\" size=\"20\" />");
  document.write("<input type=\"image\" style=\"position:relative;top:2px;\" src=\"/_Pictures/ok-button.gif\" alt=\"Suche starten\" width=\"18\" height=\"17\" />");
  document.write("</form>-->");
  document.write("</nobr>");
  document.write("</td>");
  document.write("<td class=\"blau\" rowspan=\"2\">");
  document.write("<img src=\"/_Pictures/unilogo2.gif\" usemap=\"#blueline\" style=\"margin-top:10px;\" alt=\"Logo: Leibniz Universität Hannover\" border=\"0\" width=\"140\" height=\"75\" /></td>");
  document.write("</tr>");
  document.write("<tr class=\"meta2\">");
  document.write("<td class=\"blau\" colspan=\"2\">");
  document.write("<img src=\"/_Pictures/wawi_logo.jpg\" alt=\"WAWI\" title=\"WAWI\" border=\"0\" width=\"343\" height=\"45\" /><img name=\"gruppen_1\" src=\"/_Pictures/wawi_en.gif\" alt=\"Institute of Water Resources Management, Hydrology and Agricultural Hydraulic Engineering\" border=\"0\" width=\"448\" height=\"45\" /></td>");
  document.write("</tr>");
  document.write("<tr>");
  document.write("<td colspan=\"2\"  style=\"height:1px;\"></td>");
}
// function which gets the language value from the cookie
function GetValue () {
  var Value = "";
  if (document.cookie) {
    var ValueStart = document.cookie.indexOf("=") + 1;
    var ValueEnd = document.cookie.indexOf(";");
    if (ValueEnd == -1)
      ValueEnd = document.cookie.length;
    Value = document.cookie.substring(ValueStart, ValueEnd);
  }
  return Value;
}