﻿// JavaScript Document
<!--

function update_selection()
{
	var catselection = document.forms.verzeichnis.cat;
	var downcatselection = document.forms.verzeichnis.downcat;
	var downundercatselection = document.forms.verzeichnis.downundercat;	
	downcatselection.options.length = 0; // DropDown Menü entleeren
	downundercatselection.options.length = 0; // DropDown Menü 2 entleeren

if (catselection.options
[catselection.selectedIndex].
value == "Niedersachsen")

{
downcatselection.options[0] = new Option("Waehlen Sie Ihren Landkreis");
downcatselection.options[1] = new Option("Ammerland");
downcatselection.options[2] = new Option("Aurich");
downcatselection.options[3] = new Option("Bentheim");
downcatselection.options[4] = new Option("Braunschweig");
downcatselection.options[5] = new Option("Celle");
downcatselection.options[6] = new Option("Cloppenburg");
downcatselection.options[7] = new Option("Cuxhaven");
downcatselection.options[8] = new Option("Diepholz");
downcatselection.options[9] = new Option("Emsland");
downcatselection.options[10] = new Option("Friesland");
downcatselection.options[11] = new Option("Gifhorn");
downcatselection.options[12] = new Option("Goslar");
downcatselection.options[13] = new Option("Göttingen");
downcatselection.options[14] = new Option("Grafschaft Bentheim");
downcatselection.options[15] = new Option("Hameln-Pyrmont");
downcatselection.options[16] = new Option("Hannover");
downcatselection.options[17] = new Option("Harburg");
downcatselection.options[18] = new Option("Helmstedt");
downcatselection.options[19] = new Option("Leer");
downcatselection.options[20] = new Option("Nienburg");
downcatselection.options[21] = new Option("Northeim");
downcatselection.options[22] = new Option("Oldenburg");
downcatselection.options[23] = new Option("Osnabrück");
downcatselection.options[24] = new Option("Osterholz");
downcatselection.options[25] = new Option("Osterode");
downcatselection.options[26] = new Option("Peine");
downcatselection.options[27] = new Option("Rotenburg (Wümme)");
downcatselection.options[28] = new Option("Salzgitter");
downcatselection.options[29] = new Option("Soltau-Fallingbostel");
downcatselection.options[30] = new Option("Stade");
downcatselection.options[31] = new Option("Uelzen");
downcatselection.options[32] = new Option("Vechta");
downcatselection.options[33] = new Option("Verden");
downcatselection.options[34] = new Option("Wesermarsch");
downcatselection.options[35] = new Option("Wittmund");
downcatselection.options[36] = new Option("Wolfenbüttel");
downcatselection.options[37] = new Option("Wolfsburg");
}

else if (catselection.options
[catselection.selectedIndex].
value == "Baden-Wuerttemberg")
{
downcatselection.options[0] = new Option("Waehlen Sie Ihren Landkreis");
downcatselection.options[1] = new Option("Alb-Donau-Kreis");
downcatselection.options[2] = new Option("Biberach");
downcatselection.options[3] = new Option("Böblingen");
downcatselection.options[4] = new Option("Bodenseekreis");
downcatselection.options[5] = new Option("Breisgau-Hochschwarzwald");
downcatselection.options[6] = new Option("Calw");
downcatselection.options[7] = new Option("Emmendingen");
downcatselection.options[8] = new Option("Enzkreis");
downcatselection.options[9] = new Option("Esslingen");
downcatselection.options[10] = new Option("Freudenstadt");
downcatselection.options[11] = new Option("Göppingen");
downcatselection.options[12] = new Option("Heidenheim");
downcatselection.options[13] = new Option("Heilbronn");
downcatselection.options[14] = new Option("Hohenlohekreis");
downcatselection.options[15] = new Option("Karlsruhe");
downcatselection.options[16] = new Option("Konstanz");
downcatselection.options[17] = new Option("Lörrach");
downcatselection.options[18] = new Option("Ludwigsburg");
downcatselection.options[19] = new Option("Main-Tauber-Kreis");
downcatselection.options[20] = new Option("Neckar-Odenwald-Kreis");
downcatselection.options[21] = new Option("Ortenaukreis");
downcatselection.options[22] = new Option("Ostalbkreis");
downcatselection.options[23] = new Option("Rastatt");
downcatselection.options[24] = new Option("Ravensburg");
downcatselection.options[25] = new Option("Rems-Murr-Kreis");
downcatselection.options[26] = new Option("Reutlingen");
downcatselection.options[27] = new Option("Rhein-Neckar-Kreis");
downcatselection.options[28] = new Option("Rottweil");
downcatselection.options[29] = new Option("Schwäbisch Hall");
downcatselection.options[30] = new Option("Schwarzwald-Baar-Kreis");
downcatselection.options[31] = new Option("Sigmaringen");
downcatselection.options[32] = new Option("Tübingen");
downcatselection.options[33] = new Option("Tuttlingen");
downcatselection.options[34] = new Option("Waldshut");
downcatselection.options[35] = new Option("Zollernalbkreis");
}
else if (catselection.options
[catselection.selectedIndex].
value == "Bayern")
{
downcatselection.options[0] = new Option("Waehlen Sie Ihren Landkreis");
downcatselection.options[1] = new Option("Aichach-Friedberg");
downcatselection.options[2] = new Option("Altötting");
downcatselection.options[3] = new Option("Amberg-Sulzbach");
downcatselection.options[4] = new Option("Ansbach");
downcatselection.options[5] = new Option("Aschaffenburg");
downcatselection.options[6] = new Option("Augsburg");
downcatselection.options[7] = new Option("Bad Kissingen");
downcatselection.options[8] = new Option("Bad Tölz-Wolfratshausen");
downcatselection.options[9] = new Option("Bamberg");
downcatselection.options[10] = new Option("Bayreuth");
downcatselection.options[11] = new Option("Berchtesgadener Land");
downcatselection.options[12] = new Option("Cham");
downcatselection.options[13] = new Option("Coburg");
downcatselection.options[14] = new Option("Dachau");
downcatselection.options[15] = new Option("Deggendorf");
downcatselection.options[16] = new Option("Dillingen a. d. Donau");
downcatselection.options[17] = new Option("Dingolfing-Landau");
downcatselection.options[18] = new Option("Donau-Ries");
downcatselection.options[19] = new Option("Ebersberg");
downcatselection.options[20] = new Option("Eichstätt");
downcatselection.options[21] = new Option("Erding");
downcatselection.options[22] = new Option("Erlangen-Höchstadt");
downcatselection.options[23] = new Option("Forchheim");
downcatselection.options[24] = new Option("Freising");
downcatselection.options[25] = new Option("Freyung-Grafenau");
downcatselection.options[26] = new Option("Fürstenfeldbruck");
downcatselection.options[27] = new Option("Fürth");
downcatselection.options[28] = new Option("Garmisch-Partenkirchen");
downcatselection.options[29] = new Option("Günzburg");
downcatselection.options[30] = new Option("Haßberge");
downcatselection.options[31] = new Option("Hof");
downcatselection.options[32] = new Option("Kelheim");
downcatselection.options[33] = new Option("Kitzingen");
downcatselection.options[34] = new Option("Kronach");
downcatselection.options[35] = new Option("Kulmbach");
downcatselection.options[36] = new Option("Landsberg am Lech");
downcatselection.options[37] = new Option("Landshut");
downcatselection.options[38] = new Option("Lichtenfels");
downcatselection.options[39] = new Option("Lindau (Bodensee)");
downcatselection.options[40] = new Option("Main-Spessart");
downcatselection.options[41] = new Option("Miesbach");
downcatselection.options[42] = new Option("Miltenberg");
downcatselection.options[43] = new Option("Mühldorf am Inn");
downcatselection.options[44] = new Option("München");
downcatselection.options[45] = new Option("Neuburg-Schrobenhausen");
downcatselection.options[46] = new Option("Neumarkt i. d. Oberpfalz");
downcatselection.options[47] = new Option("Neustadt Aisch-Bad Windsheim");
downcatselection.options[48] = new Option("Neustadt a. d. Waldnaab");
downcatselection.options[49] = new Option("Neu-Ulm");
downcatselection.options[50] = new Option("Nürnberger Land");
downcatselection.options[51] = new Option("Oberallgäu");
downcatselection.options[52] = new Option("Ostallgäu");
downcatselection.options[53] = new Option("Passau");
downcatselection.options[54] = new Option("Pfaffenhofen an der Ilm");
downcatselection.options[55] = new Option("Regen");
downcatselection.options[56] = new Option("Regensburg");
downcatselection.options[57] = new Option("Rhön-Grabfeld");
downcatselection.options[58] = new Option("Rosenheim");
downcatselection.options[59] = new Option("Roth");
downcatselection.options[60] = new Option("Rottal-Inn");
downcatselection.options[61] = new Option("Schwandorf");
downcatselection.options[62] = new Option("Schweinfurt");
downcatselection.options[63] = new Option("Starnberg");
downcatselection.options[64] = new Option("Straubing-Bogen");
downcatselection.options[65] = new Option("Tirschenreuth");
downcatselection.options[66] = new Option("Traunstein");
downcatselection.options[67] = new Option("Unterallgäu");
downcatselection.options[68] = new Option("Weilheim-Schongau");
downcatselection.options[69] = new Option("Weißenburg-Gunzenhausen");
downcatselection.options[70] = new Option("Wunsiedel im Fichtelgebirge");
downcatselection.options[71] = new Option("Würzburg");
}
else if (catselection.options
[catselection.selectedIndex].
value == "Berlin")
{
downcatselection.options[0] = confirmSubmit();
}
else if (catselection.options
[catselection.selectedIndex].
value == "Brandenburg")
{
downcatselection.options[0] = new Option("Waehlen Sie Ihren Landkreis");
downcatselection.options[1] = new Option("Barnim");
downcatselection.options[2] = new Option("Dahme-Spreewald");
downcatselection.options[3] = new Option("Elbe-Elster");
downcatselection.options[4] = new Option("Havelland");
downcatselection.options[5] = new Option("Märkisch-Oderland");
downcatselection.options[6] = new Option("Oberhavel");
downcatselection.options[7] = new Option("Oberspreewald-Lausitz");
downcatselection.options[8] = new Option("Oder-Spree");
downcatselection.options[9] = new Option("Ostprignitz-Ruppin");
downcatselection.options[10] = new Option("Prignitz");
downcatselection.options[11] = new Option("Potsdam-Mittelmark");
downcatselection.options[12] = new Option("Spree-Neiße");
downcatselection.options[13] = new Option("Teltow-Fläming");
downcatselection.options[14] = new Option("Uckermark");
}
else if (catselection.options
[catselection.selectedIndex].
value == "Bremen")
{
downcatselection.options[0] = confirmSubmit();
}
else if (catselection.options
[catselection.selectedIndex].
value == "Hamburg")
{
downcatselection.options[0] = confirmSubmit();
}
else if (catselection.options
[catselection.selectedIndex].
value == "Hessen")
{
downcatselection.options[0] = new Option("Waehlen Sie Ihren Landkreis");
downcatselection.options[1] = new Option("Bergstraße");
downcatselection.options[2] = new Option("Darmstadt-Dieburg");
downcatselection.options[3] = new Option("Fulda");
downcatselection.options[4] = new Option("Gießen");
downcatselection.options[5] = new Option("Groß-Gerau");
downcatselection.options[6] = new Option("Hersfeld-Rotenburg");
downcatselection.options[7] = new Option("Hochtaunuskreis");
downcatselection.options[8] = new Option("Kassel");
downcatselection.options[9] = new Option("Lahn-Dill-Kreis");
downcatselection.options[10] = new Option("Limburg-Weilburg");
downcatselection.options[11] = new Option("Main-Kinzig-Kreis");
downcatselection.options[12] = new Option("Main-Taunus-Kreis");
downcatselection.options[13] = new Option("Marburg-Biedenkopf");
downcatselection.options[14] = new Option("Odenwaldkreis");
downcatselection.options[15] = new Option("Offenbach");
downcatselection.options[16] = new Option("Rheingau-Taunus-Kreis");
downcatselection.options[17] = new Option("Schwalm-Eder-Kreis");
downcatselection.options[18] = new Option("Vogelsbergkreis");
downcatselection.options[19] = new Option("Waldeck-Frankenberg");
downcatselection.options[20] = new Option("Werra-Meißner-Kreis");
downcatselection.options[21] = new Option("Wetteraukreis");
downcatselection.options[22] = new Option("* Kreisfreie Städte *");
downcatselection.options[23] = new Option("Darmstadt");
downcatselection.options[24] = new Option("Frankfurt am Main");
downcatselection.options[25] = new Option("Kassel");
downcatselection.options[26] = new Option("Offenbach am Main");
downcatselection.options[27] = new Option("Wiesbaden");

}
else if (catselection.options
[catselection.selectedIndex].
value == "Mecklenburg-Vorpommern")
{
downcatselection.options[0] = new Option("Waehlen Sie Ihren Landkreis");
downcatselection.options[1] = new Option("Bad Doberan");
downcatselection.options[2] = new Option("Demmin");
downcatselection.options[3] = new Option("Güstrow");
downcatselection.options[4] = new Option("Ludwigslust");
downcatselection.options[5] = new Option("Mecklenburg-Strelitz");
downcatselection.options[6] = new Option("Müritz");
downcatselection.options[7] = new Option("Nordvorpommern");
downcatselection.options[8] = new Option("Nordwestmecklenburg");
downcatselection.options[9] = new Option("Ostvorpommern");
downcatselection.options[10] = new Option("Parchim");
downcatselection.options[11] = new Option("Rügen");
downcatselection.options[12] = new Option("Uecker-Randow");
}
else if (catselection.options
[catselection.selectedIndex].
value == "Nordrhein-Westfalen")
{
downcatselection.options[0] = new Option("Waehlen Sie Ihren Landkreis");
downcatselection.options[1] = new Option("Aachen");
downcatselection.options[2] = new Option("Borken");
downcatselection.options[3] = new Option("Coesfeld");
downcatselection.options[4] = new Option("Düren");
downcatselection.options[5] = new Option("Ennepe-Ruhr");
downcatselection.options[6] = new Option("Erftkreis");
downcatselection.options[7] = new Option("Euskirchen");
downcatselection.options[8] = new Option("Gütersloh");
downcatselection.options[9] = new Option("Heinsberg");
downcatselection.options[10] = new Option("Herford");
downcatselection.options[11] = new Option("Hochsauerland");
downcatselection.options[12] = new Option("Höxter");
downcatselection.options[13] = new Option("Kleve");
downcatselection.options[14] = new Option("Lippe");
downcatselection.options[15] = new Option("Märkischer Kreis");
downcatselection.options[16] = new Option("Mettmann");
downcatselection.options[17] = new Option("Minden-Lübbecke");
downcatselection.options[18] = new Option("Neuss");
downcatselection.options[19] = new Option("Oberbergischer Kreis");
downcatselection.options[20] = new Option("Olpe");
downcatselection.options[21] = new Option("Paderborn");
downcatselection.options[22] = new Option("Recklinghausen");
downcatselection.options[23] = new Option("Rhein-Sieg-Kreis");
downcatselection.options[24] = new Option("Rheinisch-Bergischer Kreis");
downcatselection.options[25] = new Option("Siegen-Wittgenstein");
downcatselection.options[26] = new Option("Steinfurt");
downcatselection.options[27] = new Option("Unna");
downcatselection.options[28] = new Option("Viersen");
downcatselection.options[29] = new Option("Warendorf");
downcatselection.options[30] = new Option("Wesel");
}
else if (catselection.options
[catselection.selectedIndex].
value == "Rheinland-Pfalz")
{
downcatselection.options[0] = new Option("Waehlen Sie Ihren Landkreis");
downcatselection.options[1] = new Option("Ahrweiler");
downcatselection.options[2] = new Option("Altenkirchen/Westerwald");
downcatselection.options[3] = new Option("Alzey-Worms");
downcatselection.options[4] = new Option("Bad Dürkheim");
downcatselection.options[5] = new Option("Bad Kreuznach");
downcatselection.options[6] = new Option("Bernkastel-Wittlich");
downcatselection.options[7] = new Option("Birkenfeld");
downcatselection.options[8] = new Option("Bitburg-Prüm");
downcatselection.options[9] = new Option("Cochem-Zell");
downcatselection.options[10] = new Option("Daun");
downcatselection.options[11] = new Option("Donnersbergkreis");
downcatselection.options[12] = new Option("Germersheim");
downcatselection.options[13] = new Option("Kaiserslautern");
downcatselection.options[14] = new Option("Kusel");
downcatselection.options[15] = new Option("Ludwigshafen");
downcatselection.options[16] = new Option("Mainz-Bingen");
downcatselection.options[17] = new Option("Mayen-Koblenz");
downcatselection.options[18] = new Option("Neuwied");
downcatselection.options[19] = new Option("Pirmasens");
downcatselection.options[20] = new Option("Südliche Weinstraße");
downcatselection.options[21] = new Option("Trier-Saarburg");
downcatselection.options[22] = new Option("Rhein-Hunsrück-Kreis");
downcatselection.options[23] = new Option("Rhein-Lahn-Kreis");
downcatselection.options[24] = new Option("Westerwaldkreis");
}
else if (catselection.options
[catselection.selectedIndex].
value == "Saarland")
{
downcatselection.options[0] = new Option("Waehlen Sie Ihren Landkreis");
downcatselection.options[1] = new Option("Merzig-Wadern");
downcatselection.options[2] = new Option("Neunkirchen");
downcatselection.options[3] = new Option("Saarbrücken");
downcatselection.options[4] = new Option("Saarlouis");
downcatselection.options[5] = new Option("Saarpfalz");
downcatselection.options[6] = new Option("Sankt Wendel");
}
else if (catselection.options
[catselection.selectedIndex].
value == "Sachsen")
{
downcatselection.options[0] = new Option("Waehlen Sie Ihren Landkreis");
downcatselection.options[1] = new Option("Bautzen");
downcatselection.options[2] = new Option("Erzgebirgskreis");
downcatselection.options[3] = new Option("Leipzig");
downcatselection.options[4] = new Option("Meißen");
downcatselection.options[5] = new Option("Mittelsachsen");
downcatselection.options[6] = new Option("Görlitz Niederschlesischer");
downcatselection.options[7] = new Option("Oberlausitzkreis");
downcatselection.options[8] = new Option("Nordsachsen");
downcatselection.options[9] = new Option("Sächsische Schweiz");
downcatselection.options[10] = new Option("Weißeritzkreis");
downcatselection.options[11] = new Option("Vogtlandkreis");
downcatselection.options[12] = new Option("Zwickau");
}
else if (catselection.options
[catselection.selectedIndex].
value == "Sachsen-Anhalt")
{
downcatselection.options[0] = new Option("Waehlen Sie Ihren Landkreis");
downcatselection.options[1] = new Option("Anhalt-Bitterfeld");
downcatselection.options[2] = new Option("Burgenlandkreis");
downcatselection.options[3] = new Option("Börde");
downcatselection.options[4] = new Option("Dessau-Roßlau");
downcatselection.options[5] = new Option("Halle (Saale)");
downcatselection.options[6] = new Option("Harz");
downcatselection.options[7] = new Option("Jerichower Land");
downcatselection.options[8] = new Option("Magdeburg");
downcatselection.options[9] = new Option("Mansfeld-Südharz");
downcatselection.options[10] = new Option("Saalekreis");
downcatselection.options[11] = new Option("Salzlandkreis");
downcatselection.options[12] = new Option("Salzwedel (Altmarkkreis)");
downcatselection.options[13] = new Option("Stendal");
downcatselection.options[14] = new Option("Wittenberg");
}
else if (catselection.options
[catselection.selectedIndex].
value == "Schleswig-Holstein")
{
downcatselection.options[0] = new Option("Waehlen Sie Ihren Landkreis");
downcatselection.options[1] = new Option("Dithmarschen");
downcatselection.options[2] = new Option("Flensburg");
downcatselection.options[3] = new Option("Herzogtum Lauenburg");
downcatselection.options[4] = new Option("Kiel");
downcatselection.options[5] = new Option("Lübeck");
downcatselection.options[6] = new Option("Neumünster");
downcatselection.options[7] = new Option("Nordfriesland");
downcatselection.options[8] = new Option("Ostholstein");
downcatselection.options[9] = new Option("Pinneberg");
downcatselection.options[10] = new Option("Plön");
downcatselection.options[11] = new Option("Rendsburg-Eckernförde");
downcatselection.options[12] = new Option("Schleswig-Flensburg");
downcatselection.options[13] = new Option("Segeberg");
downcatselection.options[14] = new Option("Steinburg");
downcatselection.options[15] = new Option("Stormarn");
}
else if (catselection.options
[catselection.selectedIndex].
value == "Thueringen")
{
downcatselection.options[0] = new Option("Waehlen Sie Ihren Landkreis");
downcatselection.options[1] = new Option("Altenburger Land");
downcatselection.options[2] = new Option("Erfurt");
downcatselection.options[3] = new Option("Gera");
downcatselection.options[4] = new Option("Gotha");
downcatselection.options[5] = new Option("Greiz");
downcatselection.options[6] = new Option("Hildburghausen");
downcatselection.options[7] = new Option("Ilm-Kreis");
downcatselection.options[8] = new Option("Jena");
downcatselection.options[9] = new Option("Kyffhäuserkreis");
downcatselection.options[10] = new Option("Nordhausen");
downcatselection.options[11] = new Option("Saale-Holzland-Kreis");
downcatselection.options[12] = new Option("Saale-Orla-Kreis");
downcatselection.options[13] = new Option("Saalfeld-Rudolstadt");
downcatselection.options[14] = new Option("Schmalkalden-Meiningen");
downcatselection.options[15] = new Option("Sömmerda");
downcatselection.options[16] = new Option("Sonneberg");
downcatselection.options[17] = new Option("Suhl");
downcatselection.options[18] = new Option("Unstrut-Hainich-Kreis");
downcatselection.options[19] = new Option("Wartburgkreis");
downcatselection.options[20] = new Option("Weimar");
downcatselection.options[21] = new Option("Weimarer Land");
downcatselection.options[22] = new Option("");
downcatselection.options[23] = new Option(">> Kreisfreie Städte <<");
downcatselection.options[24] = new Option("Eisenach");
downcatselection.options[25] = new Option("Erfurt");
downcatselection.options[26] = new Option("Gera");
downcatselection.options[27] = new Option("Jena");
downcatselection.options[28] = new Option("Suhl");
downcatselection.options[29] = new Option("Weimar");
}
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function confirmSubmit() {
    var agree=confirm("Hier ist noch kein Malermeister eingetragen. \nMöchten Sie sich eintragen lassen?");
    if (agree)
	{
	location.href = './malermeister.php';
	}
    else
	{
	location.reload();
	}
}
function update_selection_new()
{
	var downcatselection = document.forms.verzeichnis.downcat;
	var downundercatselection = document.forms.verzeichnis.downundercat;
	downundercatselection.options.length = 0;// DropDown Menü 2 entleeren
	
	
//-------------------------------------------------------------------------------------------- Niedersachsen

	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Ammerland")

	{
	downundercatselection.options[1] = confirmSubmit();
	

	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Aurich")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Bentheim")

	{
		downundercatselection.options[0] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Braunschweig")

	{
		downundercatselection.options[0] = window.location.href('./manfredflick.php');
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Celle")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Cloppenburg")

	{
		downundercatselection.options[0] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Cuxhaven")

	{
		downundercatselection.options[1] = window.location.href('./olafkahl.php');
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Diepholz")

	{
		downundercatselection.options[0] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Emsland")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Friesland")

	{
		downundercatselection.options[0] = window.location.href('./michaelwunder.php');
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Gifhorn")

	{
		downundercatselection.options[1] = window.location.href('./manfredflick.php');
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Goslar")

	{
		downundercatselection.options[0] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Göttingen")

	{
		downundercatselection.options[1] = confirmSubmit();
	}if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Grafschaft Bentheim")

	{
		downundercatselection.options[0] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Hameln-Pyrmont")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Hannover")

	{
		downundercatselection.options[0] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Harburg")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Helmstedt")

	{
		downundercatselection.options[1] = window.location.href('./manfredflick.php');
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Leer")

	{
		downundercatselection.options[0] = window.location.href('./thomaskotulla.php');
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Nienburg")

	{
		downundercatselection.options[0] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Northeim")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Oldenburg")

	{
		downundercatselection.options[0] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Osnabrück")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Osterholz")

	{
		downundercatselection.options[0] = window.location.href('./olafkahl.php');
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Osterode")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Peine")

	{
		downundercatselection.options[0] = window.location.href('./manfredflick.php');
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Rotenburg (Wümme)")

	{
		downundercatselection.options[1] = window.location.href('./marcioweber.php');
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Salzgitter")

	{
		downundercatselection.options[0] = window.location.href('./manfredflick.php');
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Soltau-Fallingbostel")

	{
		downundercatselection.options[0] = window.location.href('./marcioweber.php');
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Stade")

	{
		downundercatselection.options[1] = window.location.href('./olafkahl.php');
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Uelzen")

	{
		downundercatselection.options[0] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Vechta")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Verden")

	{
		downundercatselection.options[0] = window.location.href('./marcioweber.php');
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Wesermarsch")

	{
		downundercatselection.options[1] = window.location.href('./michaelwunder.php');
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Wittmund")

	{
		downundercatselection.options[0] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Wolfenbüttel")

	{
		downundercatselection.options[1] = window.location.href('./manfredflick.php');
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Wolfsburg")

	{
		downundercatselection.options[1] = window.location.href('./manfredflick.php');
	}
	

//-------------------------------------------------------------------------------------------- Baden-Württemberg

	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Alb-Donau-Kreis")

	{
		downundercatselection.options[1] = confirmSubmit();
	
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Biberach")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Böblingen")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Bodenseekreis")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Breisgau-Hochschwarzwald")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Calw")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Emmendingen")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Enzkreis")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Esslingen")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Freudenstadt")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Göppingen")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Heidenheim")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Heilbronn")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Hohenlohekreis")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Karlsruhe")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Konstanz")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Lörrach")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Ludwigsburg")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Main-Tauber-Kreis")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Neckar-Odenwald-Kreis")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Ortenaukreis")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Rastatt")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Ravensburg")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Rems-Murr-Kreis")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Reutlingen")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Rhein-Neckar-Kreis")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Rottweil")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Schwäbisch Hall")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Schwarzwald-Baar-Kreis")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Sigmaringen")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Tübingen")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Tuttlingen")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Waldshut")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Zollernalbkreis")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	
//-------------------------------------------------------------------------------------------- Bayern

	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Aichach-Friedberg")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Altötting")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Amberg-Sulzbach")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Ansbach")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Aschaffenburg")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Augsburg")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Bad Kissingen")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Bad Tölz-Wolfratshausen")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Bamberg")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Bayreuth")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Berchtesgardener Land")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Cham")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Coburg")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Dachau")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Deggendorf")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Dillingen a. d. Donau")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Dingolfing-Landau")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Donau-Ries")

	{
		downundercatselection.options[1] = confirmSubmit();
	}if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Ebersberg")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Eichstätt")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Erding")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Erlangen-Höchstadt")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Forchheim")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Freising")

	{
		downundercatselection.options[1] = confirmSubmit();
	}if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Freyung-Grafenau")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Fürstenfeldbruck")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Fürth")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Garmisch-Partenkirchen")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Günzburg")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Haßberge")

	{
		downundercatselection.options[1] = confirmSubmit();
	}if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Hof")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Kelheim")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Kitzingen")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Kronach")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Kulmbach")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Landsberg am Lech")

	{
		downundercatselection.options[1] = confirmSubmit();
	}if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Landshut")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Lichtenfels")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Lindau (Bodensee)")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Main-Spessart")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Miesbach")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Miltenberg")

	{
		downundercatselection.options[1] = confirmSubmit();
	}if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Mühldorf am Inn")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "München")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Neuburg-Schrobenhausen")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Neumarkt i. d. Oberpfalz")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Neustadt Aisch-Bad Windsheim")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Neustadt a. d. Waldnaab")

	{
		downundercatselection.options[1] = confirmSubmit();
	}if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Neu-Ulm")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Nürnberger Land")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Oberallgäu")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Ostallgäu")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Passau")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Pfaffenhofen an der Ilm")

	{
		downundercatselection.options[1] = confirmSubmit();
	}if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Regen")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Regensburg")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Rhön-Grabfeld")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Rosenheim")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Roth")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Rottal-Inn")

	{
		downundercatselection.options[1] = confirmSubmit();
	}if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Schwandorf")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Schweinfurt")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Starnberg")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Straubingen-Bogen")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Tirschenreuth")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Traunstein")

	{
		downundercatselection.options[1] = confirmSubmit();
	}if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Unterallgäu")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Weilheim-Schongau")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Weißenburg-Gunzenhausen")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Wunsiedel im Fichtelgebirge")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Würzburg")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	
	
	
//-------------------------------------------------------------------------------------------- Brandenburg

if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Barnim")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Dahme-Spreewald")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Elbe-Elster")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Havelland")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Märkisch-Oderland")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Oberhavel")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Oberspreewald-Lausitz")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Oder-Spree")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Ostprignitz-Ruppin")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Prignitz")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Potsdam-Mittelmark")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Spree-Neiße")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Teltow-Fläming")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Uckermark")

	{
		downundercatselection.options[1] = confirmSubmit();
	}
	
	
//-------------------------------------------------------------------------------------------- Hessen
	
if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Bergstraße")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Darmstadt-Dieburg")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Fulda")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Gießen")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Groß-Gerau")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Hersfeld-Rotenburg")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Hochtaunuskreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Kassel")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Lahn-Dill-Kreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Limburg-Weilburg")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Main-Kinzig-Kreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Marburg-Biedenkopf")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Odenwaldkreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Offenbach")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Rheingau-Taunus-Kreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Schwalm-Eder-Kreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Vogelsbergkreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Waldeck-Frankenberg")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Werra-Meißner-Kreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Wetteraukreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Darmstadt")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Frankfurt am Main")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Kassel")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Offenbach am Main")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Wiesbaden")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	
//-------------------------------------------------------------------------------------------- Mecklenburg-Vorpommern

if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Bad Doberan")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Demmin")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Güstrow")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Ludwigslust")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Mecklenburg-Strelitz")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Müritz")
	{
		downundercatselection.options[1] = window.location.href('./frankrassmann.php');
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Nordvorpommern")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Nordwestmecklenburg")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Ostvorpommern")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Parchim")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Rügen")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Uecker-Randow")
	{
		downundercatselection.options[1] = confirmSubmit();
	}

//-------------------------------------------------------------------------------------------- Nordrhein-Westfalen


if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Aachen")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Borken")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Coesfeld")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Düren")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Ennepe-Ruhr")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Erftkreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Euskirchen")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Heinsberg")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Herford")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Hochsauerland")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Höxter")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Kleve")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Lippe")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Märkischer Kreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Mettmann")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Minden-Lübbecke")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Oberbergischer Kreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Olpe")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Paderborn")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Recklinghausen")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Rhein-Sieg-Kreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Rheinisch-Bergischer Kreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Siegen-Wittgenstein")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Steinfurt")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Unna")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Viersen")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Warendorf")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Wesel")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	
//-------------------------------------------------------------------------------------------- Rheinland-Pfalz


if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Ahrweiler")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Altenkirchen/Westerwald")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Alzey-Worms")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Bad Dürkheim")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Bad Kreuznach")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Bernkastel-Wittlich")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Birkenfeld")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Bitburg-Prüm")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Cochem-Zell")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Daun")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Donnersbergkreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Germersheim")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Kaiserslautern")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Kusel")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Ludwigshafen")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Mainz-Bingen")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Mayen-Koblenz")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Neuwied")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Pirmasens")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Südliche Weinstraße")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Trier-Saarburg")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Rhein-Hunsrück-Kreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Rhein-Lahn-Kreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Westerwaldkreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}

//-------------------------------------------------------------------------------------------- Saarland


if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Merzig-Wadern")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Neunkirchen")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Saarbrücken")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Saarlouis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Saarpfalz")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Sankt Wendel")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	
//-------------------------------------------------------------------------------------------- Sachsen
	
if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Bautzen")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Erzgebirgskreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Leipzig")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Meißen")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Mittelsachsen")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Görlitz Niederschlesischer")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Oberlausitzkreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Nordsachsen")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Sächsische Schweiz")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Weißeritzkreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Vogtlandkreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Zwickau")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	
//-------------------------------------------------------------------------------------------- Sachsen-Anhalt
	
if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Anhalt-Bitterfeld")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Burgenlandkreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Börde")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Dessau-Roßlau")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Halle (Saale)")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Harz")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Jerichower Land")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Magdeburg")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Mansfeld-Südharz")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Saalekreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Salzlandkreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Salzwedel (Altmarkkreis)")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Stendal")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Wittenberg")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	
//-------------------------------------------------------------------------------------------- Schleswig-Holstein
	
if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Dithmarschen")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Flensburg")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Herzogtum Lauenburg")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Kiel")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Lübeck")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Neumünster")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Nordfriesland")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Ostholstein")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Pinneberg")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Plön")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Rendsburg-Eckernförde")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Schleswig-Flensburg")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Segeberg")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Steinburg")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Stormarn")
	{
		downundercatselection.options[1] = confirmSubmit();
	}

//-------------------------------------------------------------------------------------------- Thüringen
	
if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Altenburger Land")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Erfurt")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Gera")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Gotha")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Greiz")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Hildburghausen")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Ilm-Kreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Jena")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Kyffhäuserkreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Nordhausen")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Saale-Holzland-Kreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Saale-Orla-Kreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Saalfeld-Rudolstadt")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Schmalkalden-Meiningen")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Sömmerda")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Sonneberg")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Suhl")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Unstrut-Hainich-Kreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Wartburgkreis")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Weimar")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Weimarer Land")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Eisenach")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Erfurt")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Gera")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Jena")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Suhl")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
	if (downcatselection.options
	[downcatselection.selectedIndex].
	text == "Weimar")
	{
		downundercatselection.options[1] = confirmSubmit();
	}
}
