function inh(h1,h2,kap,vor,zur)
// Die Haupt-Funktion, die die anderen aufruft
{
  ueb(h1,h2,kap,vor,zur);
  autor();
  inhalt(h1,h2);
}

function quell()
{
  // Schreibt die Verweise auf Seitenanfang und Quellenverzeichnis nach den Fußnoten
  document.writeln("<br>");
  document.write("<span class=\"klein\">");
  document.write("[ <a href=\"#oben\" class=\"klein\">Seitenanfang</a> ] &nbsp; ");
  document.writeln("[ <a href=\"ssr51.htm\" class=\"klein\">Quellenverzeichnis<\/a> ]<\/span>");
}




function ueb(h1,h2,kap,zur,vor)
// Überschriften-Navigation
{
  document.title ="Schicksalsgemeinschaft Stadtregion: " + h1 + "." + h2 + " " + kap;
  document.write("<table width=100%><tr><td class=\"klein\">");
  //document.write("<span class=\"klein\">");
  document.write("<a class=\"klein\" href=\"http:\/\/stadtregion.org\/\" target=\"_top\" name=\"oben\">stadtregion.org<\/a> | ");
  document.writeln("<a class=\"klein\" href=\"..\/_sr.htm\">Stadt und Region<\/a> |");
  document.write("<a class=\"klein\" href=\"ssr00.htm\">Schicksalsgemeinschaft Stadtregion<\/a> | ");
  document.write("<b>" + h1 + "." + h2 + " " +  kap +"<\/b>");
  document.write("</td>");
  document.write("<td align=\"right\" class=\"klein\">");
  if(zur != "99")
    document.write("<a href=\"ssr" + zur +".htm\">&larr;&larr;<\/a>");
  document.writeln("&nbsp;bl&auml;ttern&nbsp;");
  if(vor != "99")
    document.write("<a href=\"ssr" + vor +".htm\">&rarr;&rarr;<\/a>");
  document.write("</td></tr></table>");
}



function autor()
// Schreibt den Abschnitt mit Namen und Mailadresse
{
  document.writeln("<hr>");
  
  document.writeln("<table align=\"right\"><tr><td>");
  document.writeln("<img src=\"..\/..\/grafiken\/ssr\/ssr_titel.gif\" width=\"94\" height=\"100\">");
  document.writeln("<\/td><\/tr><\/table>");
  
  document.writeln("<span class=\"klein\">");
  document.write("<a href=\"javascript:schreibmir(2)\">Michael K&ouml;nig<\/a>: ");
  document.write("<b>Schicksalsgemeinschaft Stadtregion<\/b><br>");
  document.write("Organisationsformen interkommunaler Zusammenarbeit in Großstadtregionen <br>");
  document.writeln("am Beispiel von Frankfurt RheinMain.<br>");
  document.writeln("Berlin, Mai 2004<br><br>");

  document.write("URL: <a href=\"http:\/\/www.stadtregion.org/welt/sr/sr00.htm\">");
  document.write("http:\/\/www.stadtregion.org/stadtregion.htm<\/a>");
  document.write(" &nbsp; &bull; &nbsp; <a href=\"javascript:schreibmir(2)\">E-Mail<\/a>");
  document.write(" an den Autor.");


  document.writeln("<\/span>");
  document.writeln("<br clear=\"all\"><hr>");
}



function weiter(zur,vor)
{
  document.writeln("<table width=100%");
  document.writeln("<tr>");
  document.writeln("<td width=25%>");
  if(zur != "99")
    document.writeln("<a href=\"ssr" +  zur + ".htm\">&larr;&nbsp;zur&uuml;ck<\/a>");
  else
    document.writeln("&nbsp;");
  document.writeln("<\/td>");
  document.writeln("<td width=25% align=\"center\">");
  document.writeln("<a href=\"#oben\">Seitenanfang<\/a>");
  document.writeln("<\/td>");
  document.writeln("<td width=25% align=\"center\">");
  document.writeln("<a href=\"ssr02.htm\">Inhaltsverzeichnis<\/a>");
  document.writeln("<\/td>");
  document.writeln("<td width=25% align=\"right\">");
  if(vor != "99")
    document.write("<a href=\"ssr" +  vor + ".htm\">weiter&nbsp;&rarr;<\/a>");
  else
    document.writeln("&nbsp;");
  document.writeln("<\/td>");
  document.writeln("<\/tr>");
  document.writeln("<\/table>");
  document.writeln("<hr>");
}





function inhalt(h1,h2)
// Inhaltsverzeichnis links oben
{
  if(h1 != 0)
  {
    document.writeln("<table bgcolor=\"#000000\">");
    document.writeln("<tr><td class=\"klein\">");
    document.writeln("<p><a href=\"ssr02.htm\">Inhaltsverzeichnis<\/a><\/p><br>");

    if(h1 == 1)
    {
      document.writeln("<b>1. Schicksalsgemeinschaft Großstadtregion<\/b><br>");
      h2test(1,h2,1,"Das Phänomen Stadtregion");
      h2test(1,h2,2,"Metropole zwischen Region, Staat und Außenwelt &nbsp;");
      h2test(1,h2,3,"Die Region Frankfurt Rhein-Main");
    }
    else
      document.writeln("<a href=\"ssr11.htm\">1. Schicksalsgemeinschaft Großstadtregion<\/a><br>");

    if(h1 == 2)
    {
      document.writeln("<b>2. Modelle stadtregionaler Kooperation<\/b><br>");
      h2test(2,h2,1,"Organisationsformen nach WAGENER");
      h2test(2,h2,2,"Freiwillige Kooperationen");
      h2test(2,h2,3,"Zweckverbände, Planungsverbände");
      h2test(2,h2,4,"Umlandverbände (Mehrzweck-Pflichtverbände) &nbsp;");
      h2test(2,h2,5,"Gebietskörperschaftliche Lösungen");
      h2test(2,h2,6,"Stadtkreismodelle");
      h2test(2,h2,7,"Die föderative Stadt (Regionalstadt)");
      h2test(2,h2,8,"Eingemeindung");
      h2test(2,h2,9,"Anforderungen an eine Regionalreform");
   }
    else
      document.writeln("<a href=\"ssr21.htm\">2. Modelle stadtregionaler Kooperation<\/a><br>");
 
    if(h1 == 3)
    {
      document.writeln("<b>3. Die regionale Reformdiskussion in Frankfurt<\/b><br>");
      h2test(3,h2,1,"Regionale Kooperation bis 1970");
      h2test(3,h2,2,"Die Reformen der 70er Jahre");
      h2test(3,h2,3,"Die Regionaldiskussion seit den 90er Jahren &nbsp;");
      h2test(3,h2,4,"Folgerungen aus 40 Jahren Regionaldiskussion &nbsp;");
    }
    else
      document.writeln("<a href=\"ssr31.htm\">3. Die regionale Reformdiskussion in Frankfurt &nbsp;<\/a><br>");

    if(h1 == 4)
    {
      document.writeln("<b>4. Ein Modell für die Region<\/b><br>");
      h2test(4,h2,1,"Vorzugsmodell");
      h2test(4,h2,2,"Getrennte Lösungen für Stadtregion und Großregion &nbsp;");
      h2test(4,h2,3,"Abgrenzung und Binnengliederung");
      h2test(4,h2,4,"Anpassung der benachbarten Landkreise");
      h2test(4,h2,5,"Aufgaben und Kompetenzen");
      h2test(4,h2,6,"Ausblick");
    }
    else
      document.writeln("<a href=\"ssr41.htm\">4. Ein Modell für die Region<\/a><br>");

    if(h1 == 5)
    {
      document.writeln("<b>5. Anhang<\/b><br>");
      h2test(5,h2,1,"Literatur");
      h2test(5,h2,2,"Presse");
    }
    else
      document.writeln("<a href=\"ssr51.htm\">5. Anhang<\/a><br>");

    
    document.writeln("<\/td><\/tr>");
    document.writeln("<\/table>");
    document.writeln("<hr>");
  }
}



function h2test(h1,h2,nr,te)
// Gestaltet das individuelle Inhaltsverzeichnis
{
  var te = " &nbsp; " + h1 + "." + nr + " " + te;
  var abst = " &nbsp; &nbsp; &bull; ";
  if (nr == h2)
  {
    document.writeln("<b>" + te + "<\/b><br>");
    // 	alert(h1 + "." + h2 + "---" + nr);
    switch(h1)	// h1 = Kapitel 1.Kategorie, also Case 1 heißt Kapitel 1.x.y
    {
      case 0:
        break;
      case 1:
      {
        switch(nr)	// nr = Unterkapitel 2.Kategorie, also case 1 ist (hier) Abschnitt 1.1.y
        {
          case 2:	// 1.2
          {
            document.write(abst + "<i><a href=\"#121\" class=\"klein\">1.2.1 Ein ungenauer Begriff: was ist eigentlich eine Region?<\/a><\/i><br>");
            document.write(abst + "<i><a href=\"#122\" class=\"klein\">1.2.2 Die Region: Partner oder Gegner?<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#1221\" class=\"klein\"> ");
            document.writeln("Suburbanisierung, Segregation und die finanziellen Folgen<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#1222\" class=\"klein\"> ");
            document.writeln("Schicksalsgemeinschaft Stadtregion: die wechselseitige Abhängigkeit<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#1223\" class=\"klein\"> ");
            document.writeln("Regionalbewusstsein oder Kirchturmpolitik?<\/a><\/i><br>");
            document.write(abst + "<i><a href=\"#123\" class=\"klein\">1.2.3 Nationale und internationale Konkurrenz<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#1231\" class=\"klein\"> ");
            document.writeln("Keine neue Erscheinung<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#1232\" class=\"klein\"> ");
            document.writeln("Die Regionen schwächen sich selbst<\/a><\/i><br>");
            document.write(abst + "<i><a href=\"#124\" class=\"klein\">1.2.4 Die staatliche Ebene: Schiedsrichter im Regionalkonflikt?<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#1241\" class=\"klein\"> ");
            document.writeln("Stadt und Land<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#1242\" class=\"klein\"> ");
            document.writeln("&bdquo;Gleichwertige Lebensverh&auml;ltnisse&ldquo;? Die Sorgen der &bdquo;Provinz&ldquo;<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#1243\" class=\"klein\"> ");
            document.writeln("Metropolen als Motoren der Landesentwicklung<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#1244\" class=\"klein\"> ");
            document.writeln("Administrative Zersplitterung<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#1245\" class=\"klein\"> ");
            document.writeln("Der Staat als Schiedsrichter?<\/a><\/i><br>");
            break;
          }
          case 3:	// 1.3
          {
            document.write(abst + "<i><a href=\"#131\" class=\"klein\">1.3.1 Bedeutung<\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#132\" class=\"klein\">1.3.2 Abgrenzung<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#1321\" class=\"klein\"> ");
            document.writeln("Ebene 1: Gro&szlig;region Rhein-Main<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#1322\" class=\"klein\"> ");
            document.writeln("Ebene 2: Das engere Rhein-Main-Gebiet<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#1323\" class=\"klein\"> ");
            document.writeln("Ebene 3: Stadtregion Frankfurt<\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#133\" class=\"klein\">1.3.3 Die Situation - Aktuelle Tendenzen<\/a><\/i><br>");
            break;
          }
        }
        break;
      }
      case 2:
      {
        switch(nr)
        {
          case 2:	// 2.2
          {
            document.writeln(abst + "<i><a href=\"#221\" class=\"klein\">2.2.1 Eigenschaften<\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#222\" class=\"klein\">2.2.2 Vorteile <\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#223\" class=\"klein\">2.2.3 Nachteile <\/a><\/i><br>");
            break;
          }
          case 3:	// 2.3
          {
            document.writeln(abst + "<i><a href=\"#231\" class=\"klein\">2.3.1 Eigenschaften<\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#232\" class=\"klein\">2.3.2 Vorteile <\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#233\" class=\"klein\">2.3.3 Nachteile <\/a><\/i><br>");
            break;
          }
          case 4:	// 2.4
          {
            document.writeln(abst + "<i><a href=\"#241\" class=\"klein\">2.4.1 Eigenschaften<\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#242\" class=\"klein\">2.4.2 Vorteile <\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#243\" class=\"klein\">2.4.3 Nachteile <\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#244\" class=\"klein\">2.4.4 Beispiel: Verband Region Stuttgart<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#2441\" class=\"klein\"> ");
            document.writeln("Aufbau<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#2442\" class=\"klein\"> ");
            document.writeln("Bewertung<\/a><\/i><br>");
            break;
          }
          case 6:	// 2.6
          {
            document.writeln(abst + "<i><a href=\"#261\" class=\"klein\">2.6.1 Eigenschaften<\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#262\" class=\"klein\">2.6.2 Vorteile <\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#263\" class=\"klein\">2.6.3 Nachteile <\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#264\" class=\"klein\">2.6.4 Beispiel: Stadtverband Saarbr&uuml;cken<\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#265\" class=\"klein\">2.6.5 Beispiel: Region Hannover<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#2651\" class=\"klein\"> ");
            document.writeln("Grundlagen<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#2652\" class=\"klein\"> ");
            document.writeln("Region Hannover<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#2653\" class=\"klein\"> ");
            document.writeln("Bewertung<\/a><\/i><br>");
            break;
          }
          case 7:	// 2.7
          {
            document.writeln(abst + "<i><a href=\"#271\" class=\"klein\">2.7.1 Eigenschaften<\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#272\" class=\"klein\">2.7.2 Vorteile <\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#273\" class=\"klein\">2.7.3 Nachteile <\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#274\" class=\"klein\">2.7.4 Regionalstadt mit Teilgemeinden<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#2741\" class=\"klein\"> ");
            document.writeln("Beispiel: Stadtprovinzen Amsterdam und Rotterdam <\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#275\" class=\"klein\">2.7.5 Regionalstadt aus Stadtbezirken<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#2751\" class=\"klein\"> ");
            document.writeln("Beispiel: Regionalstadt Hamburg <\/a><\/i><br>");
            break;
          }
          case 8:	// 2.8
          {
            document.writeln(abst + "<i><a href=\"#281\" class=\"klein\">2.8.1 Vorteile <\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#282\" class=\"klein\">2.8.2 Nachteile <\/a><\/i><br>");
            break;
          }
          case 9:	// 2.9
          {
            document.writeln(abst + "<i><a href=\"#291\" class=\"klein\">2.9.1 Politische Grundlagen<\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#292\" class=\"klein\">2.9.2 Aufbau der verfassten Stadtregion <\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#293\" class=\"klein\">2.9.3 Aufgaben <\/a><\/i><br>");
            break;
          }
        }
        break;
      }
      case 3:
      {
        switch(nr)
        {
          case 1: // 3.1
          {
            document.writeln(abst + "<i><a href=\"#311\" class=\"klein\">3.1.1 Zur Entstehung der heutigen Verwaltungsstrukturen &nbsp;<\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#312\" class=\"klein\">3.1.2 Eingemeindungen<\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#313\" class=\"klein\">3.1.3 Frühe Bemühungen regionaler Kooperation<\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#314\" class=\"klein\">3.1.4 Regionale Planungsgemeinschaft Untermain<\/a><\/i><br>");
            break;
          }
          case 2: // 3.2
          {
            document.writeln(abst + "<i><a href=\"#321\" class=\"klein\">3.2.1 Das Regionalstadtprojekt 1971<\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#322\" class=\"klein\">3.2.2 Die Hessische Gebietsreform 1972-77<\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#323\" class=\"klein\">3.2.3 Umlandverband Frankfurt 1975 <\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#3231\" class=\"klein\"> ");
            document.writeln("R&auml;umliche Abgrenzung<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#3232\" class=\"klein\"> ");
            document.writeln("Aufbau des Verbandes<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#3233\" class=\"klein\"> ");
            document.writeln("Kompetenzen: Anspruch und Wirklichkeit<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#3234\" class=\"klein\"> ");
            document.writeln("Bewertung<\/a><\/i><br>");
            break;
          }
          case 3: // 3.3
          {
            document.writeln(abst + "<i><a href=\"#331\" class=\"klein\">3.3.1 Ballungsraumgesetz 2000 &nbsp;<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#3331\" class=\"klein\"> ");
            document.writeln("Zweckverb&auml;nde<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#3332\" class=\"klein\"> ");
            document.writeln("Rat der Region <\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#3333\" class=\"klein\"> ");
            document.writeln("Planungsverband Ballungsraum Frankfurt RheinMain &nbsp;<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#3334\" class=\"klein\"> ");
            document.writeln("Abgrenzung<\/a><\/i><br>");
            document.write("&nbsp; &nbsp; &nbsp; &nbsp; <i><a href=\"#3335\" class=\"klein\"> ");
            document.writeln("Bewertung<\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#332\" class=\"klein\">3.3.2 Reformvorschläge vor und nach dem BRG <\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#333\" class=\"klein\">3.3.3 Regionalkreis-Konzepte <\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#334\" class=\"klein\">3.3.4 Verbandsmodelle <\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#335\" class=\"klein\">3.3.5 Regionalstadtmodelle <\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#336\" class=\"klein\">3.3.6 Eingemeindungsdiskussionen <\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#337\" class=\"klein\">3.3.7 Stadtkreis-Diskussion 2003 <\/a><\/i><br>");
            break;
          }
          case 4: // 3.4
          {
            document.writeln(abst + "<i><a href=\"#341\" class=\"klein\">3.4.1 Evaluation der Organisationsmodelle  &nbsp;<\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#342\" class=\"klein\">3.4.2 Die Aufgaben der Landespolitik <\/a><\/i><br>");
            document.writeln(abst + "<i><a href=\"#343\" class=\"klein\">3.4.3 Thesen zur &uuml;berf&auml;lligen Rhein-Main-Reform <\/a><\/i><br>");
            break;
          }
        }
        break;
      }
    }
  }
  else
    document.writeln("<a href=\"ssr" + h1 + nr + ".htm\" class=\"klein\">" + te + "<\/a><br>");
}

