
function setCities_FW(form,optarr,oldsel) {
		var useoldsel = false;

			optarr[optarr.length]  = new Option("Alkersum","Alkersum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Alt-Westerland/ Ortsgrenze Tinnum","Alt-Westerland/ Ortsgrenze Tinnum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Alt-Westerland/Ortsgrenze Tinnum","Alt-Westerland/Ortsgrenze Tinnum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Archsum","Archsum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Aventoft","Aventoft");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Bansin","Bansin");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Borgsum","Borgsum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Born auf dem Darss","Born auf dem Darss");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Braderup","Braderup");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Büsum","Büsum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Büsumer Deichhausen","Büsumer Deichhausen");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Dagebüll","Dagebüll");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Dagebüll/Hafen","Dagebüll/Hafen");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Dunsum","Dunsum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Emmelsbüll-Horsbüll","Emmelsbüll-Horsbüll");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Erlengrund","Erlengrund");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Galmsbüll","Galmsbüll");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Goting","Goting");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Hallig Gröde","Hallig Gröde");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Hedehusum","Hedehusum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Horsbüll","Horsbüll");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Keitum","Keitum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Kühlungsborn","Kühlungsborn");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Ladelund","Ladelund");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Ladeund","Ladeund");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Leck","Leck");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Midlum","Midlum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Nebel","Nebel");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Neukirchen","Neukirchen");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Nieblum","Nieblum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Ockholm","Ockholm");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Oevenum","Oevenum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Oldsum","Oldsum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Ostseebad Heringsdorf","Ostseebad Heringsdorf");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Pelllworm","Pelllworm");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Pellworm","Pellworm");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Reußenköge","Reußenköge");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Risum-Lindholm","Risum-Lindholm");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Rodenäs","Rodenäs");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Rosenkranz","Rosenkranz");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Schobüll","Schobüll");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Seebad  Ahlbeck","Seebad  Ahlbeck");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Seebad  Bansin","Seebad  Bansin");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Seebad Ahlbeck","Seebad Ahlbeck");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Seebad Bansin","Seebad Bansin");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Seebad Heringsdorf","Seebad Heringsdorf");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Seeheilbad Ahlbeck","Seeheilbad Ahlbeck");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("St. Peter-Ording","St. Peter-Ording");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Suelten","Suelten");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Süderende","Süderende");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Sylt / OT Alt-Westerland","Sylt / OT Alt-Westerland");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Sylt OT Westerland","Sylt OT Westerland");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Sylt/ OT Tinnum","Sylt/ OT Tinnum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Sylt/Ot Rantum","Sylt/Ot Rantum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Sylt/OT Tinnum","Sylt/OT Tinnum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Sylt/OT Westerland","Sylt/OT Westerland");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Tinnum","Tinnum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Tönning","Tönning");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Utersum","Utersum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Walkendorf","Walkendorf");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Wenningstedt","Wenningstedt");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Westerland","Westerland");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Wrixum","Wrixum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Wyk","Wyk");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Wyk-Boldixum","Wyk-Boldixum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}
	
		return useoldsel;
}
citysetters["FW"]=setCities_FW;

function setPersonen_FW(form,optarr,oldsel) {
		var useoldsel = false;

			optarr[optarr.length]  = new Option("1 ","1");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("2 ","2");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("3 ","3");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("4 ","4");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("5 ","5");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("6 ","6");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("7 ","7");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("8 ","8");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("9 ","9");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("10  m. ZB","10");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("11  m. ZB","11");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("12  m. ZB","12");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("13  m. ZB","13");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("14  m. ZB","14");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("15  m. ZB","15");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("16  m. ZB","16");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("17  m. ZB","17");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("18  m. ZB","18");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

		return useoldsel;
}
personensetters["FW"]=setPersonen_FW;











function setCities_ZI(form,optarr,oldsel) {
		var useoldsel = false;

			optarr[optarr.length]  = new Option("Kölln","Kölln");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Linstow","Linstow");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Oevenum","Oevenum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Pellworm","Pellworm");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Wyk","Wyk");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}
	
		return useoldsel;
}
citysetters["ZI"]=setCities_ZI;

function setPersonen_ZI(form,optarr,oldsel) {
		var useoldsel = false;

			optarr[optarr.length]  = new Option("1 ","1");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("2 ","2");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("3  m. ZB","3");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("4  m. ZB","4");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("5  m. ZB","5");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("6  m. ZB","6");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("7  m. ZB","7");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("8  m. ZB","8");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("9  m. ZB","9");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("10  m. ZB","10");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("11  m. ZB","11");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("12  m. ZB","12");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("13  m. ZB","13");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("14  m. ZB","14");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("15  m. ZB","15");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("16  m. ZB","16");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("17  m. ZB","17");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("18  m. ZB","18");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("19  m. ZB","19");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("20  m. ZB","20");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("21  m. ZB","21");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("22  m. ZB","22");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("23  m. ZB","23");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("24  m. ZB","24");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("25  m. ZB","25");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("26  m. ZB","26");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("27  m. ZB","27");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("28  m. ZB","28");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("29  m. ZB","29");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("30  m. ZB","30");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

		return useoldsel;
}
personensetters["ZI"]=setPersonen_ZI;











function setCities_egal(form,optarr,oldsel) {
		var useoldsel = false;

			optarr[optarr.length]  = new Option("Alkersum","Alkersum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Alt-Westerland/ Ortsgrenze Tinnum","Alt-Westerland/ Ortsgrenze Tinnum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Alt-Westerland/Ortsgrenze Tinnum","Alt-Westerland/Ortsgrenze Tinnum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Archsum","Archsum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Aventoft","Aventoft");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Bansin","Bansin");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Borgsum","Borgsum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Born auf dem Darss","Born auf dem Darss");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Braderup","Braderup");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Büsum","Büsum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Büsumer Deichhausen","Büsumer Deichhausen");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Dagebüll","Dagebüll");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Dagebüll/Hafen","Dagebüll/Hafen");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Dunsum","Dunsum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Emmelsbüll-Horsbüll","Emmelsbüll-Horsbüll");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Erlengrund","Erlengrund");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Galmsbüll","Galmsbüll");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Goting","Goting");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Hallig Gröde","Hallig Gröde");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Hedehusum","Hedehusum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Horsbüll","Horsbüll");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Keitum","Keitum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Kühlungsborn","Kühlungsborn");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Kölln","Kölln");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Ladelund","Ladelund");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Ladeund","Ladeund");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Leck","Leck");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Linstow","Linstow");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Midlum","Midlum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Nebel","Nebel");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Neukirchen","Neukirchen");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Nieblum","Nieblum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Ockholm","Ockholm");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Oevenum","Oevenum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Oldsum","Oldsum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Ostseebad Heringsdorf","Ostseebad Heringsdorf");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Pelllworm","Pelllworm");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Pellworm","Pellworm");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Reußenköge","Reußenköge");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Risum-Lindholm","Risum-Lindholm");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Rodenäs","Rodenäs");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Rosenkranz","Rosenkranz");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Schobüll","Schobüll");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Seebad  Ahlbeck","Seebad  Ahlbeck");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Seebad  Bansin","Seebad  Bansin");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Seebad Ahlbeck","Seebad Ahlbeck");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Seebad Bansin","Seebad Bansin");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Seebad Heringsdorf","Seebad Heringsdorf");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Seeheilbad Ahlbeck","Seeheilbad Ahlbeck");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("St. Peter-Ording","St. Peter-Ording");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Suelten","Suelten");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Süderende","Süderende");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Sylt / OT Alt-Westerland","Sylt / OT Alt-Westerland");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Sylt OT Westerland","Sylt OT Westerland");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Sylt/ OT Tinnum","Sylt/ OT Tinnum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Sylt/Ot Rantum","Sylt/Ot Rantum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Sylt/OT Tinnum","Sylt/OT Tinnum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Sylt/OT Westerland","Sylt/OT Westerland");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Tinnum","Tinnum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Tönning","Tönning");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Utersum","Utersum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Walkendorf","Walkendorf");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Wenningstedt","Wenningstedt");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Westerland","Westerland");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Wrixum","Wrixum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Wyk","Wyk");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("Wyk-Boldixum","Wyk-Boldixum");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}
	
		return useoldsel;
}
citysetters["egal"]=setCities_egal;

function setPersonen_egal(form,optarr,oldsel) {
		var useoldsel = false;

			optarr[optarr.length]  = new Option("1 ","1");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("2 ","2");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("3 ","3");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("4 ","4");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("5 ","5");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("6 ","6");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("7 ","7");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("8 ","8");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("9 ","9");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("10  m. ZB","10");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("11  m. ZB","11");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("12  m. ZB","12");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("13  m. ZB","13");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("14  m. ZB","14");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("15  m. ZB","15");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("16  m. ZB","16");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("17  m. ZB","17");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("18  m. ZB","18");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("19  m. ZB","19");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("20  m. ZB","20");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("21  m. ZB","21");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("22  m. ZB","22");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("23  m. ZB","23");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("24  m. ZB","24");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("25  m. ZB","25");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("26  m. ZB","26");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("27  m. ZB","27");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("28  m. ZB","28");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("29  m. ZB","29");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

			optarr[optarr.length]  = new Option("30  m. ZB","30");
			if(optarr[optarr.length-1] .value == oldsel) {
				optarr[optarr.length-1] .selected=true;
				useoldsel = true;
			}

		return useoldsel;
}
personensetters["egal"]=setPersonen_egal;











