function verifyEmail(mailaddress){
var status = false;     
var emailRegEx = /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i;
     if (mailaddress.search(emailRegEx) == -1) 
		{
          status=false;
		}
     else 
		{
		status=true;
		}
     return status;
}
function kapcsolatformcheck()
{
	if (uzenet.email.value=="")
	{
		alert('Az e-mail címét nem adta meg');
		return false;
	}
	if (verifyEmail(uzenet.email.value)==false)
	{
		alert('Az e-mail címének formátuma helytelen (pl: xxxxxx@xxxxxx.hu');
		return false;
	}
	
	if (uzenet.nev.value=="")
	{
		alert('A név nincsen kitöltve');
		return false;
	}
	if (uzenet.uzi.value=="")
	{
		alert('Az üzenet szövege nincs megadva');
		return false;
	}
	
	uzenet.submit();
	return true;

}
function eloregformcheck()
{
	var tirmezo=IrMezo(elorendelesform.IRSZ);
	var tirmezosz=IrMezo(elorendelesform.SZIRSZ);
	/*alert(elorendelesform.id.value);*/
	if (elorendelesform.id.value==-1)
		{
		if (elorendelesform.PW1.value=="")
			{
			alert('A jelszót nem adta meg');
			return false;
			}
		}
	if (elorendelesform.EMAIL.value=="")
	{
		alert('Az e-mail címét nem adta meg');
		return false;
	}
	if (verifyEmail(elorendelesform.EMAIL.value)==false)
	{
		alert('Az e-mail címének formátuma helytelen (pl: xxxxxx@xxxxxx.hu');
		return false;
	}
	
	if (elorendelesform.SZNEV.value=="")
	{
		alert('A szállítási név nincsen kitöltve');
		return false;
	}
	if (elorendelesform.SZIRSZ.value.length!=4)
	{
		alert('A szállítási cím/irányítószám nem 4 számjegyű');
		return false;
	}
	if (tirmezosz=='')
	{
		alert('A szállítási cím/irányítószám nem létezik');
		return false;
	}

	if (tirmezosz.toLowerCase()!=elorendelesform.SZVAROS.value.toLowerCase())
	{
		alert('Az szállítási cim/irányítószám és a megadott városnév nem egyeznek');
		return false;
	}

	if (elorendelesform.SZVAROS.value=="")
	{
		alert('A szállítási cím/város nincs kitöltve');
		return false;
	}
	if (elorendelesform.SZUTCA.value=="")
	{
		alert('A szállítási cím/utca nincsen kitöltve');
		return false;
	}

	if (elorendelesform.NEV.value=="")
	{
		alert('A név nincsen kitöltve');
		return false;
	}
	if (elorendelesform.IRSZ.value.length!=4)
	{
		alert('Az irányítószám négy számjegyű');
		return false;
	}
	if (tirmezo=='')
	{
		alert('Az irányítószám nem létezik');
		return false;
	}
	if (tirmezo.toLowerCase()!=elorendelesform.VAROS.value.toLowerCase())
	{
		alert('Az irányítószám és a megadott városnév nem egyeznek');
		return false;
	}
	
	
	if (elorendelesform.VAROS.value=="")
	{
		alert('A város nincs kitöltve');
		return false;
	}
	if (elorendelesform.UTCA.value=="")
	{
		alert('Az utca nincsen kitöltve');
		return false;
	}
	if (elorendelesform.TEL.value=="")
	{
		alert('Az telefonszám nincsen kitöltve');
		return false;
	}
	if (elorendelesform.PW1.value!=elorendelesform.PW2.value)
	{
		alert('A két jelszó nem azonos');
		return false;
	}
	
	elorendelesform.submit();
	return true;
}

    function ejon()
    	{
    	elorendelesform.fizinfo[1].checked=true;
    	}
    function postai()
    	{
    	elorendelesform.fizinfo[0].checked=true;
    	}
    function futar()
    	{
    	elorendelesform.fizinfo[0].checked=true;
    	}
    	
    function mas()
    	{
    	if (elorendelesform.NEV.value!="") 	elorendelesform.SZNEV.value=elorendelesform.NEV.value;
    	if (elorendelesform.IRSZ.value!="") elorendelesform.SZIRSZ.value=elorendelesform.IRSZ.value;
    	if (elorendelesform.VAROS.value!="") elorendelesform.SZVAROS.value=elorendelesform.VAROS.value;
    	if (elorendelesform.UTCA.value!="") elorendelesform.SZUTCA.value=elorendelesform.UTCA.value;
    	}
    function ugyanaz()
    	{
    	elorendelesform.SZNEV.value="";
    	elorendelesform.SZIRSZ.value="";
    	elorendelesform.SZVAROS.value="";
    	elorendelesform.SZUTCA.value="";
    	}
    	
        // End hiding JavaScript from older browsers --> 

function isNumberKey(evt)
      {
      
         var charCode = (evt.which) ? evt.which : event.keyCode
         if (charCode > 31 && (charCode < 48 || charCode > 57))
            return false;

         return true;
      }
  

function irsz(mezo,irszam)
    	{
    	
		if (irszam.value.length==4)
			{
			varosnev=IrMezo(irszam);
			if (varosnev!='') mezo.value=varosnev;
			}
		needcopy();
    	}
function irsz2(mezo,irszam)
    	{
		if (irszam.value.length==4)
			{
			varosnev=IrMezo(irszam);
			if (varosnev!='') mezo.value=varosnev;
			}
    	}
function needcopy()
    	{
    	if (elorendelesform.R2[0].checked)
			{
				elorendelesform.SZNEV.value = elorendelesform.NEV.value;
				elorendelesform.SZIRSZ.value = elorendelesform.IRSZ.value;
				elorendelesform.SZVAROS.value = elorendelesform.VAROS.value;
				elorendelesform.SZUTCA.value = elorendelesform.UTCA.value;
			}
		}

function IrMezo(irszam)
{
	var retval='';
if (irszam.value=='1011')  retval='Budapest';
if (irszam.value=='1012')  retval='Budapest';
if (irszam.value=='1013')  retval='Budapest';
if (irszam.value=='1014')  retval='Budapest';
if (irszam.value=='1015')  retval='Budapest';
if (irszam.value=='1016')  retval='Budapest';
if (irszam.value=='1021')  retval='Budapest';
if (irszam.value=='1022')  retval='Budapest';
if (irszam.value=='1023')  retval='Budapest';
if (irszam.value=='1024')  retval='Budapest';
if (irszam.value=='1025')  retval='Budapest';
if (irszam.value=='1026')  retval='Budapest';
if (irszam.value=='1027')  retval='Budapest';
if (irszam.value=='1028')  retval='Budapest';
if (irszam.value=='1029')  retval='Budapest';
if (irszam.value=='1031')  retval='Budapest';
if (irszam.value=='1032')  retval='Budapest';
if (irszam.value=='1033')  retval='Budapest';
if (irszam.value=='1034')  retval='Budapest';
if (irszam.value=='1035')  retval='Budapest';
if (irszam.value=='1036')  retval='Budapest';
if (irszam.value=='1037')  retval='Budapest';
if (irszam.value=='1038')  retval='Budapest';
if (irszam.value=='1039')  retval='Budapest';
if (irszam.value=='1041')  retval='Budapest';
if (irszam.value=='1042')  retval='Budapest';
if (irszam.value=='1043')  retval='Budapest';
if (irszam.value=='1044')  retval='Budapest';
if (irszam.value=='1045')  retval='Budapest';
if (irszam.value=='1046')  retval='Budapest';
if (irszam.value=='1047')  retval='Budapest';
if (irszam.value=='1048')  retval='Budapest';
if (irszam.value=='1051')  retval='Budapest';
if (irszam.value=='1052')  retval='Budapest';
if (irszam.value=='1053')  retval='Budapest';
if (irszam.value=='1054')  retval='Budapest';
if (irszam.value=='1055')  retval='Budapest';
if (irszam.value=='1056')  retval='Budapest';
if (irszam.value=='1061')  retval='Budapest';
if (irszam.value=='1062')  retval='Budapest';
if (irszam.value=='1063')  retval='Budapest';
if (irszam.value=='1064')  retval='Budapest';
if (irszam.value=='1065')  retval='Budapest';
if (irszam.value=='1066')  retval='Budapest';
if (irszam.value=='1067')  retval='Budapest';
if (irszam.value=='1068')  retval='Budapest';
if (irszam.value=='1071')  retval='Budapest';
if (irszam.value=='1072')  retval='Budapest';
if (irszam.value=='1073')  retval='Budapest';
if (irszam.value=='1074')  retval='Budapest';
if (irszam.value=='1075')  retval='Budapest';
if (irszam.value=='1076')  retval='Budapest';
if (irszam.value=='1077')  retval='Budapest';
if (irszam.value=='1078')  retval='Budapest';
if (irszam.value=='1081')  retval='Budapest';
if (irszam.value=='1082')  retval='Budapest';
if (irszam.value=='1083')  retval='Budapest';
if (irszam.value=='1084')  retval='Budapest';
if (irszam.value=='1085')  retval='Budapest';
if (irszam.value=='1086')  retval='Budapest';
if (irszam.value=='1087')  retval='Budapest';
if (irszam.value=='1088')  retval='Budapest';
if (irszam.value=='1089')  retval='Budapest';
if (irszam.value=='1091')  retval='Budapest';
if (irszam.value=='1092')  retval='Budapest';
if (irszam.value=='1093')  retval='Budapest';
if (irszam.value=='1094')  retval='Budapest';
if (irszam.value=='1095')  retval='Budapest';
if (irszam.value=='1096')  retval='Budapest';
if (irszam.value=='1097')  retval='Budapest';
if (irszam.value=='1098')  retval='Budapest';
if (irszam.value=='1101')  retval='Budapest';
if (irszam.value=='1102')  retval='Budapest';
if (irszam.value=='1103')  retval='Budapest';
if (irszam.value=='1104')  retval='Budapest';
if (irszam.value=='1105')  retval='Budapest';
if (irszam.value=='1106')  retval='Budapest';
if (irszam.value=='1107')  retval='Budapest';
if (irszam.value=='1108')  retval='Budapest';
if (irszam.value=='1111')  retval='Budapest';
if (irszam.value=='1112')  retval='Budapest';
if (irszam.value=='1113')  retval='Budapest';
if (irszam.value=='1114')  retval='Budapest';
if (irszam.value=='1115')  retval='Budapest';
if (irszam.value=='1116')  retval='Budapest';
if (irszam.value=='1117')  retval='Budapest';
if (irszam.value=='1118')  retval='Budapest';
if (irszam.value=='1119')  retval='Budapest';
if (irszam.value=='1121')  retval='Budapest';
if (irszam.value=='1122')  retval='Budapest';
if (irszam.value=='1123')  retval='Budapest';
if (irszam.value=='1124')  retval='Budapest';
if (irszam.value=='1125')  retval='Budapest';
if (irszam.value=='1126')  retval='Budapest';
if (irszam.value=='1131')  retval='Budapest';
if (irszam.value=='1132')  retval='Budapest';
if (irszam.value=='1133')  retval='Budapest';
if (irszam.value=='1134')  retval='Budapest';
if (irszam.value=='1135')  retval='Budapest';
if (irszam.value=='1136')  retval='Budapest';
if (irszam.value=='1137')  retval='Budapest';
if (irszam.value=='1138')  retval='Budapest';
if (irszam.value=='1139')  retval='Budapest';
if (irszam.value=='1141')  retval='Budapest';
if (irszam.value=='1142')  retval='Budapest';
if (irszam.value=='1143')  retval='Budapest';
if (irszam.value=='1144')  retval='Budapest';
if (irszam.value=='1145')  retval='Budapest';
if (irszam.value=='1146')  retval='Budapest';
if (irszam.value=='1147')  retval='Budapest';
if (irszam.value=='1148')  retval='Budapest';
if (irszam.value=='1149')  retval='Budapest';
if (irszam.value=='1151')  retval='Budapest';
if (irszam.value=='1152')  retval='Budapest';
if (irszam.value=='1153')  retval='Budapest';
if (irszam.value=='1154')  retval='Budapest';
if (irszam.value=='1155')  retval='Budapest';
if (irszam.value=='1156')  retval='Budapest';
if (irszam.value=='1157')  retval='Budapest';
if (irszam.value=='1158')  retval='Budapest';
if (irszam.value=='1161')  retval='Budapest';
if (irszam.value=='1162')  retval='Budapest';
if (irszam.value=='1163')  retval='Budapest';
if (irszam.value=='1164')  retval='Budapest';
if (irszam.value=='1165')  retval='Budapest';
if (irszam.value=='1171')  retval='Budapest';
if (irszam.value=='1172')  retval='Budapest';
if (irszam.value=='1173')  retval='Budapest';
if (irszam.value=='1174')  retval='Budapest';
if (irszam.value=='1181')  retval='Budapest';
if (irszam.value=='1182')  retval='Budapest';
if (irszam.value=='1183')  retval='Budapest';
if (irszam.value=='1184')  retval='Budapest';
if (irszam.value=='1185')  retval='Budapest';
if (irszam.value=='1186')  retval='Budapest';
if (irszam.value=='1188')  retval='Budapest';
if (irszam.value=='1191')  retval='Budapest';
if (irszam.value=='1192')  retval='Budapest';
if (irszam.value=='1193')  retval='Budapest';
if (irszam.value=='1194')  retval='Budapest';
if (irszam.value=='1195')  retval='Budapest';
if (irszam.value=='1196')  retval='Budapest';
if (irszam.value=='1201')  retval='Budapest';
if (irszam.value=='1202')  retval='Budapest';
if (irszam.value=='1203')  retval='Budapest';
if (irszam.value=='1204')  retval='Budapest';
if (irszam.value=='1205')  retval='Budapest';
if (irszam.value=='1211')  retval='Budapest';
if (irszam.value=='1212')  retval='Budapest';
if (irszam.value=='1213')  retval='Budapest';
if (irszam.value=='1214')  retval='Budapest';
if (irszam.value=='1215')  retval='Budapest';
if (irszam.value=='1221')  retval='Budapest';
if (irszam.value=='1222')  retval='Budapest';
if (irszam.value=='1223')  retval='Budapest';
if (irszam.value=='1224')  retval='Budapest';
if (irszam.value=='1225')  retval='Budapest';
if (irszam.value=='1237')  retval='Budapest';
if (irszam.value=='1238')  retval='Budapest';
if (irszam.value=='1239')  retval='Budapest';
if (irszam.value=='2000')  retval='Szentendre';
if (irszam.value=='2009')  retval='Pilisszentlászló';
if (irszam.value=='2011')  retval='Budakalász';
if (irszam.value=='2013')  retval='Pomáz ';
if (irszam.value=='2014')  retval='Csobánka';
if (irszam.value=='2015')  retval='Szigetmonostor';
if (irszam.value=='2016')  retval='Leányfalu';
if (irszam.value=='2017')  retval='Pócsmegyer';
if (irszam.value=='2021')  retval='Tahitótfalu';
if (irszam.value=='2022')  retval='Tahitótfalu';
if (irszam.value=='2023')  retval='Dunabogdány';
if (irszam.value=='2024')  retval='Kisoroszi';
if (irszam.value=='2025')  retval='Visegrád ';
if (irszam.value=='2026')  retval='Visegrád ';
if (irszam.value=='2027')  retval='Dömös';
if (irszam.value=='2028')  retval='Pilismarót';
if (irszam.value=='2030')  retval='Érd';
if (irszam.value=='2035')  retval='Érd';
if (irszam.value=='2036')  retval='Érd ';
if (irszam.value=='2038')  retval='Sóskút';
if (irszam.value=='2039')  retval='Pusztazámor';
if (irszam.value=='2040')  retval='Budaörs';
if (irszam.value=='2042')  retval='Budaörs';
if (irszam.value=='2045')  retval='Törökbálint ';
if (irszam.value=='2049')  retval='Diósd';
if (irszam.value=='2051')  retval='Biatorbágy';
if (irszam.value=='2053')  retval='Herceghalom';
if (irszam.value=='2060')  retval='Bicske';
if (irszam.value=='2063')  retval='Óbarok';
if (irszam.value=='2064')  retval='Csabdi';
if (irszam.value=='2065')  retval='Mány';
if (irszam.value=='2066')  retval='Szár';
if (irszam.value=='2067')  retval='Szárliget';
if (irszam.value=='2071')  retval='Páty';
if (irszam.value=='2072')  retval='Zsámbék';
if (irszam.value=='2073')  retval='Tök';
if (irszam.value=='2074')  retval='Perbál';
if (irszam.value=='2080')  retval='Pilisjászfalu ';
if (irszam.value=='2081')  retval='Piliscsaba ';
if (irszam.value=='2083')  retval='Solymár';
if (irszam.value=='2084')  retval='Pilisszentiván';
if (irszam.value=='2085')  retval='Pilisvörösvár';
if (irszam.value=='2086')  retval='Tinnye';
if (irszam.value=='2087')  retval='Piliscsaba ';
if (irszam.value=='2089')  retval='Telki ';
if (irszam.value=='2090')  retval='Remeteszőlős';
if (irszam.value=='2091')  retval='Etyek';
if (irszam.value=='2092')  retval='Budakeszi';
if (irszam.value=='2093')  retval='Budajenő';
if (irszam.value=='2094')  retval='Nagykovácsi';
if (irszam.value=='2095')  retval='Pilisszántó';
if (irszam.value=='2096')  retval='Üröm';
if (irszam.value=='2097')  retval='Pilisborosjenő';
if (irszam.value=='2098')  retval='Pilisszentkereszt';
if (irszam.value=='2099')  retval='Pilisszentkereszt';
if (irszam.value=='2100')  retval='Gödöllő';
if (irszam.value=='2102')  retval='Gödöllő';
if (irszam.value=='2111')  retval='Szada';
if (irszam.value=='2112')  retval='Veresegyház';
if (irszam.value=='2113')  retval='Erdőkertes';
if (irszam.value=='2114')  retval='Valkó';
if (irszam.value=='2115')  retval='Vácszentlászló';
if (irszam.value=='2116')  retval='Zsámbok';
if (irszam.value=='2117')  retval='Isaszeg';
if (irszam.value=='2118')  retval='Dány';
if (irszam.value=='2119')  retval='Pécel';
if (irszam.value=='2120')  retval='Dunakeszi';
if (irszam.value=='2131')  retval='Göd';
if (irszam.value=='2132')  retval='Göd';
if (irszam.value=='2133')  retval='Sződliget';
if (irszam.value=='2134')  retval='Sződ';
if (irszam.value=='2135')  retval='Csörög';
if (irszam.value=='2141')  retval='Csömör';
if (irszam.value=='2142')  retval='Nagytarcsa';
if (irszam.value=='2143')  retval='Kistarcsa';
if (irszam.value=='2144')  retval='Kerepes ';
if (irszam.value=='2145')  retval='Kerepes ';
if (irszam.value=='2146')  retval='Mogyoród';
if (irszam.value=='2151')  retval='Fót';
if (irszam.value=='2161')  retval='Csomád';
if (irszam.value=='2162')  retval='Őrbottyán';
if (irszam.value=='2163')  retval='Vácrátót';
if (irszam.value=='2164')  retval='Váchartyán';
if (irszam.value=='2165')  retval='Kisnémedi';
if (irszam.value=='2166')  retval='Püspökszilágy';
if (irszam.value=='2167')  retval='Vácduka';
if (irszam.value=='2170')  retval='Aszód';
if (irszam.value=='2173')  retval='Kartal';
if (irszam.value=='2174')  retval='Verseg';
if (irszam.value=='2175')  retval='Kálló';
if (irszam.value=='2176')  retval='Erdőkürt';
if (irszam.value=='2177')  retval='Erdőtarcsa';
if (irszam.value=='2181')  retval='Iklad';
if (irszam.value=='2182')  retval='Domony';
if (irszam.value=='2183')  retval='Galgamácsa';
if (irszam.value=='2184')  retval='Vácegres';
if (irszam.value=='2185')  retval='Váckisújfalu';
if (irszam.value=='2191')  retval='Bag';
if (irszam.value=='2192')  retval='Hévízgyörk';
if (irszam.value=='2193')  retval='Galgahévíz';
if (irszam.value=='2194')  retval='Tura';
if (irszam.value=='2200')  retval='Monor';
if (irszam.value=='2209')  retval='Péteri';
if (irszam.value=='2211')  retval='Vasad';
if (irszam.value=='2212')  retval='Csévharaszt';
if (irszam.value=='2213')  retval='Monorierdő';
if (irszam.value=='2214')  retval='Pánd';
if (irszam.value=='2215')  retval='Káva';
if (irszam.value=='2216')  retval='Bénye';
if (irszam.value=='2217')  retval='Gomba';
if (irszam.value=='2220')  retval='Vecsés';
if (irszam.value=='2225')  retval='Üllő';
if (irszam.value=='2230')  retval='Gyömrő';
if (irszam.value=='2233')  retval='Ecser';
if (irszam.value=='2234')  retval='Maglód';
if (irszam.value=='2235')  retval='Mende';
if (irszam.value=='2241')  retval='Sülysáp  ';
if (irszam.value=='2242')  retval='Sülysáp  ';
if (irszam.value=='2243')  retval='Kóka';
if (irszam.value=='2244')  retval='Úri';
if (irszam.value=='2251')  retval='Tápiószecső';
if (irszam.value=='2252')  retval='Tóalmás';
if (irszam.value=='2253')  retval='Tápióság';
if (irszam.value=='2254')  retval='Szentmártonkáta';
if (irszam.value=='2255')  retval='Szentlőrinckáta';
if (irszam.value=='2300')  retval='Ráckeve';
if (irszam.value=='2309')  retval='Lórév';
if (irszam.value=='2310')  retval='Szigetszentmiklós';
if (irszam.value=='2314')  retval='Halásztelek';
if (irszam.value=='2315')  retval='Szigethalom';
if (irszam.value=='2316')  retval='Tököl';
if (irszam.value=='2317')  retval='Szigetcsép';
if (irszam.value=='2318')  retval='Szigetszentmárton';
if (irszam.value=='2319')  retval='Szigetújfalu';
if (irszam.value=='2321')  retval='Szigetbecse';
if (irszam.value=='2322')  retval='Makád';
if (irszam.value=='2330')  retval='Dunaharaszti';
if (irszam.value=='2335')  retval='Taksony';
if (irszam.value=='2336')  retval='Dunavarsány';
if (irszam.value=='2337')  retval='Délegyháza';
if (irszam.value=='2338')  retval='Áporka';
if (irszam.value=='2339')  retval='Majosháza';
if (irszam.value=='2340')  retval='Kiskunlacháza';
if (irszam.value=='2344')  retval='Dömsöd';
if (irszam.value=='2345')  retval='Apaj';
if (irszam.value=='2347')  retval='Bugyi';
if (irszam.value=='2351')  retval='Alsónémedi';
if (irszam.value=='2360')  retval='Gyál';
if (irszam.value=='2363')  retval='Felsőpakony';
if (irszam.value=='2364')  retval='Ócsa';
if (irszam.value=='2365')  retval='Inárcs';
if (irszam.value=='2366')  retval='Kakucs';
if (irszam.value=='2367')  retval='Újhartyán';
if (irszam.value=='2370')  retval='Dabas';
if (irszam.value=='2371')  retval='Dabas';
if (irszam.value=='2373')  retval='Dabas';
if (irszam.value=='2375')  retval='Tatárszentgyörgy';
if (irszam.value=='2376')  retval='Hernád';
if (irszam.value=='2377')  retval='Örkény';
if (irszam.value=='2378')  retval='Pusztavacs';
if (irszam.value=='2381')  retval='Táborfalva ';
if (irszam.value=='2400')  retval='Dunaújváros';
if (irszam.value=='2407')  retval='Dunaújváros';
if (irszam.value=='2421')  retval='Nagyvenyim';
if (irszam.value=='2422')  retval='Mezőfalva';
if (irszam.value=='2423')  retval='Daruszentmiklós';
if (irszam.value=='2424')  retval='Előszállás';
if (irszam.value=='2425')  retval='Nagykarácsony';
if (irszam.value=='2426')  retval='Baracs ';
if (irszam.value=='2427')  retval='Baracs ';
if (irszam.value=='2428')  retval='Kisapostag';
if (irszam.value=='2431')  retval='Perkáta';
if (irszam.value=='2432')  retval='Szabadegyháza';
if (irszam.value=='2433')  retval='Sárosd';
if (irszam.value=='2434')  retval='Hantos';
if (irszam.value=='2435')  retval='Nagylók';
if (irszam.value=='2440')  retval='Százhalombatta';
if (irszam.value=='2451')  retval='Ercsi ';
if (irszam.value=='2453')  retval='Ercsi ';
if (irszam.value=='2454')  retval='Iváncsa';
if (irszam.value=='2455')  retval='Beloiannisz';
if (irszam.value=='2456')  retval='Besnyő';
if (irszam.value=='2457')  retval='Adony';
if (irszam.value=='2458')  retval='Kulcs';
if (irszam.value=='2459')  retval='Rácalmás';
if (irszam.value=='2461')  retval='Tárnok';
if (irszam.value=='2462')  retval='Martonvásár';
if (irszam.value=='2463')  retval='Tordas';
if (irszam.value=='2464')  retval='Gyúró';
if (irszam.value=='2465')  retval='Ráckeresztúr';
if (irszam.value=='2471')  retval='Baracska';
if (irszam.value=='2472')  retval='Kajászó';
if (irszam.value=='2473')  retval='Vál';
if (irszam.value=='2475')  retval='Kápolnásnyék';
if (irszam.value=='2476')  retval='Pázmánd';
if (irszam.value=='2477')  retval='Vereb';
if (irszam.value=='2481')  retval='Velence ';
if (irszam.value=='2483')  retval='Gárdony ';
if (irszam.value=='2484')  retval='Gárdony ';
if (irszam.value=='2485')  retval='Gárdony ';
if (irszam.value=='2490')  retval='Pusztaszabolcs';
if (irszam.value=='2500')  retval='Esztergom';
if (irszam.value=='2508')  retval='Esztergom';
if (irszam.value=='2510')  retval='Dorog';
if (irszam.value=='2517')  retval='Kesztölc';
if (irszam.value=='2518')  retval='Leányvár';
if (irszam.value=='2519')  retval='Piliscsév';
if (irszam.value=='2521')  retval='Csolnok';
if (irszam.value=='2522')  retval='Dág';
if (irszam.value=='2523')  retval='Sárisáp';
if (irszam.value=='2524')  retval='Nagysáp';
if (irszam.value=='2525')  retval='Bajna';
if (irszam.value=='2526')  retval='Epöl';
if (irszam.value=='2527')  retval='Máriahalom';
if (irszam.value=='2528')  retval='Úny';
if (irszam.value=='2529')  retval='Annavölgy';
if (irszam.value=='2531')  retval='Tokod ';
if (irszam.value=='2532')  retval='Tokodaltáró';
if (irszam.value=='2533')  retval='Bajót';
if (irszam.value=='2534')  retval='Tát';
if (irszam.value=='2535')  retval='Mogyorósbánya';
if (irszam.value=='2536')  retval='Nyergesújfalu ';
if (irszam.value=='2537')  retval='Nyergesújfalu ';
if (irszam.value=='2541')  retval='Lábatlan ';
if (irszam.value=='2543')  retval='Süttő';
if (irszam.value=='2544')  retval='Neszmély';
if (irszam.value=='2545')  retval='Dunaalmás';
if (irszam.value=='2600')  retval='Vác';
if (irszam.value=='2610')  retval='Nőtincs';
if (irszam.value=='2611')  retval='Felsőpetény';
if (irszam.value=='2612')  retval='Kosd';
if (irszam.value=='2613')  retval='Rád';
if (irszam.value=='2614')  retval='Penc';
if (irszam.value=='2615')  retval='Csővár';
if (irszam.value=='2616')  retval='Keszeg';
if (irszam.value=='2617')  retval='Alsópetény';
if (irszam.value=='2618')  retval='Nézsa';
if (irszam.value=='2619')  retval='Legénd';
if (irszam.value=='2621')  retval='Verőce';
if (irszam.value=='2623')  retval='Kismaros';
if (irszam.value=='2624')  retval='Szokolya';
if (irszam.value=='2625')  retval='Kóspallag';
if (irszam.value=='2626')  retval='Nagymaros';
if (irszam.value=='2627')  retval='Zebegény';
if (irszam.value=='2628')  retval='Szob';
if (irszam.value=='2629')  retval='Márianosztra';
if (irszam.value=='2631')  retval='Ipolydamásd';
if (irszam.value=='2632')  retval='Letkés';
if (irszam.value=='2633')  retval='Ipolytölgyes';
if (irszam.value=='2634')  retval='Nagybörzsöny';
if (irszam.value=='2635')  retval='Vámosmikola';
if (irszam.value=='2636')  retval='Tésa';
if (irszam.value=='2637')  retval='Perőcsény';
if (irszam.value=='2638')  retval='Kemence';
if (irszam.value=='2639')  retval='Bernecebaráti';
if (irszam.value=='2640')  retval='Szendehely';
if (irszam.value=='2641')  retval='Berkenye';
if (irszam.value=='2642')  retval='Nógrád';
if (irszam.value=='2643')  retval='Diósjenő';
if (irszam.value=='2644')  retval='Borsosberény';
if (irszam.value=='2645')  retval='Nagyoroszi';
if (irszam.value=='2646')  retval='Drégelypalánk';
if (irszam.value=='2647')  retval='Hont';
if (irszam.value=='2648')  retval='Patak';
if (irszam.value=='2649')  retval='Dejtár';
if (irszam.value=='2651')  retval='Rétság';
if (irszam.value=='2652')  retval='Tereske';
if (irszam.value=='2653')  retval='Bánk';
if (irszam.value=='2654')  retval='Romhány';
if (irszam.value=='2655')  retval='Kétbodony';
if (irszam.value=='2656')  retval='Szátok';
if (irszam.value=='2657')  retval='Tolmács';
if (irszam.value=='2658')  retval='Horpács';
if (irszam.value=='2659')  retval='Érsekvadkert';
if (irszam.value=='2660')  retval='Balassagyarmat';
if (irszam.value=='2668')  retval='Patvarc';
if (irszam.value=='2669')  retval='Ipolyvece';
if (irszam.value=='2671')  retval='Őrhalom';
if (irszam.value=='2672')  retval='Hugyag';
if (irszam.value=='2673')  retval='Csitár';
if (irszam.value=='2675')  retval='Nógrádmarcal';
if (irszam.value=='2676')  retval='Cserhátsurány';
if (irszam.value=='2677')  retval='Herencsény';
if (irszam.value=='2678')  retval='Csesztve';
if (irszam.value=='2681')  retval='Galgagyörk';
if (irszam.value=='2682')  retval='Püspökhatvan';
if (irszam.value=='2683')  retval='Acsa';
if (irszam.value=='2685')  retval='Nógrádsáp';
if (irszam.value=='2686')  retval='Galgaguta';
if (irszam.value=='2687')  retval='Bercel';
if (irszam.value=='2688')  retval='Vanyarc';
if (irszam.value=='2691')  retval='Nógrádkövesd';
if (irszam.value=='2692')  retval='Szécsénke';
if (irszam.value=='2693')  retval='Becske';
if (irszam.value=='2694')  retval='Magyarnándor';
if (irszam.value=='2696')  retval='Terény';
if (irszam.value=='2697')  retval='Szanda';
if (irszam.value=='2698')  retval='Mohora';
if (irszam.value=='2699')  retval='Szügy';
if (irszam.value=='2700')  retval='Cegléd';
if (irszam.value=='2711')  retval='Tápiószentmárton';
if (irszam.value=='2712')  retval='Nyársapát';
if (irszam.value=='2713')  retval='Csemő';
if (irszam.value=='2721')  retval='Pilis';
if (irszam.value=='2723')  retval='Nyáregyháza';
if (irszam.value=='2724')  retval='Újlengyel';
if (irszam.value=='2730')  retval='Albertirsa';
if (irszam.value=='2735')  retval='Dánszentmiklós';
if (irszam.value=='2736')  retval='Mikebuda';
if (irszam.value=='2737')  retval='Ceglédbercel';
if (irszam.value=='2738')  retval='Cegléd';
if (irszam.value=='2740')  retval='Abony';
if (irszam.value=='2745')  retval='Kőröstetétlen';
if (irszam.value=='2746')  retval='Jászkarajenő';
if (irszam.value=='2747')  retval='Törtel';
if (irszam.value=='2750')  retval='Nagykőrös';
if (irszam.value=='2755')  retval='Kocsér';
if (irszam.value=='2760')  retval='Nagykáta';
if (irszam.value=='2764')  retval='Tápióbicske';
if (irszam.value=='2765')  retval='Farmos';
if (irszam.value=='2766')  retval='Tápiószele';
if (irszam.value=='2767')  retval='Tápiógyörgye';
if (irszam.value=='2768')  retval='Újszilvás';
if (irszam.value=='2769')  retval='Tápiószőlős';
if (irszam.value=='2800')  retval='Tatabánya';
if (irszam.value=='2821')  retval='Gyermely';
if (irszam.value=='2822')  retval='Szomor';
if (irszam.value=='2823')  retval='Vértessomló';
if (irszam.value=='2824')  retval='Várgesztes';
if (irszam.value=='2831')  retval='Tarján';
if (irszam.value=='2832')  retval='Héreg';
if (irszam.value=='2833')  retval='Vértestolna';
if (irszam.value=='2834')  retval='Tardos';
if (irszam.value=='2835')  retval='Tata';
if (irszam.value=='2836')  retval='Baj';
if (irszam.value=='2837')  retval='Vértesszőlős';
if (irszam.value=='2840')  retval='Oroszlány';
if (irszam.value=='2851')  retval='Környe';
if (irszam.value=='2852')  retval='Kecskéd';
if (irszam.value=='2853')  retval='Kömlőd';
if (irszam.value=='2854')  retval='Dad';
if (irszam.value=='2855')  retval='Bokod';
if (irszam.value=='2856')  retval='Szákszend';
if (irszam.value=='2858')  retval='Császár';
if (irszam.value=='2859')  retval='Vérteskethely';
if (irszam.value=='2861')  retval='Bakonysárkány';
if (irszam.value=='2862')  retval='Aka';
if (irszam.value=='2870')  retval='Kisbér';
if (irszam.value=='2879')  retval='Kisbér';
if (irszam.value=='2881')  retval='Ászár';
if (irszam.value=='2882')  retval='Kerékteleki';
if (irszam.value=='2883')  retval='Bársonyos';
if (irszam.value=='2884')  retval='Bakonyszombathely';
if (irszam.value=='2885')  retval='Bakonybánk';
if (irszam.value=='2886')  retval='Réde';
if (irszam.value=='2887')  retval='Ácsteszér';
if (irszam.value=='2888')  retval='Csatka';
if (irszam.value=='2889')  retval='Súr';
if (irszam.value=='2890')  retval='Tata';
if (irszam.value=='2896')  retval='Szomód';
if (irszam.value=='2897')  retval='Dunaszentmiklós';
if (irszam.value=='2898')  retval='Kocs';
if (irszam.value=='2899')  retval='Naszály';
if (irszam.value=='2900')  retval='Komárom';
if (irszam.value=='2903')  retval='Komárom';
if (irszam.value=='2911')  retval='Mocsa';
if (irszam.value=='2921')  retval='Komárom';
if (irszam.value=='2931')  retval='Almásfüzitő ';
if (irszam.value=='2941')  retval='Ács';
if (irszam.value=='2942')  retval='Nagyigmánd';
if (irszam.value=='2943')  retval='Bábolna';
if (irszam.value=='2944')  retval='Bana';
if (irszam.value=='2945')  retval='Tárkány';
if (irszam.value=='2946')  retval='Csép';
if (irszam.value=='2947')  retval='Ete';
if (irszam.value=='2948')  retval='Kisigmánd';
if (irszam.value=='2949')  retval='Csém';
if (irszam.value=='3000')  retval='Hatvan';
if (irszam.value=='3009')  retval='Kerekharaszt';
if (irszam.value=='3011')  retval='Heréd';
if (irszam.value=='3012')  retval='Nagykökényes';
if (irszam.value=='3013')  retval='Ecséd';
if (irszam.value=='3014')  retval='Hort';
if (irszam.value=='3015')  retval='Csány';
if (irszam.value=='3016')  retval='Boldog';
if (irszam.value=='3021')  retval='Lőrinci ';
if (irszam.value=='3022')  retval='Lőrinci ';
if (irszam.value=='3023')  retval='Petőfibánya';
if (irszam.value=='3024')  retval='Lőrinci ';
if (irszam.value=='3031')  retval='Zagyvaszántó';
if (irszam.value=='3032')  retval='Apc';
if (irszam.value=='3033')  retval='Rózsaszentmárton';
if (irszam.value=='3034')  retval='Szűcsi';
if (irszam.value=='3035')  retval='Gyöngyöspata';
if (irszam.value=='3036')  retval='Gyöngyöstarján';
if (irszam.value=='3041')  retval='Héhalom';
if (irszam.value=='3042')  retval='Palotás';
if (irszam.value=='3043')  retval='Egyházasdengeleg';
if (irszam.value=='3044')  retval='Szirák';
if (irszam.value=='3045')  retval='Bér';
if (irszam.value=='3046')  retval='Kisbágyon';
if (irszam.value=='3047')  retval='Buják';
if (irszam.value=='3051')  retval='Szarvasgede';
if (irszam.value=='3052')  retval='Csécse';
if (irszam.value=='3053')  retval='Ecseg';
if (irszam.value=='3060')  retval='Pásztó';
if (irszam.value=='3063')  retval='Jobbágyi';
if (irszam.value=='3064')  retval='Szurdokpüspöki';
if (irszam.value=='3065')  retval='Pásztó';
if (irszam.value=='3066')  retval='Cserhátszentiván';
if (irszam.value=='3067')  retval='Felsőtold';
if (irszam.value=='3068')  retval='Mátraszőlős';
if (irszam.value=='3069')  retval='Alsótold';
if (irszam.value=='3070')  retval='Bátonyterenye';
if (irszam.value=='3071')  retval='Bátonyterenye';
if (irszam.value=='3073')  retval='Tar';
if (irszam.value=='3074')  retval='Sámsonháza';
if (irszam.value=='3075')  retval='Nagybárkány';
if (irszam.value=='3077')  retval='Mátraverebély';
if (irszam.value=='3078')  retval='Bátonyterenye';
if (irszam.value=='3082')  retval='Pásztó';
if (irszam.value=='3100')  retval='Salgótarján';
if (irszam.value=='3102')  retval='Salgótarján';
if (irszam.value=='3104')  retval='Salgótarján';
if (irszam.value=='3109')  retval='Salgótarján';
if (irszam.value=='3121')  retval='Somoskőújfalu';
if (irszam.value=='3123')  retval='Cered';
if (irszam.value=='3124')  retval='Zabar';
if (irszam.value=='3125')  retval='Szilaspogony';
if (irszam.value=='3126')  retval='Bárna';
if (irszam.value=='3127')  retval='Kazár';
if (irszam.value=='3128')  retval='Vizslás';
if (irszam.value=='3129')  retval='Lucfalva';
if (irszam.value=='3131')  retval='Sóshartyán';
if (irszam.value=='3132')  retval='Nógrádmegyer';
if (irszam.value=='3133')  retval='Magyargéc';
if (irszam.value=='3134')  retval='Piliny';
if (irszam.value=='3135')  retval='Szécsényfelfalu';
if (irszam.value=='3136')  retval='Etes';
if (irszam.value=='3137')  retval='Karancsberény';
if (irszam.value=='3138')  retval='Ipolytarnóc';
if (irszam.value=='3141')  retval='Salgótarján';
if (irszam.value=='3142')  retval='Mátraszele';
if (irszam.value=='3143')  retval='Mátranovák';
if (irszam.value=='3144')  retval='Mátranovák';
if (irszam.value=='3145')  retval='Mátraterenye';
if (irszam.value=='3146')  retval='Mátraterenye';
if (irszam.value=='3147')  retval='Kazár';
if (irszam.value=='3151')  retval='Rákóczibánya';
if (irszam.value=='3152')  retval='Nemti';
if (irszam.value=='3153')  retval='Dorogháza';
if (irszam.value=='3154')  retval='Szuha';
if (irszam.value=='3155')  retval='Mátramindszent';
if (irszam.value=='3161')  retval='Kishartyán';
if (irszam.value=='3162')  retval='Ságújfalu';
if (irszam.value=='3163')  retval='Karancsság';
if (irszam.value=='3165')  retval='Endrefalva';
if (irszam.value=='3170')  retval='Szécsény';
if (irszam.value=='3175')  retval='Nagylóc';
if (irszam.value=='3176')  retval='Hollókő';
if (irszam.value=='3177')  retval='Rimóc';
if (irszam.value=='3178')  retval='Varsány';
if (irszam.value=='3179')  retval='Nógrádsipek';
if (irszam.value=='3181')  retval='Karancsalja';
if (irszam.value=='3182')  retval='Karancslapujtő';
if (irszam.value=='3183')  retval='Karancskeszi';
if (irszam.value=='3184')  retval='Mihálygerge';
if (irszam.value=='3185')  retval='Egyházasgerge';
if (irszam.value=='3186')  retval='Litke';
if (irszam.value=='3187')  retval='Nógrádszakál';
if (irszam.value=='3188')  retval='Ludányhalászi';
if (irszam.value=='3200')  retval='Gyöngyös';
if (irszam.value=='3211')  retval='Gyöngyösoroszi';
if (irszam.value=='3212')  retval='Gyöngyöshalász';
if (irszam.value=='3213')  retval='Atkár';
if (irszam.value=='3214')  retval='Nagyréde';
if (irszam.value=='3221')  retval='Gyöngyös';
if (irszam.value=='3231')  retval='Gyöngyössolymos';
if (irszam.value=='3232')  retval='Gyöngyös';
if (irszam.value=='3233')  retval='Gyöngyös';
if (irszam.value=='3234')  retval='Mátraszentimre';
if (irszam.value=='3235')  retval='Mátraszentimre';
if (irszam.value=='3240')  retval='Parád';
if (irszam.value=='3242')  retval='Parádsasvár';
if (irszam.value=='3243')  retval='Bodony';
if (irszam.value=='3244')  retval='Parád';
if (irszam.value=='3245')  retval='Recsk';
if (irszam.value=='3246')  retval='Mátraderecske';
if (irszam.value=='3247')  retval='Mátraballa';
if (irszam.value=='3248')  retval='Ivád';
if (irszam.value=='3250')  retval='Pétervására';
if (irszam.value=='3252')  retval='Erdőkövesd';
if (irszam.value=='3253')  retval='Istenmezeje';
if (irszam.value=='3254')  retval='Váraszó';
if (irszam.value=='3255')  retval='Fedémes';
if (irszam.value=='3256')  retval='Kisfüzes';
if (irszam.value=='3257')  retval='Bükkszenterzsébet';
if (irszam.value=='3258')  retval='Tarnalelesz';
if (irszam.value=='3259')  retval='Szentdomonkos';
if (irszam.value=='3261')  retval='Abasár';
if (irszam.value=='3262')  retval='Markaz';
if (irszam.value=='3263')  retval='Domoszló';
if (irszam.value=='3264')  retval='Kisnána';
if (irszam.value=='3265')  retval='Vécs';
if (irszam.value=='3271')  retval='Visonta ';
if (irszam.value=='3272')  retval='Visonta ';
if (irszam.value=='3273')  retval='Halmajugra';
if (irszam.value=='3274')  retval='Ludas';
if (irszam.value=='3275')  retval='Detk';
if (irszam.value=='3281')  retval='Karácsond';
if (irszam.value=='3282')  retval='Nagyfüged';
if (irszam.value=='3283')  retval='Tarnazsadány';
if (irszam.value=='3284')  retval='Tarnaméra';
if (irszam.value=='3291')  retval='Vámosgyörk';
if (irszam.value=='3292')  retval='Adács';
if (irszam.value=='3293')  retval='Visznek';
if (irszam.value=='3294')  retval='Tarnaörs';
if (irszam.value=='3295')  retval='Erk';
if (irszam.value=='3296')  retval='Zaránk';
if (irszam.value=='3300')  retval='Eger';
if (irszam.value=='3304')  retval='Eger';
if (irszam.value=='3321')  retval='Egerbakta';
if (irszam.value=='3322')  retval='Hevesaranyos';
if (irszam.value=='3323')  retval='Szarvaskő';
if (irszam.value=='3324')  retval='Felsőtárkány';
if (irszam.value=='3325')  retval='Noszvaj';
if (irszam.value=='3326')  retval='Ostoros';
if (irszam.value=='3327')  retval='Novaj';
if (irszam.value=='3328')  retval='Egerszólát';
if (irszam.value=='3331')  retval='Tarnaszentmária';
if (irszam.value=='3332')  retval='Sirok';
if (irszam.value=='3333')  retval='Terpes';
if (irszam.value=='3334')  retval='Szajla';
if (irszam.value=='3335')  retval='Bükkszék';
if (irszam.value=='3336')  retval='Bátor';
if (irszam.value=='3337')  retval='Egerbocs';
if (irszam.value=='3341')  retval='Egercsehi';
if (irszam.value=='3343')  retval='Bekölce';
if (irszam.value=='3344')  retval='Mikófalva';
if (irszam.value=='3345')  retval='Mónosbél';
if (irszam.value=='3346')  retval='Bélapátfalva';
if (irszam.value=='3347')  retval='Balaton';
if (irszam.value=='3348')  retval='Szilvásvárad';
if (irszam.value=='3349')  retval='Nagyvisnyó';
if (irszam.value=='3350')  retval='Kál';
if (irszam.value=='3351')  retval='Verpelét';
if (irszam.value=='3352')  retval='Feldebrő';
if (irszam.value=='3353')  retval='Aldebrő';
if (irszam.value=='3354')  retval='Tófalu';
if (irszam.value=='3355')  retval='Kápolna';
if (irszam.value=='3356')  retval='Kompolt';
if (irszam.value=='3357')  retval='Nagyút';
if (irszam.value=='3358')  retval='Erdőtelek';
if (irszam.value=='3359')  retval='Tenk';
if (irszam.value=='3360')  retval='Heves';
if (irszam.value=='3368')  retval='Boconád';
if (irszam.value=='3369')  retval='Tarnabod';
if (irszam.value=='3371')  retval='Átány';
if (irszam.value=='3372')  retval='Kömlő';
if (irszam.value=='3373')  retval='Besenyőtelek';
if (irszam.value=='3374')  retval='Dormánd';
if (irszam.value=='3375')  retval='Mezőtárkány';
if (irszam.value=='3377')  retval='Szihalom';
if (irszam.value=='3378')  retval='Mezőszemere';
if (irszam.value=='3379')  retval='Egerfarmos';
if (irszam.value=='3381')  retval='Pély';
if (irszam.value=='3382')  retval='Tarnaszentmiklós';
if (irszam.value=='3383')  retval='Hevesvezekény';
if (irszam.value=='3384')  retval='Kisköre';
if (irszam.value=='3385')  retval='Tiszanána';
if (irszam.value=='3386')  retval='Sarud';
if (irszam.value=='3387')  retval='Újlőrincfalva';
if (irszam.value=='3388')  retval='Poroszló';
if (irszam.value=='3390')  retval='Füzesabony ';
if (irszam.value=='3394')  retval='Egerszalók';
if (irszam.value=='3395')  retval='Demjén';
if (irszam.value=='3396')  retval='Kerecsend';
if (irszam.value=='3397')  retval='Maklár';
if (irszam.value=='3398')  retval='Nagytálya';
if (irszam.value=='3399')  retval='Andornaktálya';
if (irszam.value=='3400')  retval='Mezőkövesd';
if (irszam.value=='3411')  retval='Szomolya';
if (irszam.value=='3412')  retval='Bogács';
if (irszam.value=='3413')  retval='Cserépfalu';
if (irszam.value=='3414')  retval='Bükkzsérc';
if (irszam.value=='3416')  retval='Tard';
if (irszam.value=='3417')  retval='Cserépváralja';
if (irszam.value=='3418')  retval='Szentistván';
if (irszam.value=='3421')  retval='Mezőnyárád';
if (irszam.value=='3422')  retval='Bükkábrány';
if (irszam.value=='3423')  retval='Tibolddaróc';
if (irszam.value=='3424')  retval='Kács';
if (irszam.value=='3425')  retval='Sály';
if (irszam.value=='3426')  retval='Borsodgeszt';
if (irszam.value=='3431')  retval='Vatta';
if (irszam.value=='3432')  retval='Emőd';
if (irszam.value=='3433')  retval='Nyékládháza ';
if (irszam.value=='3434')  retval='Mályi';
if (irszam.value=='3441')  retval='Mezőkeresztes ';
if (irszam.value=='3442')  retval='Csincse';
if (irszam.value=='3443')  retval='Mezőnagymihály';
if (irszam.value=='3444')  retval='Gelej';
if (irszam.value=='3450')  retval='Mezőcsát';
if (irszam.value=='3458')  retval='Tiszakeszi';
if (irszam.value=='3459')  retval='Igrici';
if (irszam.value=='3461')  retval='Egerlövő';
if (irszam.value=='3462')  retval='Borsodivánka';
if (irszam.value=='3463')  retval='Négyes';
if (irszam.value=='3464')  retval='Tiszavalk';
if (irszam.value=='3465')  retval='Tiszabábolna';
if (irszam.value=='3466')  retval='Tiszadorogma';
if (irszam.value=='3467')  retval='Ároktő';
if (irszam.value=='3500')  retval='Miskolc';
if (irszam.value=='3501')  retval='Miskolc';
if (irszam.value=='3508')  retval='Miskolc';
if (irszam.value=='3509')  retval='Miskolc';
if (irszam.value=='3510')  retval='Miskolc';
if (irszam.value=='3511')  retval='Miskolc';
if (irszam.value=='3515')  retval='Miskolc';
if (irszam.value=='3516')  retval='Miskolc';
if (irszam.value=='3517')  retval='Miskolc';
if (irszam.value=='3518')  retval='Miskolc';
if (irszam.value=='3519')  retval='Miskolc';
if (irszam.value=='3521')  retval='Miskolc';
if (irszam.value=='3524')  retval='Miskolc';
if (irszam.value=='3525')  retval='Miskolc';
if (irszam.value=='3526')  retval='Miskolc';
if (irszam.value=='3527')  retval='Miskolc';
if (irszam.value=='3528')  retval='Miskolc';
if (irszam.value=='3529')  retval='Miskolc';
if (irszam.value=='3530')  retval='Miskolc';
if (irszam.value=='3531')  retval='Miskolc';
if (irszam.value=='3532')  retval='Miskolc';
if (irszam.value=='3533')  retval='Miskolc';
if (irszam.value=='3534')  retval='Miskolc';
if (irszam.value=='3535')  retval='Miskolc';
if (irszam.value=='3551')  retval='Ónod';
if (irszam.value=='3552')  retval='Muhi';
if (irszam.value=='3553')  retval='Kistokaj';
if (irszam.value=='3554')  retval='Bükkaranyos';
if (irszam.value=='3555')  retval='Harsány';
if (irszam.value=='3556')  retval='Kisgyőr';
if (irszam.value=='3557')  retval='Bükkszentkereszt';
if (irszam.value=='3559')  retval='Répáshuta';
if (irszam.value=='3561')  retval='Felsőzsolca';
if (irszam.value=='3562')  retval='Onga';
if (irszam.value=='3563')  retval='Hernádkak';
if (irszam.value=='3564')  retval='Hernádnémeti';
if (irszam.value=='3565')  retval='Tiszalúc';
if (irszam.value=='3571')  retval='Alsózsolca';
if (irszam.value=='3572')  retval='Sajólád';
if (irszam.value=='3573')  retval='Sajópetri';
if (irszam.value=='3574')  retval='Bőcs';
if (irszam.value=='3575')  retval='Berzék';
if (irszam.value=='3576')  retval='Sajóhídvég';
if (irszam.value=='3577')  retval='Köröm';
if (irszam.value=='3578')  retval='Girincs';
if (irszam.value=='3579')  retval='Kesznyéten';
if (irszam.value=='3580')  retval='Tiszaújváros';
if (irszam.value=='3585')  retval='Tiszaújváros';
if (irszam.value=='3586')  retval='Sajóörös';
if (irszam.value=='3587')  retval='Tiszapalkonya';
if (irszam.value=='3588')  retval='Hejőkürt';
if (irszam.value=='3589')  retval='Tiszatarján';
if (irszam.value=='3591')  retval='Oszlár';
if (irszam.value=='3592')  retval='Nemesbikk';
if (irszam.value=='3593')  retval='Hejőbába';
if (irszam.value=='3594')  retval='Hejőpapi';
if (irszam.value=='3595')  retval='Hejőszalonta';
if (irszam.value=='3596')  retval='Szakáld';
if (irszam.value=='3597')  retval='Hejőkeresztúr';
if (irszam.value=='3598')  retval='Nagycsécs';
if (irszam.value=='3599')  retval='Sajószöged';
if (irszam.value=='3600')  retval='Ózd';
if (irszam.value=='3603')  retval='Ózd';
if (irszam.value=='3604')  retval='Ózd';
if (irszam.value=='3608')  retval='Farkaslyuk';
if (irszam.value=='3621')  retval='Ózd';
if (irszam.value=='3622')  retval='Uppony';
if (irszam.value=='3623')  retval='Borsodszentgyörgy';
if (irszam.value=='3625')  retval='Ózd';
if (irszam.value=='3626')  retval='Hangony';
if (irszam.value=='3627')  retval='Domaháza';
if (irszam.value=='3630')  retval='Putnok';
if (irszam.value=='3635')  retval='Dubicsány';
if (irszam.value=='3636')  retval='Vadna';
if (irszam.value=='3641')  retval='Nagybarca';
if (irszam.value=='3642')  retval='Bánhorváti';
if (irszam.value=='3643')  retval='Dédestapolcsány';
if (irszam.value=='3644')  retval='Tardona';
if (irszam.value=='3645')  retval='Mályinka';
if (irszam.value=='3646')  retval='Nekézseny';
if (irszam.value=='3647')  retval='Csokvaomány';
if (irszam.value=='3648')  retval='Csernely';
if (irszam.value=='3651')  retval='Ózd';
if (irszam.value=='3652')  retval='Sajónémeti';
if (irszam.value=='3653')  retval='Sajópüspöki';
if (irszam.value=='3654')  retval='Bánréve';
if (irszam.value=='3655')  retval='Hét';
if (irszam.value=='3656')  retval='Sajóvelezd';
if (irszam.value=='3657')  retval='Királd';
if (irszam.value=='3658')  retval='Borsodbóta';
if (irszam.value=='3659')  retval='Sáta';
if (irszam.value=='3661')  retval='Ózd';
if (irszam.value=='3662')  retval='Ózd';
if (irszam.value=='3663')  retval='Arló';
if (irszam.value=='3664')  retval='Járdánháza';
if (irszam.value=='3671')  retval='Borsodnádasd ';
if (irszam.value=='3672')  retval='Borsodnádasd ';
if (irszam.value=='3700')  retval='Kazincbarcika';
if (irszam.value=='3704')  retval='Berente';
if (irszam.value=='3711')  retval='Szirmabesenyő';
if (irszam.value=='3712')  retval='Sajóvámos';
if (irszam.value=='3713')  retval='Arnót';
if (irszam.value=='3714')  retval='Sajópálfala';
if (irszam.value=='3715')  retval='Gesztely';
if (irszam.value=='3716')  retval='Újcsanálos';
if (irszam.value=='3717')  retval='Alsódobsza';
if (irszam.value=='3718')  retval='Megyaszó';
if (irszam.value=='3720')  retval='Sajókaza';
if (irszam.value=='3721')  retval='Felsőnyárád';
if (irszam.value=='3722')  retval='Felsőkelecsény';
if (irszam.value=='3723')  retval='Zubogy';
if (irszam.value=='3724')  retval='Ragály';
if (irszam.value=='3726')  retval='Zádorfalva';
if (irszam.value=='3728')  retval='Kelemér';
if (irszam.value=='3729')  retval='Serényfalva';
if (irszam.value=='3731')  retval='Szuhakálló';
if (irszam.value=='3732')  retval='Kurityán';
if (irszam.value=='3733')  retval='Rudabánya';
if (irszam.value=='3734')  retval='Szuhogy';
if (irszam.value=='3735')  retval='Felsőtelekes';
if (irszam.value=='3741')  retval='Izsófalva';
if (irszam.value=='3742')  retval='Rudolftelep';
if (irszam.value=='3743')  retval='Ormosbánya';
if (irszam.value=='3744')  retval='Múcsony';
if (irszam.value=='3751')  retval='Szendrőlád';
if (irszam.value=='3752')  retval='Szendrő';
if (irszam.value=='3753')  retval='Abod';
if (irszam.value=='3754')  retval='Szalonna';
if (irszam.value=='3755')  retval='Martonyi';
if (irszam.value=='3756')  retval='Perkupa';
if (irszam.value=='3757')  retval='Szőlősardó';
if (irszam.value=='3758')  retval='Jósvafő';
if (irszam.value=='3759')  retval='Aggtelek';
if (irszam.value=='3761')  retval='Szin';
if (irszam.value=='3762')  retval='Szögliget';
if (irszam.value=='3763')  retval='Bódvaszilas';
if (irszam.value=='3764')  retval='Bódvarákó';
if (irszam.value=='3765')  retval='Komjáti';
if (irszam.value=='3767')  retval='Tornanádaska';
if (irszam.value=='3768')  retval='Hidvégardó';
if (irszam.value=='3769')  retval='Tornaszentjakab';
if (irszam.value=='3770')  retval='Sajószentpéter';
if (irszam.value=='3773')  retval='Sajókápolna';
if (irszam.value=='3775')  retval='Kondó';
if (irszam.value=='3776')  retval='Radostyán';
if (irszam.value=='3777')  retval='Parasznya';
if (irszam.value=='3778')  retval='Varbó';
if (irszam.value=='3779')  retval='Alacska';
if (irszam.value=='3780')  retval='Edelény ';
if (irszam.value=='3783')  retval='Edelény ';
if (irszam.value=='3786')  retval='Lak';
if (irszam.value=='3787')  retval='Tomor';
if (irszam.value=='3791')  retval='Sajókeresztúr';
if (irszam.value=='3792')  retval='Sajóbábony';
if (irszam.value=='3793')  retval='Sajóecseg';
if (irszam.value=='3794')  retval='Boldva';
if (irszam.value=='3795')  retval='Hangács';
if (irszam.value=='3796')  retval='Borsodszirák';
if (irszam.value=='3800')  retval='Szikszó';
if (irszam.value=='3809')  retval='Selyeb';
if (irszam.value=='3811')  retval='Alsóvadász';
if (irszam.value=='3812')  retval='Homrogd';
if (irszam.value=='3813')  retval='Kupa';
if (irszam.value=='3814')  retval='Felsővadász';
if (irszam.value=='3815')  retval='Gadna';
if (irszam.value=='3816')  retval='Gagyvendégi';
if (irszam.value=='3817')  retval='Gagybátor';
if (irszam.value=='3821')  retval='Krasznokvajda';
if (irszam.value=='3825')  retval='Rakaca';
if (irszam.value=='3826')  retval='Rakacaszend';
if (irszam.value=='3831')  retval='Kázsmárk';
if (irszam.value=='3832')  retval='Léh';
if (irszam.value=='3833')  retval='Rásonysápberencs';
if (irszam.value=='3834')  retval='Detek';
if (irszam.value=='3836')  retval='Baktakék';
if (irszam.value=='3837')  retval='Felsőgagy';
if (irszam.value=='3841')  retval='Aszaló';
if (irszam.value=='3842')  retval='Halmaj';
if (irszam.value=='3843')  retval='Kiskinizs';
if (irszam.value=='3844')  retval='Nagykinizs';
if (irszam.value=='3846')  retval='Hernádkércs';
if (irszam.value=='3847')  retval='Felsődobsza';
if (irszam.value=='3848')  retval='Csobád';
if (irszam.value=='3849')  retval='Forró';
if (irszam.value=='3851')  retval='Ináncs';
if (irszam.value=='3852')  retval='Hernádszentandrás';
if (irszam.value=='3853')  retval='Pere';
if (irszam.value=='3854')  retval='Gibárt';
if (irszam.value=='3855')  retval='Fancsal';
if (irszam.value=='3860')  retval='Encs';
if (irszam.value=='3863')  retval='Szalaszend';
if (irszam.value=='3864')  retval='Fulókércs';
if (irszam.value=='3865')  retval='Fáj';
if (irszam.value=='3866')  retval='Szemere';
if (irszam.value=='3871')  retval='Méra';
if (irszam.value=='3872')  retval='Novajidrány';
if (irszam.value=='3873')  retval='Garadna';
if (irszam.value=='3874')  retval='Hernádvécse';
if (irszam.value=='3875')  retval='Hernádszurdok';
if (irszam.value=='3876')  retval='Hidasnémeti';
if (irszam.value=='3877')  retval='Tornyosnémeti';
if (irszam.value=='3881')  retval='Abaújszántó';
if (irszam.value=='3882')  retval='Abaújkér';
if (irszam.value=='3884')  retval='Boldogkőújfalu';
if (irszam.value=='3885')  retval='Boldogkőváralja';
if (irszam.value=='3886')  retval='Korlát';
if (irszam.value=='3887')  retval='Hernádcéce';
if (irszam.value=='3888')  retval='Vizsoly';
if (irszam.value=='3891')  retval='Vilmány';
if (irszam.value=='3892')  retval='Hejce';
if (irszam.value=='3893')  retval='Fony';
if (irszam.value=='3894')  retval='Göncruszka';
if (irszam.value=='3895')  retval='Gönc';
if (irszam.value=='3896')  retval='Telkibánya';
if (irszam.value=='3897')  retval='Zsujta';
if (irszam.value=='3898')  retval='Abaújvár';
if (irszam.value=='3899')  retval='Kéked';
if (irszam.value=='3900')  retval='Szerencs';
if (irszam.value=='3903')  retval='Bekecs';
if (irszam.value=='3904')  retval='Legyesbénye';
if (irszam.value=='3905')  retval='Monok';
if (irszam.value=='3906')  retval='Golop';
if (irszam.value=='3907')  retval='Tállya';
if (irszam.value=='3908')  retval='Rátka';
if (irszam.value=='3909')  retval='Mád';
if (irszam.value=='3910')  retval='Tokaj';
if (irszam.value=='3915')  retval='Tarcal';
if (irszam.value=='3916')  retval='Bodrogkeresztúr';
if (irszam.value=='3917')  retval='Bodrogkisfalud';
if (irszam.value=='3918')  retval='Szegi';
if (irszam.value=='3921')  retval='Taktaszada';
if (irszam.value=='3922')  retval='Taktaharkány';
if (irszam.value=='3923')  retval='Gesztely';
if (irszam.value=='3924')  retval='Taktakenéz';
if (irszam.value=='3925')  retval='Prügy';
if (irszam.value=='3926')  retval='Taktabáj';
if (irszam.value=='3927')  retval='Csobaj';
if (irszam.value=='3928')  retval='Tiszatardos';
if (irszam.value=='3929')  retval='Tiszaladány';
if (irszam.value=='3931')  retval='Mezőzombor';
if (irszam.value=='3932')  retval='Erdőbénye';
if (irszam.value=='3933')  retval='Olaszliszka';
if (irszam.value=='3934')  retval='Tolcsva';
if (irszam.value=='3935')  retval='Erdőhorváti';
if (irszam.value=='3936')  retval='Háromhuta';
if (irszam.value=='3937')  retval='Komlóska';
if (irszam.value=='3941')  retval='Vámosújfalu';
if (irszam.value=='3942')  retval='Sárazsadány';
if (irszam.value=='3943')  retval='Bodrogolaszi';
if (irszam.value=='3944')  retval='Sátoraljaújhely';
if (irszam.value=='3945')  retval='Sátoraljaújhely';
if (irszam.value=='3950')  retval='Sárospatak';
if (irszam.value=='3954')  retval='Györgytarló';
if (irszam.value=='3955')  retval='Kenézlő';
if (irszam.value=='3956')  retval='Viss';
if (irszam.value=='3957')  retval='Zalkod';
if (irszam.value=='3958')  retval='Hercegkút';
if (irszam.value=='3959')  retval='Makkoshotyka';
if (irszam.value=='3961')  retval='Vajdácska';
if (irszam.value=='3962')  retval='Karos';
if (irszam.value=='3963')  retval='Karcsa';
if (irszam.value=='3964')  retval='Pácin';
if (irszam.value=='3965')  retval='Nagyrozvágy';
if (irszam.value=='3967')  retval='Lácacséke';
if (irszam.value=='3971')  retval='Tiszakarád';
if (irszam.value=='3972')  retval='Tiszacsermely';
if (irszam.value=='3973')  retval='Cigánd';
if (irszam.value=='3974')  retval='Ricse';
if (irszam.value=='3976')  retval='Révleányvár';
if (irszam.value=='3977')  retval='Zemplénagárd';
if (irszam.value=='3978')  retval='Dámóc';
if (irszam.value=='3980')  retval='Sátoraljaújhely';
if (irszam.value=='3985')  retval='Alsóberecki';
if (irszam.value=='3987')  retval='Bodroghalom';
if (irszam.value=='3988')  retval='Sátoraljaújhely';
if (irszam.value=='3989')  retval='Mikóháza';
if (irszam.value=='3991')  retval='Vilyvitány';
if (irszam.value=='3992')  retval='Kovácsvágás';
if (irszam.value=='3993')  retval='Füzérradvány';
if (irszam.value=='3994')  retval='Pálháza';
if (irszam.value=='3995')  retval='Pusztafalu';
if (irszam.value=='3996')  retval='Füzér';
if (irszam.value=='3997')  retval='Füzérkomlós';
if (irszam.value=='3998')  retval='Nyíri';
if (irszam.value=='3999')  retval='Hollóháza';
if (irszam.value=='4000')  retval='Debrecen';
if (irszam.value=='4002')  retval='Debrecen';
if (irszam.value=='4014')  retval='Debrecen';
if (irszam.value=='4022')  retval='Debrecen';
if (irszam.value=='4024')  retval='Debrecen';
if (irszam.value=='4025')  retval='Debrecen';
if (irszam.value=='4026')  retval='Debrecen';
if (irszam.value=='4027')  retval='Debrecen';
if (irszam.value=='4028')  retval='Debrecen';
if (irszam.value=='4029')  retval='Debrecen';
if (irszam.value=='4030')  retval='Debrecen';
if (irszam.value=='4031')  retval='Debrecen';
if (irszam.value=='4032')  retval='Debrecen';
if (irszam.value=='4033')  retval='Debrecen';
if (irszam.value=='4034')  retval='Debrecen';
if (irszam.value=='4060')  retval='Balmazújváros';
if (irszam.value=='4063')  retval='Debrecen';
if (irszam.value=='4064')  retval='Nagyhegyes';
if (irszam.value=='4065')  retval='Újszentmargita';
if (irszam.value=='4066')  retval='Tiszacsege';
if (irszam.value=='4067')  retval='Egyek';
if (irszam.value=='4069')  retval='Egyek';
if (irszam.value=='4071')  retval='Hortobágy';
if (irszam.value=='4074')  retval='Hajdúböszörmény';
if (irszam.value=='4075')  retval='Görbeháza';
if (irszam.value=='4078')  retval='Debrecen';
if (irszam.value=='4079')  retval='Debrecen';
if (irszam.value=='4080')  retval='Hajdúnánás';
if (irszam.value=='4085')  retval='Hajdúnánás';
if (irszam.value=='4086')  retval='Hajdúböszörmény';
if (irszam.value=='4087')  retval='Hajdúdorog';
if (irszam.value=='4090')  retval='Polgár';
if (irszam.value=='4096')  retval='Újtikos';
if (irszam.value=='4097')  retval='Tiszagyulaháza';
if (irszam.value=='4100')  retval='Berettyóújfalu';
if (irszam.value=='4103')  retval='Berettyóújfalu';
if (irszam.value=='4110')  retval='Biharkeresztes';
if (irszam.value=='4114')  retval='Bojt';
if (irszam.value=='4115')  retval='Ártánd ';
if (irszam.value=='4116')  retval='Berekböszörmény';
if (irszam.value=='4117')  retval='Told ';
if (irszam.value=='4118')  retval='Mezőpeterd';
if (irszam.value=='4119')  retval='Váncsod';
if (irszam.value=='4121')  retval='Szentpéterszeg';
if (irszam.value=='4122')  retval='Gáborján';
if (irszam.value=='4123')  retval='Hencida';
if (irszam.value=='4124')  retval='Esztár';
if (irszam.value=='4125')  retval='Pocsaj';
if (irszam.value=='4126')  retval='Kismarja';
if (irszam.value=='4127')  retval='Nagykereki';
if (irszam.value=='4128')  retval='Bedő';
if (irszam.value=='4130')  retval='Derecske';
if (irszam.value=='4132')  retval='Tépe';
if (irszam.value=='4133')  retval='Konyár';
if (irszam.value=='4134')  retval='Mezősas';
if (irszam.value=='4135')  retval='Körösszegapáti';
if (irszam.value=='4136')  retval='Körösszakál';
if (irszam.value=='4137')  retval='Magyarhomorog';
if (irszam.value=='4138')  retval='Komádi';
if (irszam.value=='4141')  retval='Furta';
if (irszam.value=='4142')  retval='Zsáka';
if (irszam.value=='4143')  retval='Vekerd';
if (irszam.value=='4144')  retval='Darvas';
if (irszam.value=='4145')  retval='Csökmő';
if (irszam.value=='4146')  retval='Újiráz';
if (irszam.value=='4150')  retval='Püspökladány';
if (irszam.value=='4161')  retval='Báránd';
if (irszam.value=='4162')  retval='Szerep';
if (irszam.value=='4163')  retval='Szerep';
if (irszam.value=='4164')  retval='Bakonszeg';
if (irszam.value=='4171')  retval='Sárrétudvari';
if (irszam.value=='4172')  retval='Biharnagybajom';
if (irszam.value=='4173')  retval='Nagyrábé';
if (irszam.value=='4174')  retval='Bihartorda';
if (irszam.value=='4175')  retval='Bihardancsháza';
if (irszam.value=='4176')  retval='Sáp';
if (irszam.value=='4177')  retval='Földes';
if (irszam.value=='4181')  retval='Nádudvar';
if (irszam.value=='4183')  retval='Kaba';
if (irszam.value=='4184')  retval='Tetétlen';
if (irszam.value=='4200')  retval='Hajdúszoboszló';
if (irszam.value=='4211')  retval='Ebes';
if (irszam.value=='4212')  retval='Hajdúszovát';
if (irszam.value=='4220')  retval='Hajdúböszörmény';
if (irszam.value=='4224')  retval='Hajdúböszörmény';
if (irszam.value=='4225')  retval='Debrecen';
if (irszam.value=='4231')  retval='Bököny';
if (irszam.value=='4232')  retval='Geszteréd';
if (irszam.value=='4233')  retval='Balkány';
if (irszam.value=='4234')  retval='Szakoly';
if (irszam.value=='4235')  retval='Biri';
if (irszam.value=='4241')  retval='Bocskaikert';
if (irszam.value=='4242')  retval='Hajdúhadház';
if (irszam.value=='4243')  retval='Téglás';
if (irszam.value=='4244')  retval='Újfehértó';
if (irszam.value=='4245')  retval='Érpatak';
if (irszam.value=='4246')  retval='Nyíregyháza';
if (irszam.value=='4251')  retval='Hajdúsámson';
if (irszam.value=='4252')  retval='Nyíradony';
if (irszam.value=='4253')  retval='Nyíradony';
if (irszam.value=='4254')  retval='Nyíradony';
if (irszam.value=='4262')  retval='Nyíracsád';
if (irszam.value=='4263')  retval='Nyírmártonfalva';
if (irszam.value=='4264')  retval='Nyírábrány';
if (irszam.value=='4266')  retval='Fülöp';
if (irszam.value=='4267')  retval='Penészlek';
if (irszam.value=='4271')  retval='Mikepércs';
if (irszam.value=='4272')  retval='Sáránd';
if (irszam.value=='4273')  retval='Hajdúbagos';
if (irszam.value=='4274')  retval='Hosszúpályi';
if (irszam.value=='4275')  retval='Monostorpályi';
if (irszam.value=='4281')  retval='Létavértes ';
if (irszam.value=='4283')  retval='Létavértes ';
if (irszam.value=='4284')  retval='Kokad';
if (irszam.value=='4285')  retval='Álmosd';
if (irszam.value=='4286')  retval='Bagamér';
if (irszam.value=='4287')  retval='Vámospércs';
if (irszam.value=='4288')  retval='Újléta';
if (irszam.value=='4300')  retval='Nyírbátor';
if (irszam.value=='4311')  retval='Nyírgyulaj';
if (irszam.value=='4320')  retval='Nagykálló';
if (irszam.value=='4324')  retval='Kállósemjén';
if (irszam.value=='4325')  retval='Kisléta';
if (irszam.value=='4326')  retval='Máriapócs';
if (irszam.value=='4327')  retval='Pócspetri';
if (irszam.value=='4331')  retval='Nyírcsászári';
if (irszam.value=='4332')  retval='Nyírderzs';
if (irszam.value=='4333')  retval='Nyírkáta';
if (irszam.value=='4334')  retval='Hodász';
if (irszam.value=='4335')  retval='Kántorjánosi';
if (irszam.value=='4336')  retval='Őr';
if (irszam.value=='4337')  retval='Jármi';
if (irszam.value=='4338')  retval='Papos ';
if (irszam.value=='4341')  retval='Nyírvasvári';
if (irszam.value=='4342')  retval='Terem';
if (irszam.value=='4343')  retval='Bátorliget';
if (irszam.value=='4351')  retval='Vállaj';
if (irszam.value=='4352')  retval='Mérk';
if (irszam.value=='4353')  retval='Tiborszállás';
if (irszam.value=='4354')  retval='Fábiánháza';
if (irszam.value=='4355')  retval='Nagyecsed';
if (irszam.value=='4356')  retval='Nyírcsaholy';
if (irszam.value=='4361')  retval='Nyírbogát';
if (irszam.value=='4362')  retval='Nyírgelse';
if (irszam.value=='4363')  retval='Nyírmihálydi';
if (irszam.value=='4371')  retval='Nyírlugos';
if (irszam.value=='4372')  retval='Nyírbéltek';
if (irszam.value=='4373')  retval='Ömböly';
if (irszam.value=='4374')  retval='Encsencs';
if (irszam.value=='4375')  retval='Piricse';
if (irszam.value=='4376')  retval='Nyírpilis';
if (irszam.value=='4400')  retval='Nyíregyháza';
if (irszam.value=='4405')  retval='Nyíregyháza';
if (irszam.value=='4431')  retval='Nyíregyháza';
if (irszam.value=='4432')  retval='Nyíregyháza';
if (irszam.value=='4433')  retval='Nyíregyháza';
if (irszam.value=='4434')  retval='Kálmánháza';
if (irszam.value=='4440')  retval='Tiszavasvári';
if (irszam.value=='4441')  retval='Szorgalmatos';
if (irszam.value=='4445')  retval='Nagycserkesz';
if (irszam.value=='4446')  retval='Tiszaeszlár';
if (irszam.value=='4447')  retval='Tiszalök';
if (irszam.value=='4450')  retval='Tiszalök';
if (irszam.value=='4455')  retval='Tiszadada';
if (irszam.value=='4456')  retval='Tiszadob';
if (irszam.value=='4461')  retval='Nyírtelek';
if (irszam.value=='4463')  retval='Tiszanagyfalu';
if (irszam.value=='4464')  retval='Tiszaeszlár    ';
if (irszam.value=='4465')  retval='Rakamaz';
if (irszam.value=='4466')  retval='Timár';
if (irszam.value=='4467')  retval='Szabolcs';
if (irszam.value=='4468')  retval='Balsa';
if (irszam.value=='4471')  retval='Gávavencsellő   ';
if (irszam.value=='4472')  retval='Gávavencsellő   ';
if (irszam.value=='4474')  retval='Tiszabercel';
if (irszam.value=='4475')  retval='Paszab';
if (irszam.value=='4481')  retval='Nyíregyháza';
if (irszam.value=='4482')  retval='Kótaj';
if (irszam.value=='4483')  retval='Buj';
if (irszam.value=='4484')  retval='Ibrány';
if (irszam.value=='4485')  retval='Nagyhalász';
if (irszam.value=='4486')  retval='Tiszatelek';
if (irszam.value=='4487')  retval='Tiszatelek';
if (irszam.value=='4488')  retval='Beszterec';
if (irszam.value=='4491')  retval='Újdombrád';
if (irszam.value=='4492')  retval='Dombrád';
if (irszam.value=='4493')  retval='Tiszakanyár';
if (irszam.value=='4494')  retval='Kékcse';
if (irszam.value=='4495')  retval='Döge';
if (irszam.value=='4496')  retval='Szabolcsveresmart';
if (irszam.value=='4501')  retval='Kemecse';
if (irszam.value=='4502')  retval='Vasmegyer';
if (irszam.value=='4503')  retval='Tiszarád';
if (irszam.value=='4511')  retval='Nyírbogdány ';
if (irszam.value=='4515')  retval='Kék';
if (irszam.value=='4516')  retval='Demecser';
if (irszam.value=='4517')  retval='Gégény';
if (irszam.value=='4521')  retval='Berkesz ';
if (irszam.value=='4522')  retval='Nyírtass';
if (irszam.value=='4523')  retval='Pátroha';
if (irszam.value=='4524')  retval='Ajak';
if (irszam.value=='4525')  retval='Rétközberencs';
if (irszam.value=='4531')  retval='Nyírpazony';
if (irszam.value=='4532')  retval='Nyírtura';
if (irszam.value=='4533')  retval='Sényő';
if (irszam.value=='4534')  retval='Székely';
if (irszam.value=='4535')  retval='Nyíribrony';
if (irszam.value=='4536')  retval='Ramocsaháza';
if (irszam.value=='4537')  retval='Nyírkércs';
if (irszam.value=='4541')  retval='Nyírjákó';
if (irszam.value=='4542')  retval='Petneháza';
if (irszam.value=='4543')  retval='Laskod';
if (irszam.value=='4544')  retval='Nyírkarász';
if (irszam.value=='4545')  retval='Gyulaháza';
if (irszam.value=='4546')  retval='Anarcs';
if (irszam.value=='4547')  retval='Szabolcsbáka';
if (irszam.value=='4551')  retval='Nyíregyháza';
if (irszam.value=='4552')  retval='Napkor';
if (irszam.value=='4553')  retval='Apagy';
if (irszam.value=='4554')  retval='Nyírtét';
if (irszam.value=='4555')  retval='Levelek';
if (irszam.value=='4556')  retval='Magy';
if (irszam.value=='4557')  retval='Besenyőd';
if (irszam.value=='4558')  retval='Ófehértó';
if (irszam.value=='4561')  retval='Baktalórántháza';
if (irszam.value=='4562')  retval='Vaja';
if (irszam.value=='4563')  retval='Rohod';
if (irszam.value=='4564')  retval='Nyírmada';
if (irszam.value=='4565')  retval='Pusztadobos';
if (irszam.value=='4566')  retval='Ilk';
if (irszam.value=='4567')  retval='Gemzse';
if (irszam.value=='4600')  retval='Kisvárda';
if (irszam.value=='4611')  retval='Jéke';
if (irszam.value=='4621')  retval='Fényeslitke';
if (irszam.value=='4622')  retval='Komoró';
if (irszam.value=='4623')  retval='Tuzsér';
if (irszam.value=='4624')  retval='Tiszabezdéd';
if (irszam.value=='4625')  retval='Záhony';
if (irszam.value=='4627')  retval='Zsurk';
if (irszam.value=='4628')  retval='Tiszaszentmárton';
if (irszam.value=='4631')  retval='Pap';
if (irszam.value=='4632')  retval='Nyírlövő';
if (irszam.value=='4633')  retval='Lövőpetri';
if (irszam.value=='4634')  retval='Aranyosapáti';
if (irszam.value=='4635')  retval='Újkenéz';
if (irszam.value=='4641')  retval='Mezőladány';
if (irszam.value=='4642')  retval='Tornyospálca';
if (irszam.value=='4643')  retval='Benk';
if (irszam.value=='4644')  retval='Mándok';
if (irszam.value=='4645')  retval='Tiszamogyorós';
if (irszam.value=='4646')  retval='Eperjeske';
if (irszam.value=='4700')  retval='Mátészalka';
if (irszam.value=='4721')  retval='Szamoskér';
if (irszam.value=='4722')  retval='Nyírmeggyes';
if (irszam.value=='4731')  retval='Tunyogmatolcs';
if (irszam.value=='4732')  retval='Cégénydányád';
if (irszam.value=='4733')  retval='Gyügye';
if (irszam.value=='4734')  retval='Szamosújlak';
if (irszam.value=='4735')  retval='Szamossályi';
if (irszam.value=='4737')  retval='Kisnamény';
if (irszam.value=='4741')  retval='Jánkmajtis';
if (irszam.value=='4742')  retval='Csegöld';
if (irszam.value=='4743')  retval='Csengersima';
if (irszam.value=='4745')  retval='Szamosbecs';
if (irszam.value=='4746')  retval='Szamostatárfalva';
if (irszam.value=='4751')  retval='Kocsord';
if (irszam.value=='4752')  retval='Győrtelek';
if (irszam.value=='4754')  retval='Géberjén';
if (irszam.value=='4755')  retval='Ököritófülpös';
if (irszam.value=='4756')  retval='Rápolt';
if (irszam.value=='4761')  retval='Porcsalma';
if (irszam.value=='4762')  retval='Tyukod';
if (irszam.value=='4763')  retval='Ura';
if (irszam.value=='4764')  retval='Csengerújfalu';
if (irszam.value=='4765')  retval='Csenger';
if (irszam.value=='4766')  retval='Pátyod';
if (irszam.value=='4767')  retval='Szamosangyalos';
if (irszam.value=='4800')  retval='Vásárosnamény';
if (irszam.value=='4803')  retval='Vásárosnamény';
if (irszam.value=='4804')  retval='Vásárosnamény';
if (irszam.value=='4811')  retval='Kisvarsány';
if (irszam.value=='4812')  retval='Nagyvarsány';
if (irszam.value=='4813')  retval='Gyüre ';
if (irszam.value=='4821')  retval='Ópályi';
if (irszam.value=='4822')  retval='Nyírparasznya';
if (irszam.value=='4823')  retval='Nagydobos';
if (irszam.value=='4824')  retval='Szamosszeg';
if (irszam.value=='4826')  retval='Olcsva';
if (irszam.value=='4831')  retval='Tiszaszalka';
if (irszam.value=='4832')  retval='Tiszavid';
if (irszam.value=='4833')  retval='Tiszaadony';
if (irszam.value=='4834')  retval='Tiszakerecseny';
if (irszam.value=='4835')  retval='Mátyus';
if (irszam.value=='4836')  retval='Lónya';
if (irszam.value=='4841')  retval='Jánd';
if (irszam.value=='4842')  retval='Gulács';
if (irszam.value=='4843')  retval='Hetefejércse';
if (irszam.value=='4844')  retval='Csaroda';
if (irszam.value=='4845')  retval='Tákos';
if (irszam.value=='4900')  retval='Fehérgyarmat';
if (irszam.value=='4911')  retval='Nábrád';
if (irszam.value=='4912')  retval='Kérsemjén';
if (irszam.value=='4913')  retval='Panyola';
if (irszam.value=='4914')  retval='Olcsvaapáti';
if (irszam.value=='4921')  retval='Kisar';
if (irszam.value=='4922')  retval='Nagyar';
if (irszam.value=='4931')  retval='Tarpa';
if (irszam.value=='4932')  retval='Márokpapi';
if (irszam.value=='4933')  retval='Beregsurány';
if (irszam.value=='4934')  retval='Beregdaróc';
if (irszam.value=='4935')  retval='Gelénes';
if (irszam.value=='4936')  retval='Vámosatya';
if (irszam.value=='4937')  retval='Barabás';
if (irszam.value=='4941')  retval='Penyige';
if (irszam.value=='4942')  retval='Mánd';
if (irszam.value=='4943')  retval='Kömörő';
if (irszam.value=='4944')  retval='Túristvándi';
if (irszam.value=='4945')  retval='Szatmárcseke';
if (irszam.value=='4946')  retval='Tiszakóród';
if (irszam.value=='4947')  retval='Tiszacsécse';
if (irszam.value=='4948')  retval='Milota';
if (irszam.value=='4951')  retval='Tiszabecs';
if (irszam.value=='4952')  retval='Uszka';
if (irszam.value=='4953')  retval='Magosliget';
if (irszam.value=='4954')  retval='Sonkád';
if (irszam.value=='4955')  retval='Botpalád';
if (irszam.value=='4956')  retval='Kispalád';
if (irszam.value=='4961')  retval='Zsarolyán';
if (irszam.value=='4962')  retval='Nagyszekeres';
if (irszam.value=='4963')  retval='Kisszekeres';
if (irszam.value=='4964')  retval='Fülesd';
if (irszam.value=='4965')  retval='Kölcse';
if (irszam.value=='4966')  retval='Vámosoroszi';
if (irszam.value=='4967')  retval='Csaholc';
if (irszam.value=='4968')  retval='Túrricse';
if (irszam.value=='4969')  retval='Tisztaberek';
if (irszam.value=='4971')  retval='Rozsály';
if (irszam.value=='4972')  retval='Gacsály';
if (irszam.value=='4973')  retval='Császló';
if (irszam.value=='4974')  retval='Zajta';
if (irszam.value=='4975')  retval='Méhtelek';
if (irszam.value=='4976')  retval='Garbolc';
if (irszam.value=='4977')  retval='Nagyhódos';
if (irszam.value=='5000')  retval='Szolnok';
if (irszam.value=='5008')  retval='Szolnok';
if (irszam.value=='5051')  retval='Zagyvarékas';
if (irszam.value=='5052')  retval='Újszász';
if (irszam.value=='5053')  retval='Szászberek';
if (irszam.value=='5054')  retval='Jászalsószentgyörgy';
if (irszam.value=='5055')  retval='Jászladány';
if (irszam.value=='5061')  retval='Tiszasüly';
if (irszam.value=='5062')  retval='Kőtelek';
if (irszam.value=='5063')  retval='Hunyadfalva';
if (irszam.value=='5064')  retval='Csataszög';
if (irszam.value=='5065')  retval='Nagykörű';
if (irszam.value=='5071')  retval='Besenyszög';
if (irszam.value=='5081')  retval='Szajol';
if (irszam.value=='5082')  retval='Tiszatenyő';
if (irszam.value=='5083')  retval='Kengyel';
if (irszam.value=='5084')  retval='Rákócziújfalu';
if (irszam.value=='5085')  retval='Rákóczifalva';
if (irszam.value=='5091')  retval='Tószeg';
if (irszam.value=='5092')  retval='Tiszavárkony';
if (irszam.value=='5093')  retval='Vezseny';
if (irszam.value=='5094')  retval='Tiszajenő';
if (irszam.value=='5095')  retval='Tiszavárkony';
if (irszam.value=='5100')  retval='Jászberény';
if (irszam.value=='5111')  retval='Jászfelsőszentgyörgy';
if (irszam.value=='5121')  retval='Jászjákóhalma';
if (irszam.value=='5122')  retval='Jászdózsa';
if (irszam.value=='5123')  retval='Jászárokszállás';
if (irszam.value=='5124')  retval='Jászágó';
if (irszam.value=='5125')  retval='Pusztamonostor';
if (irszam.value=='5126')  retval='Jászfényszaru';
if (irszam.value=='5130')  retval='Jászapáti';
if (irszam.value=='5135')  retval='Jászivány';
if (irszam.value=='5136')  retval='Jászszentandrás';
if (irszam.value=='5137')  retval='Jászkisér';
if (irszam.value=='5141')  retval='Jásztelek';
if (irszam.value=='5142')  retval='Alattyán';
if (irszam.value=='5143')  retval='Jánoshida';
if (irszam.value=='5144')  retval='Jászboldogháza';
if (irszam.value=='5152')  retval='Jászberény';
if (irszam.value=='5200')  retval='Törökszentmiklós';
if (irszam.value=='5211')  retval='Tiszapüspöki';
if (irszam.value=='5212')  retval='Törökszentmiklós';
if (irszam.value=='5213')  retval='Fegyvernek';
if (irszam.value=='5222')  retval='Örményes';
if (irszam.value=='5231')  retval='Fegyvernek';
if (irszam.value=='5232')  retval='Tiszabő';
if (irszam.value=='5233')  retval='Tiszagyenda';
if (irszam.value=='5234')  retval='Tiszaroff';
if (irszam.value=='5235')  retval='Tiszabura';
if (irszam.value=='5241')  retval='Abádszalók';
if (irszam.value=='5243')  retval='Tiszaderzs';
if (irszam.value=='5244')  retval='Tiszaszőlős';
if (irszam.value=='5300')  retval='Karcag';
if (irszam.value=='5309')  retval='Berekfürdő';
if (irszam.value=='5310')  retval='Kisújszállás';
if (irszam.value=='5321')  retval='Kunmadaras';
if (irszam.value=='5322')  retval='Tiszaszentimre';
if (irszam.value=='5323')  retval='Tiszaszentimre';
if (irszam.value=='5324')  retval='Tomajmonostora';
if (irszam.value=='5331')  retval='Kenderes';
if (irszam.value=='5340')  retval='Kunhegyes';
if (irszam.value=='5349')  retval='Kenderes';
if (irszam.value=='5350')  retval='Tiszafüred';
if (irszam.value=='5358')  retval='Tiszafüred';
if (irszam.value=='5359')  retval='Tiszafüred';
if (irszam.value=='5361')  retval='Tiszaigar';
if (irszam.value=='5362')  retval='Tiszaörs';
if (irszam.value=='5363')  retval='Nagyiván';
if (irszam.value=='5400')  retval='Mezőtúr';
if (irszam.value=='5411')  retval='Kétpó';
if (irszam.value=='5412')  retval='Kuncsorba';
if (irszam.value=='5420')  retval='Túrkeve';
if (irszam.value=='5430')  retval='Tiszaföldvár';
if (irszam.value=='5435')  retval='Martfű';
if (irszam.value=='5440')  retval='Kunszentmárton';
if (irszam.value=='5449')  retval='Kunszentmárton';
if (irszam.value=='5451')  retval='Öcsöd';
if (irszam.value=='5452')  retval='Mesterszállás';
if (irszam.value=='5453')  retval='Mezőhék';
if (irszam.value=='5461')  retval='Tiszaföldvár';
if (irszam.value=='5462')  retval='Cibakháza';
if (irszam.value=='5463')  retval='Nagyrév';
if (irszam.value=='5464')  retval='Tiszainoka';
if (irszam.value=='5465')  retval='Cserkeszőlő';
if (irszam.value=='5471')  retval='Tiszakürt';
if (irszam.value=='5474')  retval='Tiszasas';
if (irszam.value=='5475')  retval='Csépa';
if (irszam.value=='5476')  retval='Szelevény';
if (irszam.value=='5500')  retval='Gyomaendrőd    ';
if (irszam.value=='5501')  retval='Gyomaendrőd    ';
if (irszam.value=='5502')  retval='Gyomaendrőd    ';
if (irszam.value=='5510')  retval='Dévaványa';
if (irszam.value=='5515')  retval='Ecsegfalva';
if (irszam.value=='5516')  retval='Körösladány';
if (irszam.value=='5520')  retval='Szeghalom';
if (irszam.value=='5525')  retval='Füzesgyarmat';
if (irszam.value=='5526')  retval='Kertészsziget';
if (irszam.value=='5527')  retval='Bucsa';
if (irszam.value=='5530')  retval='Vésztő';
if (irszam.value=='5534')  retval='Okány';
if (irszam.value=='5536')  retval='Körösújfalu';
if (irszam.value=='5537')  retval='Zsadány';
if (irszam.value=='5538')  retval='Biharugra';
if (irszam.value=='5539')  retval='Körösnagyharsány';
if (irszam.value=='5540')  retval='Szarvas';
if (irszam.value=='5551')  retval='Csabacsűd';
if (irszam.value=='5552')  retval='Kardos';
if (irszam.value=='5553')  retval='Kondoros';
if (irszam.value=='5555')  retval='Hunya';
if (irszam.value=='5556')  retval='Örménykút';
if (irszam.value=='5561')  retval='Békésszentandrás';
if (irszam.value=='5600')  retval='Békéscsaba';
if (irszam.value=='5609')  retval='Csabaszabadi ';
if (irszam.value=='5621')  retval='Csárdaszállás';
if (irszam.value=='5622')  retval='Köröstarcsa';
if (irszam.value=='5623')  retval='Békéscsaba';
if (irszam.value=='5624')  retval='Doboz';
if (irszam.value=='5630')  retval='Békés';
if (irszam.value=='5641')  retval='Tarhos';
if (irszam.value=='5643')  retval='Bélmegyer';
if (irszam.value=='5650')  retval='Mezőberény';
if (irszam.value=='5661')  retval='Újkígyós';
if (irszam.value=='5662')  retval='Csanádapáca';
if (irszam.value=='5663')  retval='Medgyesbodzás';
if (irszam.value=='5664')  retval='Medgyesbodzás';
if (irszam.value=='5665')  retval='Pusztaottlaka';
if (irszam.value=='5666')  retval='Medgyesegyháza  ';
if (irszam.value=='5667')  retval='Magyarbánhegyes';
if (irszam.value=='5668')  retval='Nagybánhegyes';
if (irszam.value=='5671')  retval='Békéscsaba';
if (irszam.value=='5672')  retval='Murony';
if (irszam.value=='5673')  retval='Kamut';
if (irszam.value=='5674')  retval='Kétsoprony';
if (irszam.value=='5675')  retval='Telekgerendás';
if (irszam.value=='5700')  retval='Gyula';
if (irszam.value=='5703')  retval='Gyula';
if (irszam.value=='5711')  retval='Gyula';
if (irszam.value=='5712')  retval='Szabadkígyós';
if (irszam.value=='5720')  retval='Sarkad';
if (irszam.value=='5722')  retval='Sarkad';
if (irszam.value=='5725')  retval='Kötegyán';
if (irszam.value=='5726')  retval='Méhkerék';
if (irszam.value=='5727')  retval='Újszalonta';
if (irszam.value=='5731')  retval='Sarkadkeresztúr';
if (irszam.value=='5732')  retval='Mezőgyán';
if (irszam.value=='5734')  retval='Geszt';
if (irszam.value=='5741')  retval='Kétegyháza';
if (irszam.value=='5742')  retval='Elek';
if (irszam.value=='5743')  retval='Lőkösháza';
if (irszam.value=='5744')  retval='Kevermes';
if (irszam.value=='5745')  retval='Dombiratos';
if (irszam.value=='5746')  retval='Kunágota';
if (irszam.value=='5747')  retval='Almáskamarás';
if (irszam.value=='5751')  retval='Nagykamarás';
if (irszam.value=='5752')  retval='Medgyesegyháza';
if (irszam.value=='5800')  retval='Mezőkovácsháza';
if (irszam.value=='5811')  retval='Végegyháza';
if (irszam.value=='5820')  retval='Mezőhegyes';
if (irszam.value=='5830')  retval='Battonya';
if (irszam.value=='5836')  retval='Dombegyház';
if (irszam.value=='5837')  retval='Kisdombegyház';
if (irszam.value=='5838')  retval='Magyardombegyház';
if (irszam.value=='5900')  retval='Orosháza';
if (irszam.value=='5903')  retval='Orosháza';
if (irszam.value=='5904')  retval='Orosháza';
if (irszam.value=='5905')  retval='Orosháza';
if (irszam.value=='5919')  retval='Pusztaföldvár';
if (irszam.value=='5920')  retval='Csorvás';
if (irszam.value=='5925')  retval='Gerendás';
if (irszam.value=='5931')  retval='Nagyszénás';
if (irszam.value=='5932')  retval='Gádoros';
if (irszam.value=='5940')  retval='Tótkomlós';
if (irszam.value=='5945')  retval='Kardoskút';
if (irszam.value=='5946')  retval='Békéssámson';
if (irszam.value=='5948')  retval='Kaszaper';
if (irszam.value=='6000')  retval='Kecskemét';
if (irszam.value=='6008')  retval='Kecskemét';
if (irszam.value=='6031')  retval='Szentkirály';
if (irszam.value=='6032')  retval='Nyárlőrinc';
if (irszam.value=='6033')  retval='Városföld';
if (irszam.value=='6034')  retval='Helvécia';
if (irszam.value=='6035')  retval='Ballószög';
if (irszam.value=='6041')  retval='Kerekegyháza';
if (irszam.value=='6042')  retval='Fülöpháza';
if (irszam.value=='6043')  retval='Kunbaracs';
if (irszam.value=='6044')  retval='Kecskemét';
if (irszam.value=='6045')  retval='Ladánybene';
if (irszam.value=='6050')  retval='Lajosmizse';
if (irszam.value=='6055')  retval='Felsőlajos ';
if (irszam.value=='6060')  retval='Tiszakécske';
if (irszam.value=='6062')  retval='Tiszakécske';
if (irszam.value=='6064')  retval='Tiszaug';
if (irszam.value=='6065')  retval='Lakitelek';
if (irszam.value=='6066')  retval='Tiszaalpár ';
if (irszam.value=='6067')  retval='Tiszaalpár ';
if (irszam.value=='6070')  retval='Izsák';
if (irszam.value=='6075')  retval='Páhi';
if (irszam.value=='6076')  retval='Ágasegyháza';
if (irszam.value=='6077')  retval='Orgovány';
if (irszam.value=='6078')  retval='Jakabszállás';
if (irszam.value=='6080')  retval='Szabadszállás';
if (irszam.value=='6085')  retval='Fülöpszállás';
if (irszam.value=='6086')  retval='Szalkszentmárton';
if (irszam.value=='6087')  retval='Dunavecse';
if (irszam.value=='6088')  retval='Apostag';
if (irszam.value=='6090')  retval='Kunszentmiklós ';
if (irszam.value=='6096')  retval='Kunpeszér';
if (irszam.value=='6097')  retval='Kunadacs';
if (irszam.value=='6098')  retval='Tass';
if (irszam.value=='6100')  retval='Kiskunfélegyháza';
if (irszam.value=='6111')  retval='Gátér';
if (irszam.value=='6112')  retval='Pálmonostora';
if (irszam.value=='6113')  retval='Petőfiszállás';
if (irszam.value=='6114')  retval='Bugac';
if (irszam.value=='6115')  retval='Kunszállás';
if (irszam.value=='6116')  retval='Fülöpjakab ';
if (irszam.value=='6120')  retval='Kiskunmajsa';
if (irszam.value=='6131')  retval='Szank';
if (irszam.value=='6132')  retval='Móricgát ';
if (irszam.value=='6133')  retval='Jászszentlászló';
if (irszam.value=='6134')  retval='Kömpöc';
if (irszam.value=='6135')  retval='Csólyospálos';
if (irszam.value=='6136')  retval='Harkakötöny';
if (irszam.value=='6200')  retval='Kiskőrös';
if (irszam.value=='6211')  retval='Kaskantyú';
if (irszam.value=='6221')  retval='Akasztó';
if (irszam.value=='6222')  retval='Csengőd';
if (irszam.value=='6223')  retval='Soltszentimre';
if (irszam.value=='6224')  retval='Tabdi';
if (irszam.value=='6230')  retval='Soltvadkert';
if (irszam.value=='6235')  retval='Bócsa';
if (irszam.value=='6236')  retval='Tázlár';
if (irszam.value=='6237')  retval='Kecel';
if (irszam.value=='6238')  retval='Imrehegy';
if (irszam.value=='6239')  retval='Császártöltés';
if (irszam.value=='6300')  retval='Kalocsa';
if (irszam.value=='6311')  retval='Öregcsertő';
if (irszam.value=='6320')  retval='Solt';
if (irszam.value=='6321')  retval='Újsolt';
if (irszam.value=='6323')  retval='Dunaegyháza';
if (irszam.value=='6325')  retval='Dunatetétlen';
if (irszam.value=='6326')  retval='Harta ';
if (irszam.value=='6327')  retval='Harta ';
if (irszam.value=='6328')  retval='Dunapataj';
if (irszam.value=='6331')  retval='Foktő';
if (irszam.value=='6332')  retval='Uszód';
if (irszam.value=='6333')  retval='Dunaszentbenedek';
if (irszam.value=='6334')  retval='Géderlak';
if (irszam.value=='6335')  retval='Ordas';
if (irszam.value=='6336')  retval='Szakmár';
if (irszam.value=='6337')  retval='Újtelek';
if (irszam.value=='6341')  retval='Homokmégy';
if (irszam.value=='6342')  retval='Drágszél';
if (irszam.value=='6343')  retval='Miske';
if (irszam.value=='6344')  retval='Hajós';
if (irszam.value=='6345')  retval='Nemesnádudvar';
if (irszam.value=='6346')  retval='Sükösd';
if (irszam.value=='6347')  retval='Érsekcsanád';
if (irszam.value=='6348')  retval='Érsekhalma';
if (irszam.value=='6351')  retval='Bátya';
if (irszam.value=='6352')  retval='Fajsz';
if (irszam.value=='6353')  retval='Dusnok';
if (irszam.value=='6400')  retval='Kiskunhalas';
if (irszam.value=='6411')  retval='Zsana';
if (irszam.value=='6412')  retval='Balotaszállás';
if (irszam.value=='6413')  retval='Kunfehértó';
if (irszam.value=='6414')  retval='Pirtó';
if (irszam.value=='6421')  retval='Kisszállás';
if (irszam.value=='6422')  retval='Tompa';
if (irszam.value=='6423')  retval='Kelebia';
if (irszam.value=='6424')  retval='Csikéria';
if (irszam.value=='6425')  retval='Bácsszőlős';
if (irszam.value=='6430')  retval='Bácsalmás';
if (irszam.value=='6435')  retval='Kunbaja';
if (irszam.value=='6440')  retval='Jánoshalma';
if (irszam.value=='6444')  retval='Kéleshalom ';
if (irszam.value=='6445')  retval='Borota';
if (irszam.value=='6446')  retval='Rém';
if (irszam.value=='6447')  retval='Felsőszentiván';
if (irszam.value=='6448')  retval='Csávoly';
if (irszam.value=='6449')  retval='Mélykút';
if (irszam.value=='6451')  retval='Tataháza';
if (irszam.value=='6452')  retval='Mátételke';
if (irszam.value=='6453')  retval='Bácsbokod';
if (irszam.value=='6454')  retval='Bácsborsód';
if (irszam.value=='6455')  retval='Katymár';
if (irszam.value=='6456')  retval='Madaras';
if (irszam.value=='6500')  retval='Baja';
if (irszam.value=='6503')  retval='Baja';
if (irszam.value=='6511')  retval='Bácsszentgyörgy';
if (irszam.value=='6512')  retval='Szeremle';
if (irszam.value=='6513')  retval='Dunafalva';
if (irszam.value=='6521')  retval='Vaskút';
if (irszam.value=='6522')  retval='Gara';
if (irszam.value=='6523')  retval='Csátalja';
if (irszam.value=='6524')  retval='Dávod';
if (irszam.value=='6525')  retval='Hercegszántó';
if (irszam.value=='6527')  retval='Nagybaracska';
if (irszam.value=='6528')  retval='Bátmonostor';
if (irszam.value=='6600')  retval='Szentes';
if (irszam.value=='6612')  retval='Nagytőke';
if (irszam.value=='6621')  retval='Derekegyház';
if (irszam.value=='6622')  retval='Nagymágocs';
if (irszam.value=='6623')  retval='Árpádhalom';
if (irszam.value=='6624')  retval='Eperjes';
if (irszam.value=='6625')  retval='Fábiánsebestyén';
if (irszam.value=='6630')  retval='Mindszent';
if (irszam.value=='6635')  retval='Szegvár';
if (irszam.value=='6636')  retval='Mártély';
if (irszam.value=='6640')  retval='Csongrád';
if (irszam.value=='6645')  retval='Felgyő';
if (irszam.value=='6646')  retval='Tömörkény';
if (irszam.value=='6647')  retval='Csanytelek';
if (irszam.value=='6648')  retval='Csongrád';
if (irszam.value=='6700')  retval='Szeged';
if (irszam.value=='6710')  retval='Szeged';
if (irszam.value=='6720')  retval='Szeged';
if (irszam.value=='6721')  retval='Szeged';
if (irszam.value=='6722')  retval='Szeged';
if (irszam.value=='6723')  retval='Szeged';
if (irszam.value=='6724')  retval='Szeged';
if (irszam.value=='6725')  retval='Szeged';
if (irszam.value=='6726')  retval='Szeged';
if (irszam.value=='6727')  retval='Szeged';
if (irszam.value=='6728')  retval='Szeged';
if (irszam.value=='6729')  retval='Szeged';
if (irszam.value=='6750')  retval='Algyő';
if (irszam.value=='6753')  retval='Szeged';
if (irszam.value=='6754')  retval='Újszentiván';
if (irszam.value=='6755')  retval='Kübekháza';
if (irszam.value=='6756')  retval='Tiszasziget';
if (irszam.value=='6757')  retval='Szeged';
if (irszam.value=='6758')  retval='Röszke';
if (irszam.value=='6760')  retval='Kistelek';
if (irszam.value=='6762')  retval='Sándorfalva';
if (irszam.value=='6763')  retval='Szatymaz';
if (irszam.value=='6764')  retval='Balástya';
if (irszam.value=='6765')  retval='Csengele';
if (irszam.value=='6766')  retval='Dóc';
if (irszam.value=='6767')  retval='Ópusztaszer';
if (irszam.value=='6768')  retval='Baks';
if (irszam.value=='6769')  retval='Pusztaszer';
if (irszam.value=='6771')  retval='Szeged';
if (irszam.value=='6772')  retval='Deszk';
if (irszam.value=='6773')  retval='Klárafalva';
if (irszam.value=='6774')  retval='Ferencszállás';
if (irszam.value=='6775')  retval='Kiszombor';
if (irszam.value=='6781')  retval='Domaszék';
if (irszam.value=='6782')  retval='Mórahalom';
if (irszam.value=='6783')  retval='Ásotthalom';
if (irszam.value=='6784')  retval='Öttömös';
if (irszam.value=='6785')  retval='Pusztamérges';
if (irszam.value=='6786')  retval='Ruzsa';
if (irszam.value=='6787')  retval='Zákányszék';
if (irszam.value=='6791')  retval='Szeged';
if (irszam.value=='6792')  retval='Zsombó';
if (irszam.value=='6793')  retval='Forráskút';
if (irszam.value=='6794')  retval='Üllés';
if (irszam.value=='6795')  retval='Bordány';
if (irszam.value=='6800')  retval='Hódmezővásárhely';
if (irszam.value=='6806')  retval='Hódmezővásárhely';
if (irszam.value=='6821')  retval='Székkutas';
if (irszam.value=='6900')  retval='Makó';
if (irszam.value=='6911')  retval='Királyhegyes';
if (irszam.value=='6912')  retval='Kövegy';
if (irszam.value=='6913')  retval='Csanádpalota';
if (irszam.value=='6914')  retval='Pitvaros';
if (irszam.value=='6915')  retval='Csanádalberti';
if (irszam.value=='6916')  retval='Ambrózfalva';
if (irszam.value=='6917')  retval='Nagyér';
if (irszam.value=='6921')  retval='Maroslele';
if (irszam.value=='6922')  retval='Földeák';
if (irszam.value=='6923')  retval='Óföldeák';
if (irszam.value=='6931')  retval='Apátfalva';
if (irszam.value=='6932')  retval='Magyarcsanád';
if (irszam.value=='6933')  retval='Nagylak';
if (irszam.value=='7000')  retval='Sárbogárd';
if (irszam.value=='7003')  retval='Sárbogárd';
if (irszam.value=='7011')  retval='Alap';
if (irszam.value=='7012')  retval='Alsószentiván';
if (irszam.value=='7013')  retval='Cece';
if (irszam.value=='7014')  retval='Sáregres';
if (irszam.value=='7015')  retval='Igar';
if (irszam.value=='7017')  retval='Mezőszilas';
if (irszam.value=='7018')  retval='Sárbogárd';
if (irszam.value=='7019')  retval='Sárbogárd';
if (irszam.value=='7020')  retval='Dunaföldvár';
if (irszam.value=='7025')  retval='Bölcske';
if (irszam.value=='7026')  retval='Madocsa';
if (irszam.value=='7027')  retval='Paks';
if (irszam.value=='7030')  retval='Paks';
if (irszam.value=='7038')  retval='Pusztahencse';
if (irszam.value=='7039')  retval='Németkér';
if (irszam.value=='7041')  retval='Vajta';
if (irszam.value=='7042')  retval='Pálfa';
if (irszam.value=='7043')  retval='Bikács';
if (irszam.value=='7044')  retval='Nagydorog';
if (irszam.value=='7045')  retval='Györköny';
if (irszam.value=='7047')  retval='Sárszentlőrinc';
if (irszam.value=='7051')  retval='Kajdacs';
if (irszam.value=='7052')  retval='Kölesd';
if (irszam.value=='7054')  retval='Tengelic';
if (irszam.value=='7056')  retval='Szedres';
if (irszam.value=='7057')  retval='Medina';
if (irszam.value=='7061')  retval='Belecska';
if (irszam.value=='7062')  retval='Keszőhidegkút';
if (irszam.value=='7063')  retval='Szárazd';
if (irszam.value=='7064')  retval='Gyönk';
if (irszam.value=='7065')  retval='Miszla';
if (irszam.value=='7066')  retval='Udvari';
if (irszam.value=='7067')  retval='Varsád';
if (irszam.value=='7068')  retval='Kistormás';
if (irszam.value=='7071')  retval='Szakadát';
if (irszam.value=='7072')  retval='Diósberény';
if (irszam.value=='7081')  retval='Simontornya';
if (irszam.value=='7082')  retval='Kisszékely';
if (irszam.value=='7083')  retval='Tolnanémedi';
if (irszam.value=='7084')  retval='Pincehely';
if (irszam.value=='7085')  retval='Nagyszékely';
if (irszam.value=='7086')  retval='Ozora';
if (irszam.value=='7087')  retval='Fürged';
if (irszam.value=='7090')  retval='Tamási';
if (irszam.value=='7091')  retval='Pári';
if (irszam.value=='7092')  retval='Nagykónyi';
if (irszam.value=='7093')  retval='Értény';
if (irszam.value=='7094')  retval='Koppányszántó';
if (irszam.value=='7095')  retval='Iregszemcse';
if (irszam.value=='7097')  retval='Nagyszokoly';
if (irszam.value=='7098')  retval='Magyarkeszi';
if (irszam.value=='7099')  retval='Felsőnyék';
if (irszam.value=='7100')  retval='Szekszárd';
if (irszam.value=='7121')  retval='Szálka';
if (irszam.value=='7122')  retval='Kakasd';
if (irszam.value=='7130')  retval='Tolna';
if (irszam.value=='7131')  retval='Tolna';
if (irszam.value=='7132')  retval='Bogyiszló';
if (irszam.value=='7133')  retval='Fadd';
if (irszam.value=='7134')  retval='Gerjen';
if (irszam.value=='7135')  retval='Dunaszentgyörgy';
if (irszam.value=='7136')  retval='Fácánkert';
if (irszam.value=='7140')  retval='Bátaszék';
if (irszam.value=='7142')  retval='Pörböly';
if (irszam.value=='7143')  retval='Őcsény';
if (irszam.value=='7144')  retval='Decs';
if (irszam.value=='7145')  retval='Sárpilis';
if (irszam.value=='7146')  retval='Várdomb';
if (irszam.value=='7147')  retval='Alsónána';
if (irszam.value=='7148')  retval='Alsónyék';
if (irszam.value=='7149')  retval='Báta';
if (irszam.value=='7150')  retval='Bonyhád';
if (irszam.value=='7158')  retval='Bonyhádvarasd';
if (irszam.value=='7159')  retval='Kisdorog';
if (irszam.value=='7161')  retval='Cikó';
if (irszam.value=='7162')  retval='Grábóc';
if (irszam.value=='7163')  retval='Mőcsény';
if (irszam.value=='7164')  retval='Bátaapáti';
if (irszam.value=='7165')  retval='Mórágy';
if (irszam.value=='7171')  retval='Sióagárd';
if (irszam.value=='7172')  retval='Harc';
if (irszam.value=='7173')  retval='Zomba';
if (irszam.value=='7174')  retval='Kéty';
if (irszam.value=='7175')  retval='Felsőnána';
if (irszam.value=='7176')  retval='Murga';
if (irszam.value=='7181')  retval='Tevel';
if (irszam.value=='7182')  retval='Závod';
if (irszam.value=='7183')  retval='Kisvejke';
if (irszam.value=='7184')  retval='Lengyel';
if (irszam.value=='7185')  retval='Mucsfa';
if (irszam.value=='7186')  retval='Aparhant';
if (irszam.value=='7187')  retval='Bonyhád';
if (irszam.value=='7188')  retval='Szárász';
if (irszam.value=='7191')  retval='Hőgyész';
if (irszam.value=='7192')  retval='Szakály';
if (irszam.value=='7193')  retval='Regöly';
if (irszam.value=='7194')  retval='Kalaznó';
if (irszam.value=='7195')  retval='Mucsi';
if (irszam.value=='7200')  retval='Dombóvár';
if (irszam.value=='7211')  retval='Dalmand';
if (irszam.value=='7212')  retval='Kocsola';
if (irszam.value=='7213')  retval='Szakcs';
if (irszam.value=='7214')  retval='Lápafő';
if (irszam.value=='7215')  retval='Nak';
if (irszam.value=='7224')  retval='Dúzs';
if (irszam.value=='7225')  retval='Csibrák';
if (irszam.value=='7226')  retval='Kurd';
if (irszam.value=='7227')  retval='Gyulaj';
if (irszam.value=='7228')  retval='Döbrököz';
if (irszam.value=='7251')  retval='Kapospula';
if (irszam.value=='7252')  retval='Attala';
if (irszam.value=='7253')  retval='Csoma';
if (irszam.value=='7255')  retval='Nagyberki';
if (irszam.value=='7256')  retval='Kercseliget';
if (irszam.value=='7257')  retval='Mosdós';
if (irszam.value=='7258')  retval='Baté';
if (irszam.value=='7261')  retval='Taszár';
if (irszam.value=='7271')  retval='Fonó';
if (irszam.value=='7272')  retval='Gölle';
if (irszam.value=='7273')  retval='Büssü';
if (irszam.value=='7274')  retval='Kazsok';
if (irszam.value=='7275')  retval='Igal';
if (irszam.value=='7276')  retval='Somogyszil';
if (irszam.value=='7279')  retval='Kisgyalán';
if (irszam.value=='7281')  retval='Bonnya';
if (irszam.value=='7282')  retval='Kisbárapáti';
if (irszam.value=='7283')  retval='Somogyacsa';
if (irszam.value=='7284')  retval='Somogydöröcske';
if (irszam.value=='7285')  retval='Törökkoppány';
if (irszam.value=='7300')  retval='Komló';
if (irszam.value=='7304')  retval='Mánfa ';
if (irszam.value=='7305')  retval='Mecsekpölöske';
if (irszam.value=='7331')  retval='Liget';
if (irszam.value=='7332')  retval='Magyaregregy';
if (irszam.value=='7333')  retval='Kárász';
if (irszam.value=='7334')  retval='Szalatnak';
if (irszam.value=='7341')  retval='Csikóstőttős';
if (irszam.value=='7342')  retval='Mágocs';
if (irszam.value=='7343')  retval='Nagyhajmás';
if (irszam.value=='7344')  retval='Mekényes';
if (irszam.value=='7345')  retval='Alsómocsolád';
if (irszam.value=='7346')  retval='Bikal';
if (irszam.value=='7347')  retval='Egyházaskozár';
if (irszam.value=='7348')  retval='Hegyhátmaróc';
if (irszam.value=='7349')  retval='Szászvár';
if (irszam.value=='7351')  retval='Máza';
if (irszam.value=='7352')  retval='Györe';
if (irszam.value=='7353')  retval='Izmény';
if (irszam.value=='7354')  retval='Váralja';
if (irszam.value=='7355')  retval='Nagymányok';
if (irszam.value=='7356')  retval='Kismányok';
if (irszam.value=='7357')  retval='Jágónak';
if (irszam.value=='7361')  retval='Kaposszekcső';
if (irszam.value=='7362')  retval='Vásárosdombó';
if (irszam.value=='7370')  retval='Sásd';
if (irszam.value=='7381')  retval='Kisvaszar';
if (irszam.value=='7383')  retval='Tormás';
if (irszam.value=='7384')  retval='Baranyajenő';
if (irszam.value=='7385')  retval='Gödre';
if (irszam.value=='7386')  retval='Gödre';
if (irszam.value=='7391')  retval='Mindszentgodisa';
if (irszam.value=='7393')  retval='Bakóca';
if (irszam.value=='7394')  retval='Magyarhertelend';
if (irszam.value=='7396')  retval='Magyarszék';
if (irszam.value=='7400')  retval='Kaposvár';
if (irszam.value=='7409')  retval='Kaposvár';
if (irszam.value=='7431')  retval='Juta';
if (irszam.value=='7432')  retval='Hetes';
if (irszam.value=='7434')  retval='Mezőcsokonya';
if (irszam.value=='7435')  retval='Somogysárd';
if (irszam.value=='7436')  retval='Újvárfalva';
if (irszam.value=='7439')  retval='Bodrog';
if (irszam.value=='7441')  retval='Magyaregres';
if (irszam.value=='7442')  retval='Várda';
if (irszam.value=='7443')  retval='Somogyjád';
if (irszam.value=='7444')  retval='Osztopán';
if (irszam.value=='7452')  retval='Somogyaszaló';
if (irszam.value=='7453')  retval='Mernye';
if (irszam.value=='7454')  retval='Somodor';
if (irszam.value=='7455')  retval='Somogygeszti';
if (irszam.value=='7456')  retval='Felsőmocsolád';
if (irszam.value=='7457')  retval='Ecseny';
if (irszam.value=='7458')  retval='Polány';
if (irszam.value=='7463')  retval='Magyaratád';
if (irszam.value=='7464')  retval='Ráksi';
if (irszam.value=='7465')  retval='Szentgáloskér';
if (irszam.value=='7471')  retval='Zimány';
if (irszam.value=='7472')  retval='Szentbalázs';
if (irszam.value=='7473')  retval='Gálosfa';
if (irszam.value=='7474')  retval='Simonfa';
if (irszam.value=='7475')  retval='Bőszénfa';
if (irszam.value=='7476')  retval='Kaposszerdahely';
if (irszam.value=='7477')  retval='Szenna';
if (irszam.value=='7478')  retval='Bárdudvarnok';
if (irszam.value=='7479')  retval='Sántos';
if (irszam.value=='7500')  retval='Nagyatád';
if (irszam.value=='7511')  retval='Ötvöskónyi';
if (irszam.value=='7512')  retval='Mike';
if (irszam.value=='7513')  retval='Rinyaszentkirály';
if (irszam.value=='7514')  retval='Tarany';
if (irszam.value=='7515')  retval='Somogyudvarhely';
if (irszam.value=='7516')  retval='Berzence';
if (irszam.value=='7517')  retval='Bolhás';
if (irszam.value=='7521')  retval='Kaposmérő';
if (irszam.value=='7522')  retval='Kaposújlak';
if (irszam.value=='7523')  retval='Kaposfő';
if (irszam.value=='7524')  retval='Kiskorpád';
if (irszam.value=='7525')  retval='Jákó';
if (irszam.value=='7526')  retval='Csököly';
if (irszam.value=='7527')  retval='Gige';
if (irszam.value=='7530')  retval='Kadarkút';
if (irszam.value=='7532')  retval='Hencse';
if (irszam.value=='7533')  retval='Hedrehely';
if (irszam.value=='7535')  retval='Lad';
if (irszam.value=='7536')  retval='Patosfa';
if (irszam.value=='7537')  retval='Homokszentgyörgy';
if (irszam.value=='7538')  retval='Kálmáncsa';
if (irszam.value=='7539')  retval='Szulok';
if (irszam.value=='7541')  retval='Kutas';
if (irszam.value=='7542')  retval='Kisbajom';
if (irszam.value=='7543')  retval='Beleg';
if (irszam.value=='7544')  retval='Szabás';
if (irszam.value=='7545')  retval='Nagykorpád';
if (irszam.value=='7551')  retval='Lábod';
if (irszam.value=='7552')  retval='Rinyabesenyő';
if (irszam.value=='7553')  retval='Görgeteg';
if (irszam.value=='7555')  retval='Csokonyavisonta';
if (irszam.value=='7556')  retval='Rinyaújlak';
if (irszam.value=='7557')  retval='Barcs';
if (irszam.value=='7561')  retval='Nagybajom';
if (irszam.value=='7562')  retval='Segesd';
if (irszam.value=='7563')  retval='Somogyszob';
if (irszam.value=='7564')  retval='Kaszó';
if (irszam.value=='7570')  retval='Barcs';
if (irszam.value=='7582')  retval='Komlósd';
if (irszam.value=='7584')  retval='Babócsa';
if (irszam.value=='7585')  retval='Háromfa';
if (irszam.value=='7586')  retval='Bolhó';
if (irszam.value=='7587')  retval='Heresznye';
if (irszam.value=='7588')  retval='Vízvár';
if (irszam.value=='7589')  retval='Bélavár';
if (irszam.value=='7600')  retval='Pécs';
if (irszam.value=='7621')  retval='Pécs';
if (irszam.value=='7622')  retval='Pécs';
if (irszam.value=='7623')  retval='Pécs';
if (irszam.value=='7624')  retval='Pécs';
if (irszam.value=='7625')  retval='Pécs';
if (irszam.value=='7626')  retval='Pécs';
if (irszam.value=='7627')  retval='Pécs';
if (irszam.value=='7628')  retval='Pécs';
if (irszam.value=='7629')  retval='Pécs';
if (irszam.value=='7630')  retval='Pécs';
if (irszam.value=='7631')  retval='Pécs';
if (irszam.value=='7632')  retval='Pécs';
if (irszam.value=='7633')  retval='Pécs';
if (irszam.value=='7634')  retval='Pécs';
if (irszam.value=='7635')  retval='Pécs';
if (irszam.value=='7636')  retval='Pécs';
if (irszam.value=='7639')  retval='Kökény';
if (irszam.value=='7661')  retval='Erzsébet';
if (irszam.value=='7663')  retval='Máriakéménd';
if (irszam.value=='7664')  retval='Berkesd';
if (irszam.value=='7666')  retval='Pogány';
if (irszam.value=='7668')  retval='Keszü';
if (irszam.value=='7671')  retval='Bicsérd';
if (irszam.value=='7672')  retval='Boda';
if (irszam.value=='7673')  retval='Kővágószőlős';
if (irszam.value=='7675')  retval='Bakonya';
if (irszam.value=='7677')  retval='Orfű ';
if (irszam.value=='7678')  retval='Abaliget';
if (irszam.value=='7681')  retval='Hetvehely';
if (irszam.value=='7682')  retval='Bükkösd';
if (irszam.value=='7683')  retval='Helesfa';
if (irszam.value=='7691')  retval='Pécs';
if (irszam.value=='7693')  retval='Pécs';
if (irszam.value=='7694')  retval='Hosszúhetény';
if (irszam.value=='7695')  retval='Mecseknádasd';
if (irszam.value=='7696')  retval='Hidas';
if (irszam.value=='7700')  retval='Mohács';
if (irszam.value=='7711')  retval='Bár';
if (irszam.value=='7712')  retval='Dunaszekcső';
if (irszam.value=='7714')  retval='Mohács';
if (irszam.value=='7715')  retval='Mohács';
if (irszam.value=='7716')  retval='Homorúd';
if (irszam.value=='7717')  retval='Kölked';
if (irszam.value=='7718')  retval='Udvar';
if (irszam.value=='7720')  retval='Pécsvárad';
if (irszam.value=='7723')  retval='Erdősmecske';
if (irszam.value=='7724')  retval='Feked';
if (irszam.value=='7725')  retval='Szebény';
if (irszam.value=='7726')  retval='Véménd';
if (irszam.value=='7727')  retval='Palotabozsok';
if (irszam.value=='7728')  retval='Somberek';
if (irszam.value=='7731')  retval='Nagypall';
if (irszam.value=='7732')  retval='Fazekasboda';
if (irszam.value=='7733')  retval='Geresdlak';
if (irszam.value=='7735')  retval='Himesháza';
if (irszam.value=='7737')  retval='Székelyszabar';
if (irszam.value=='7741')  retval='Nagykozár';
if (irszam.value=='7742')  retval='Bogád';
if (irszam.value=='7743')  retval='Romonya';
if (irszam.value=='7744')  retval='Ellend';
if (irszam.value=='7745')  retval='Olasz';
if (irszam.value=='7747')  retval='Belvárdgyula';
if (irszam.value=='7751')  retval='Szederkény';
if (irszam.value=='7752')  retval='Versend';
if (irszam.value=='7753')  retval='Szajk';
if (irszam.value=='7754')  retval='Bóly';
if (irszam.value=='7755')  retval='Töttös';
if (irszam.value=='7756')  retval='Borjád';
if (irszam.value=='7757')  retval='Babarc';
if (irszam.value=='7759')  retval='Lánycsók';
if (irszam.value=='7761')  retval='Kozármisleny';
if (irszam.value=='7762')  retval='Pécsudvard';
if (irszam.value=='7763')  retval='Egerág';
if (irszam.value=='7766')  retval='Újpetre';
if (irszam.value=='7768')  retval='Vokány';
if (irszam.value=='7771')  retval='Palkonya';
if (irszam.value=='7772')  retval='Villánykövesd';
if (irszam.value=='7773')  retval='Villány';
if (irszam.value=='7774')  retval='Márok';
if (irszam.value=='7775')  retval='Magyarbóly';
if (irszam.value=='7781')  retval='Lippó';
if (irszam.value=='7782')  retval='Bezedek';
if (irszam.value=='7783')  retval='Majs';
if (irszam.value=='7784')  retval='Nagynyárád';
if (irszam.value=='7785')  retval='Sátorhely';
if (irszam.value=='7800')  retval='Siklós';
if (irszam.value=='7811')  retval='Szalánta';
if (irszam.value=='7812')  retval='Garé';
if (irszam.value=='7813')  retval='Szava';
if (irszam.value=='7814')  retval='Ócsárd';
if (irszam.value=='7815')  retval='Harkány';
if (irszam.value=='7817')  retval='Diósviszló';
if (irszam.value=='7822')  retval='Nagyharsány';
if (irszam.value=='7823')  retval='Siklósnagyfalu';
if (irszam.value=='7824')  retval='Egyházasharaszti';
if (irszam.value=='7826')  retval='Alsószentmárton';
if (irszam.value=='7827')  retval='Beremend';
if (irszam.value=='7831')  retval='Pellérd';
if (irszam.value=='7833')  retval='Görcsöny';
if (irszam.value=='7834')  retval='Baksa';
if (irszam.value=='7836')  retval='Bogádmindszent';
if (irszam.value=='7837')  retval='Hegyszentmárton';
if (irszam.value=='7838')  retval='Vajszló';
if (irszam.value=='7839')  retval='Zaláta';
if (irszam.value=='7841')  retval='Sámod';
if (irszam.value=='7843')  retval='Kémes';
if (irszam.value=='7846')  retval='Drávacsepely';
if (irszam.value=='7847')  retval='Kovácshida';
if (irszam.value=='7849')  retval='Drávacsehi';
if (irszam.value=='7850')  retval='Drávapalkonya';
if (irszam.value=='7851')  retval='Drávaszabolcs';
if (irszam.value=='7853')  retval='Gordisa';
if (irszam.value=='7854')  retval='Matty';
if (irszam.value=='7900')  retval='Szigetvár';
if (irszam.value=='7912')  retval='Nagypeterd';
if (irszam.value=='7913')  retval='Szentdénes';
if (irszam.value=='7914')  retval='Rózsafa';
if (irszam.value=='7915')  retval='Dencsháza';
if (irszam.value=='7918')  retval='Lakócsa';
if (irszam.value=='7921')  retval='Somogyhatvan';
if (irszam.value=='7922')  retval='Somogyapáti';
if (irszam.value=='7923')  retval='Basal';
if (irszam.value=='7924')  retval='Somogyviszló';
if (irszam.value=='7925')  retval='Somogyhárságy';
if (irszam.value=='7926')  retval='Vásárosbéc';
if (irszam.value=='7932')  retval='Mozsgó';
if (irszam.value=='7934')  retval='Almamellék';
if (irszam.value=='7935')  retval='Ibafa';
if (irszam.value=='7936')  retval='Szentlászló';
if (irszam.value=='7937')  retval='Boldogasszonyfa';
if (irszam.value=='7940')  retval='Szentlőrinc';
if (irszam.value=='7951')  retval='Szabadszentkirály';
if (irszam.value=='7953')  retval='Királyegyháza';
if (irszam.value=='7954')  retval='Magyarmecske';
if (irszam.value=='7957')  retval='Okorág ';
if (irszam.value=='7958')  retval='Kákics ';
if (irszam.value=='7960')  retval='Sellye';
if (irszam.value=='7964')  retval='Csányoszró';
if (irszam.value=='7966')  retval='Bogdása';
if (irszam.value=='7967')  retval='Drávafok';
if (irszam.value=='7968')  retval='Felsőszentmárton';
if (irszam.value=='7971')  retval='Hobol';
if (irszam.value=='7972')  retval='Gyöngyösmellék';
if (irszam.value=='7973')  retval='Teklafalu';
if (irszam.value=='7975')  retval='Kétújfalu';
if (irszam.value=='7976')  retval='Zádor';
if (irszam.value=='7977')  retval='Kastélyosdombó';
if (irszam.value=='7979')  retval='Drávatamási';
if (irszam.value=='7980')  retval='Pettend';
if (irszam.value=='7981')  retval='Nemeske';
if (irszam.value=='7985')  retval='Nagydobsza';
if (irszam.value=='7987')  retval='Istvándi';
if (irszam.value=='7988')  retval='Darány';
if (irszam.value=='8000')  retval='Székesfehérvár';
if (irszam.value=='8019')  retval='Székesfehérvár';
if (irszam.value=='8041')  retval='Csór';
if (irszam.value=='8042')  retval='Moha';
if (irszam.value=='8043')  retval='Iszkaszentgyörgy';
if (irszam.value=='8044')  retval='Kincsesbánya';
if (irszam.value=='8045')  retval='Isztimér';
if (irszam.value=='8046')  retval='Bakonykúti';
if (irszam.value=='8051')  retval='Sárkeresztes';
if (irszam.value=='8052')  retval='Fehérvárcsurgó';
if (irszam.value=='8053')  retval='Bodajk';
if (irszam.value=='8054')  retval='Balinka';
if (irszam.value=='8055')  retval='Balinka';
if (irszam.value=='8056')  retval='Bakonycsernye';
if (irszam.value=='8060')  retval='Mór';
if (irszam.value=='8065')  retval='Nagyveleg';
if (irszam.value=='8066')  retval='Pusztavám';
if (irszam.value=='8071')  retval='Magyaralmás';
if (irszam.value=='8072')  retval='Söréd';
if (irszam.value=='8073')  retval='Csákberény';
if (irszam.value=='8074')  retval='Csókakő';
if (irszam.value=='8080')  retval='Bodmér';
if (irszam.value=='8081')  retval='Zámoly';
if (irszam.value=='8082')  retval='Gánt';
if (irszam.value=='8083')  retval='Csákvár';
if (irszam.value=='8085')  retval='Vértesboglár';
if (irszam.value=='8086')  retval='Felcsút';
if (irszam.value=='8087')  retval='Alcsútdoboz';
if (irszam.value=='8088')  retval='Tabajd';
if (irszam.value=='8089')  retval='Vértesacsa';
if (irszam.value=='8092')  retval='Pátka';
if (irszam.value=='8093')  retval='Lovasberény';
if (irszam.value=='8095')  retval='Pákozd';
if (irszam.value=='8096')  retval='Sukoró';
if (irszam.value=='8097')  retval='Nadap';
if (irszam.value=='8100')  retval='Várpalota';
if (irszam.value=='8103')  retval='Várpalota';
if (irszam.value=='8104')  retval='Várpalota';
if (irszam.value=='8105')  retval='Pétfürdő';
if (irszam.value=='8109')  retval='Tés';
if (irszam.value=='8111')  retval='Seregélyes';
if (irszam.value=='8112')  retval='Zichyújfalu';
if (irszam.value=='8121')  retval='Tác';
if (irszam.value=='8122')  retval='Csősz';
if (irszam.value=='8123')  retval='Soponya';
if (irszam.value=='8124')  retval='Káloz';
if (irszam.value=='8125')  retval='Sárkeresztúr';
if (irszam.value=='8126')  retval='Sárszentágota';
if (irszam.value=='8127')  retval='Aba';
if (irszam.value=='8130')  retval='Enying';
if (irszam.value=='8131')  retval='Enying';
if (irszam.value=='8132')  retval='Lepsény';
if (irszam.value=='8133')  retval='Mezőszentgyörgy';
if (irszam.value=='8134')  retval='Mátyásdomb';
if (irszam.value=='8135')  retval='Dég';
if (irszam.value=='8136')  retval='Lajoskomárom';
if (irszam.value=='8137')  retval='Mezőkomárom';
if (irszam.value=='8138')  retval='Szabadhídvég';
if (irszam.value=='8142')  retval='Úrhida';
if (irszam.value=='8143')  retval='Sárszentmihály';
if (irszam.value=='8144')  retval='Sárkeszi';
if (irszam.value=='8145')  retval='Nádasdladány';
if (irszam.value=='8146')  retval='Jenő';
if (irszam.value=='8151')  retval='Szabadbattyán';
if (irszam.value=='8152')  retval='Kőszárhegy';
if (irszam.value=='8154')  retval='Polgárdi';
if (irszam.value=='8156')  retval='Kisláng';
if (irszam.value=='8157')  retval='Füle';
if (irszam.value=='8161')  retval='Ősi';
if (irszam.value=='8162')  retval='Küngös';
if (irszam.value=='8163')  retval='Csajág';
if (irszam.value=='8164')  retval='Balatonfőkajár';
if (irszam.value=='8171')  retval='Balatonaliga';
if (irszam.value=='8172')  retval='Balatonkenese';
if (irszam.value=='8173')  retval='Balatonkenese';
if (irszam.value=='8174')  retval='Balatonkenese';
if (irszam.value=='8175')  retval='Balatonfűzfő';
if (irszam.value=='8181')  retval='Berhida';
if (irszam.value=='8182')  retval='Berhida';
if (irszam.value=='8183')  retval='Papkeszi';
if (irszam.value=='8184')  retval='Balatonfűzfő';
if (irszam.value=='8191')  retval='Öskü';
if (irszam.value=='8192')  retval='Hajmáskér';
if (irszam.value=='8193')  retval='Sóly';
if (irszam.value=='8194')  retval='Vilonya';
if (irszam.value=='8195')  retval='Királyszentistván';
if (irszam.value=='8196')  retval='Litér';
if (irszam.value=='8200')  retval='Veszprém';
if (irszam.value=='8220')  retval='Balatonalmádi';
if (irszam.value=='8225')  retval='Szentkirályszabadja';
if (irszam.value=='8226')  retval='Alsóörs';
if (irszam.value=='8227')  retval='Felsőörs';
if (irszam.value=='8228')  retval='Lovas';
if (irszam.value=='8229')  retval='Csopak';
if (irszam.value=='8230')  retval='Balatonfüred';
if (irszam.value=='8236')  retval='Balatonfüred';
if (irszam.value=='8237')  retval='Tihany';
if (irszam.value=='8241')  retval='Aszófő';
if (irszam.value=='8242')  retval='Balatonudvari';
if (irszam.value=='8243')  retval='Balatonakali';
if (irszam.value=='8244')  retval='Dörgicse';
if (irszam.value=='8245')  retval='Pécsely';
if (irszam.value=='8246')  retval='Tótvázsony';
if (irszam.value=='8247')  retval='Hidegkút';
if (irszam.value=='8248')  retval='Nemesvámos';
if (irszam.value=='8251')  retval='Zánka ';
if (irszam.value=='8252')  retval='Balatonszepezd';
if (irszam.value=='8253')  retval='Révfülöp';
if (irszam.value=='8254')  retval='Kővágóörs';
if (irszam.value=='8255')  retval='Balatonrendes';
if (irszam.value=='8256')  retval='Ábrahámhegy';
if (irszam.value=='8257')  retval='Badacsonytomaj';
if (irszam.value=='8258')  retval='Badacsonytomaj';
if (irszam.value=='8261')  retval='Badacsonytomaj';
if (irszam.value=='8263')  retval='Badacsonytördemic';
if (irszam.value=='8264')  retval='Szigliget';
if (irszam.value=='8265')  retval='Hegymagas';
if (irszam.value=='8271')  retval='Mencshely';
if (irszam.value=='8272')  retval='Szentantalfa';
if (irszam.value=='8273')  retval='Monoszló';
if (irszam.value=='8274')  retval='Köveskál';
if (irszam.value=='8275')  retval='Balatonhenye';
if (irszam.value=='8281')  retval='Szentbékkálla';
if (irszam.value=='8282')  retval='Mindszentkálla';
if (irszam.value=='8283')  retval='Káptalantóti';
if (irszam.value=='8284')  retval='Nemesgulács';
if (irszam.value=='8286')  retval='Gyulakeszi';
if (irszam.value=='8291')  retval='Nagyvázsony';
if (irszam.value=='8292')  retval='Öcs';
if (irszam.value=='8294')  retval='Kapolcs';
if (irszam.value=='8295')  retval='Taliándörögd';
if (irszam.value=='8296')  retval='Monostorapáti';
if (irszam.value=='8297')  retval='Tapolca';
if (irszam.value=='8300')  retval='Tapolca';
if (irszam.value=='8308')  retval='Zalahaláp';
if (irszam.value=='8311')  retval='Nemesvita';
if (irszam.value=='8312')  retval='Balatonederics';
if (irszam.value=='8313')  retval='Balatongyörök';
if (irszam.value=='8314')  retval='Vonyarcvashegy';
if (irszam.value=='8315')  retval='Gyenesdiás';
if (irszam.value=='8316')  retval='Várvölgy';
if (irszam.value=='8318')  retval='Lesencetomaj';
if (irszam.value=='8319')  retval='Lesenceistvánd';
if (irszam.value=='8321')  retval='Uzsa';
if (irszam.value=='8330')  retval='Sümeg';
if (irszam.value=='8341')  retval='Mihályfa';
if (irszam.value=='8342')  retval='Óhíd';
if (irszam.value=='8344')  retval='Zalaerdőd';
if (irszam.value=='8345')  retval='Dabronc';
if (irszam.value=='8346')  retval='Gógánfa';
if (irszam.value=='8347')  retval='Ukk';
if (irszam.value=='8348')  retval='Rigács';
if (irszam.value=='8349')  retval='Zalagyömörő';
if (irszam.value=='8351')  retval='Sümegprága';
if (irszam.value=='8352')  retval='Bazsi';
if (irszam.value=='8353')  retval='Zalaszántó';
if (irszam.value=='8354')  retval='Karmacs';
if (irszam.value=='8355')  retval='Vindornyaszőlős';
if (irszam.value=='8356')  retval='Kisgörbő';
if (irszam.value=='8357')  retval='Sümegcsehi';
if (irszam.value=='8360')  retval='Keszthely';
if (irszam.value=='8371')  retval='Nemesbük';
if (irszam.value=='8372')  retval='Cserszegtomaj';
if (irszam.value=='8373')  retval='Rezi';
if (irszam.value=='8380')  retval='Hévíz';
if (irszam.value=='8391')  retval='Sármellék';
if (irszam.value=='8392')  retval='Zalavár';
if (irszam.value=='8393')  retval='Szentgyörgyvár';
if (irszam.value=='8394')  retval='Alsópáhok';
if (irszam.value=='8400')  retval='Ajka';
if (irszam.value=='8409')  retval='Úrkút';
if (irszam.value=='8411')  retval='Veszprém';
if (irszam.value=='8412')  retval='Veszprém';
if (irszam.value=='8413')  retval='Eplény';
if (irszam.value=='8414')  retval='Olaszfalu';
if (irszam.value=='8415')  retval='Nagyesztergár';
if (irszam.value=='8416')  retval='Dudar';
if (irszam.value=='8417')  retval='Csetény';
if (irszam.value=='8418')  retval='Bakonyoszlop';
if (irszam.value=='8419')  retval='Csesznek';
if (irszam.value=='8420')  retval='Zirc';
if (irszam.value=='8422')  retval='Bakonynána';
if (irszam.value=='8423')  retval='Szápár';
if (irszam.value=='8424')  retval='Jásd';
if (irszam.value=='8425')  retval='Lókút';
if (irszam.value=='8426')  retval='Pénzesgyőr';
if (irszam.value=='8427')  retval='Bakonybél';
if (irszam.value=='8428')  retval='Borzavár';
if (irszam.value=='8429')  retval='Porva';
if (irszam.value=='8430')  retval='Bakonyszentkirály';
if (irszam.value=='8431')  retval='Bakonyszentlászló';
if (irszam.value=='8432')  retval='Fenyőfő';
if (irszam.value=='8433')  retval='Bakonygyirót';
if (irszam.value=='8434')  retval='Románd';
if (irszam.value=='8435')  retval='Gic';
if (irszam.value=='8438')  retval='Veszprémvarsány';
if (irszam.value=='8439')  retval='Sikátor';
if (irszam.value=='8440')  retval='Herend';
if (irszam.value=='8441')  retval='Márkó';
if (irszam.value=='8442')  retval='Hárskút';
if (irszam.value=='8443')  retval='Bánd';
if (irszam.value=='8444')  retval='Szentgál';
if (irszam.value=='8445')  retval='Városlőd';
if (irszam.value=='8446')  retval='Kislőd';
if (irszam.value=='8447')  retval='Ajka';
if (irszam.value=='8448')  retval='Ajka';
if (irszam.value=='8449')  retval='Magyarpolány';
if (irszam.value=='8451')  retval='Ajka';
if (irszam.value=='8452')  retval='Halimba';
if (irszam.value=='8454')  retval='Nyirád';
if (irszam.value=='8455')  retval='Pusztamiske';
if (irszam.value=='8456')  retval='Noszlop';
if (irszam.value=='8457')  retval='Bakonypölöske';
if (irszam.value=='8458')  retval='Oroszi';
if (irszam.value=='8460')  retval='Devecser';
if (irszam.value=='8468')  retval='Kolontár';
if (irszam.value=='8469')  retval='Kamond';
if (irszam.value=='8471')  retval='Káptalanfa';
if (irszam.value=='8473')  retval='Gyepükaján';
if (irszam.value=='8474')  retval='Csabrendek';
if (irszam.value=='8475')  retval='Veszprémgalsa';
if (irszam.value=='8476')  retval='Zalaszegvár';
if (irszam.value=='8477')  retval='Tüskevár';
if (irszam.value=='8478')  retval='Somlójenő';
if (irszam.value=='8479')  retval='Borszörcsök';
if (irszam.value=='8481')  retval='Somlóvásárhely';
if (irszam.value=='8482')  retval='Doba';
if (irszam.value=='8483')  retval='Somlószőlős';
if (irszam.value=='8484')  retval='Nagyalásony';
if (irszam.value=='8485')  retval='Dabrony';
if (irszam.value=='8491')  retval='Karakószörcsök';
if (irszam.value=='8492')  retval='Kerta';
if (irszam.value=='8493')  retval='Iszkáz';
if (irszam.value=='8494')  retval='Kiscsősz';
if (irszam.value=='8495')  retval='Csögle';
if (irszam.value=='8496')  retval='Nagypirit';
if (irszam.value=='8497')  retval='Adorjánháza';
if (irszam.value=='8500')  retval='Pápa';
if (irszam.value=='8511')  retval='Pápa';
if (irszam.value=='8512')  retval='Nyárád';
if (irszam.value=='8513')  retval='Mihályháza';
if (irszam.value=='8514')  retval='Mezőlak';
if (irszam.value=='8515')  retval='Békás';
if (irszam.value=='8516')  retval='Kemeneshőgyész';
if (irszam.value=='8517')  retval='Magyargencs';
if (irszam.value=='8518')  retval='Kemenesszentpéter';
if (irszam.value=='8521')  retval='Nagyacsád';
if (irszam.value=='8522')  retval='Nemesgörzsöny';
if (irszam.value=='8523')  retval='Egyházaskesző';
if (irszam.value=='8531')  retval='Marcaltő';
if (irszam.value=='8532')  retval='Marcaltő';
if (irszam.value=='8533')  retval='Malomsok';
if (irszam.value=='8541')  retval='Takácsi';
if (irszam.value=='8542')  retval='Vaszar';
if (irszam.value=='8543')  retval='Gecse';
if (irszam.value=='8551')  retval='Nagygyimót';
if (irszam.value=='8552')  retval='Vanyola';
if (irszam.value=='8553')  retval='Lovászpatona';
if (irszam.value=='8554')  retval='Nagydém';
if (irszam.value=='8555')  retval='Bakonytamási';
if (irszam.value=='8556')  retval='Pápateszér';
if (irszam.value=='8557')  retval='Bakonyszentiván';
if (irszam.value=='8558')  retval='Csót';
if (irszam.value=='8561')  retval='Adásztevel';
if (irszam.value=='8562')  retval='Nagytevel';
if (irszam.value=='8563')  retval='Homokbödöge';
if (irszam.value=='8564')  retval='Ugod';
if (irszam.value=='8565')  retval='Béb';
if (irszam.value=='8571')  retval='Bakonykoppány';
if (irszam.value=='8572')  retval='Bakonyszücs';
if (irszam.value=='8581')  retval='Bakonyjákó';
if (irszam.value=='8582')  retval='Farkasgyepű';
if (irszam.value=='8591')  retval='Pápa';
if (irszam.value=='8592')  retval='Dáka';
if (irszam.value=='8593')  retval='Pápadereske';
if (irszam.value=='8594')  retval='Pápasalamon';
if (irszam.value=='8595')  retval='Kup';
if (irszam.value=='8596')  retval='Pápakovácsi';
if (irszam.value=='8597')  retval='Ganna';
if (irszam.value=='8598')  retval='Pápa';
if (irszam.value=='8600')  retval='Siófok';
if (irszam.value=='8609')  retval='Siófok';
if (irszam.value=='8611')  retval='Siófok';
if (irszam.value=='8612')  retval='Nyim';
if (irszam.value=='8613')  retval='Balatonendréd';
if (irszam.value=='8614')  retval='Bálványos';
if (irszam.value=='8617')  retval='Kőröshegy ';
if (irszam.value=='8618')  retval='Kereki';
if (irszam.value=='8619')  retval='Pusztaszemes';
if (irszam.value=='8621')  retval='Zamárdi';
if (irszam.value=='8622')  retval='Szántód';
if (irszam.value=='8623')  retval='Balatonföldvár';
if (irszam.value=='8624')  retval='Balatonszárszó';
if (irszam.value=='8625')  retval='Szólád';
if (irszam.value=='8626')  retval='Teleki';
if (irszam.value=='8627')  retval='Kötcse';
if (irszam.value=='8628')  retval='Nagycsepely';
if (irszam.value=='8630')  retval='Balatonboglár';
if (irszam.value=='8635')  retval='Ordacsehi';
if (irszam.value=='8636')  retval='Balatonszemes';
if (irszam.value=='8637')  retval='Balatonőszöd';
if (irszam.value=='8638')  retval='Balatonlelle';
if (irszam.value=='8640')  retval='Fonyód';
if (irszam.value=='8646')  retval='Balatonfenyves';
if (irszam.value=='8647')  retval='Balatonmáriafürdő';
if (irszam.value=='8648')  retval='Balatonkeresztúr ';
if (irszam.value=='8649')  retval='Balatonberény';
if (irszam.value=='8651')  retval='Balatonszabadi';
if (irszam.value=='8652')  retval='Siójut';
if (irszam.value=='8653')  retval='Ádánd';
if (irszam.value=='8654')  retval='Ságvár';
if (irszam.value=='8655')  retval='Som';
if (irszam.value=='8656')  retval='Nagyberény';
if (irszam.value=='8658')  retval='Bábonymegyer';
if (irszam.value=='8660')  retval='Tab';
if (irszam.value=='8666')  retval='Bedegkér';
if (irszam.value=='8667')  retval='Kánya';
if (irszam.value=='8668')  retval='Tengőd';
if (irszam.value=='8669')  retval='Miklósi';
if (irszam.value=='8671')  retval='Kapoly';
if (irszam.value=='8672')  retval='Zics';
if (irszam.value=='8673')  retval='Somogymeggyes';
if (irszam.value=='8674')  retval='Nágocs';
if (irszam.value=='8675')  retval='Andocs';
if (irszam.value=='8676')  retval='Karád';
if (irszam.value=='8681')  retval='Látrány';
if (irszam.value=='8683')  retval='Somogytúr';
if (irszam.value=='8684')  retval='Somogybabod';
if (irszam.value=='8685')  retval='Gamás';
if (irszam.value=='8691')  retval='Balatonboglár';
if (irszam.value=='8692')  retval='Szőlősgyörök';
if (irszam.value=='8693')  retval='Lengyeltóti';
if (irszam.value=='8694')  retval='Hács';
if (irszam.value=='8695')  retval='Buzsák';
if (irszam.value=='8696')  retval='Táska';
if (irszam.value=='8697')  retval='Öreglak';
if (irszam.value=='8698')  retval='Somogyvár';
if (irszam.value=='8699')  retval='Somogyvámos';
if (irszam.value=='8700')  retval='Marcali';
if (irszam.value=='8705')  retval='Somogyszentpál';
if (irszam.value=='8706')  retval='Nikla';
if (irszam.value=='8707')  retval='Pusztakovácsi';
if (irszam.value=='8708')  retval='Somogyfajsz';
if (irszam.value=='8709')  retval='Marcali';
if (irszam.value=='8710')  retval='Balatonszentgyörgy ';
if (irszam.value=='8711')  retval='Vörs';
if (irszam.value=='8712')  retval='Balatonújlak';
if (irszam.value=='8713')  retval='Kéthely';
if (irszam.value=='8714')  retval='Marcali';
if (irszam.value=='8716')  retval='Mesztegnyő';
if (irszam.value=='8717')  retval='Szenyér';
if (irszam.value=='8718')  retval='Tapsony';
if (irszam.value=='8719')  retval='Böhönye';
if (irszam.value=='8721')  retval='Vése';
if (irszam.value=='8722')  retval='Nemesdéd';
if (irszam.value=='8723')  retval='Varászló';
if (irszam.value=='8724')  retval='Inke';
if (irszam.value=='8725')  retval='Iharosberény';
if (irszam.value=='8726')  retval='Iharos';
if (irszam.value=='8728')  retval='Pogányszentpéter';
if (irszam.value=='8731')  retval='Hollád';
if (irszam.value=='8732')  retval='Sávoly';
if (irszam.value=='8733')  retval='Somogysámson';
if (irszam.value=='8734')  retval='Somogyzsitfa';
if (irszam.value=='8735')  retval='Csákány';
if (irszam.value=='8736')  retval='Szőkedencs';
if (irszam.value=='8737')  retval='Somogysimonyi';
if (irszam.value=='8738')  retval='Nemesvid';
if (irszam.value=='8739')  retval='Nagyszakácsi';
if (irszam.value=='8741')  retval='Zalaapáti';
if (irszam.value=='8742')  retval='Esztergályhorváti';
if (irszam.value=='8743')  retval='Zalaszabar';
if (irszam.value=='8744')  retval='Orosztony';
if (irszam.value=='8745')  retval='Kerecseny';
if (irszam.value=='8746')  retval='Nagyrada';
if (irszam.value=='8747')  retval='Garabonc';
if (irszam.value=='8749')  retval='Zalakaros';
if (irszam.value=='8751')  retval='Zalakomár';
if (irszam.value=='8752')  retval='Zalakomár';
if (irszam.value=='8753')  retval='Balatonmagyaród';
if (irszam.value=='8754')  retval='Galambok';
if (irszam.value=='8756')  retval='Nagyrécse';
if (irszam.value=='8761')  retval='Pacsa';
if (irszam.value=='8762')  retval='Szentpéterúr';
if (irszam.value=='8764')  retval='Dióskál';
if (irszam.value=='8765')  retval='Egeraracsa';
if (irszam.value=='8767')  retval='Felsőrajk';
if (irszam.value=='8771')  retval='Hahót';
if (irszam.value=='8772')  retval='Zalaszentbalázs';
if (irszam.value=='8773')  retval='Pölöskefő';
if (irszam.value=='8774')  retval='Gelse';
if (irszam.value=='8776')  retval='Magyarszerdahely';
if (irszam.value=='8777')  retval='Hosszúvölgy';
if (irszam.value=='8778')  retval='Újudvar';
if (irszam.value=='8782')  retval='Zalacsány';
if (irszam.value=='8784')  retval='Kehidakustány';
if (irszam.value=='8785')  retval='Zalaszentgrót';
if (irszam.value=='8788')  retval='Zalaszentlászló';
if (irszam.value=='8789')  retval='Zalaszentgrót';
if (irszam.value=='8790')  retval='Zalaszentgrót';
if (irszam.value=='8792')  retval='Zalavég';
if (irszam.value=='8793')  retval='Zalaszentgrót';
if (irszam.value=='8795')  retval='Zalaszentgrót';
if (irszam.value=='8796')  retval='Türje';
if (irszam.value=='8797')  retval='Batyk';
if (irszam.value=='8798')  retval='Zalabér';
if (irszam.value=='8799')  retval='Pakod';
if (irszam.value=='8800')  retval='Nagykanizsa';
if (irszam.value=='8808')  retval='Nagykanizsa';
if (irszam.value=='8809')  retval='Nagykanizsa';
if (irszam.value=='8821')  retval='Nagybakónak';
if (irszam.value=='8822')  retval='Zalaújlak';
if (irszam.value=='8824')  retval='Sand';
if (irszam.value=='8825')  retval='Miháld';
if (irszam.value=='8827')  retval='Zalaszentjakab';
if (irszam.value=='8831')  retval='Nagykanizsa';
if (irszam.value=='8834')  retval='Murakeresztúr';
if (irszam.value=='8835')  retval='Fityeház';
if (irszam.value=='8840')  retval='Csurgó';
if (irszam.value=='8849')  retval='Szenta';
if (irszam.value=='8851')  retval='Gyékényes';
if (irszam.value=='8852')  retval='Zákány';
if (irszam.value=='8853')  retval='Zákányfalu';
if (irszam.value=='8854')  retval='Őrtilos';
if (irszam.value=='8855')  retval='Belezna';
if (irszam.value=='8856')  retval='Surd';
if (irszam.value=='8857')  retval='Nemespátró';
if (irszam.value=='8858')  retval='Porrog';
if (irszam.value=='8861')  retval='Szepetnek';
if (irszam.value=='8862')  retval='Semjénháza';
if (irszam.value=='8863')  retval='Molnári';
if (irszam.value=='8864')  retval='Tótszerdahely';
if (irszam.value=='8865')  retval='Tótszentmárton';
if (irszam.value=='8866')  retval='Becsehely';
if (irszam.value=='8868')  retval='Letenye';
if (irszam.value=='8872')  retval='Muraszemenye';
if (irszam.value=='8873')  retval='Csörnyeföld';
if (irszam.value=='8874')  retval='Dobri';
if (irszam.value=='8876')  retval='Tormafölde';
if (irszam.value=='8877')  retval='Tornyiszentmiklós';
if (irszam.value=='8878')  retval='Lovászi';
if (irszam.value=='8879')  retval='Szécsisziget';
if (irszam.value=='8881')  retval='Sormás';
if (irszam.value=='8882')  retval='Eszteregnye';
if (irszam.value=='8883')  retval='Rigyác';
if (irszam.value=='8885')  retval='Borsfa';
if (irszam.value=='8886')  retval='Oltárc';
if (irszam.value=='8887')  retval='Bázakerettye';
if (irszam.value=='8888')  retval='Lispeszentadorján';
if (irszam.value=='8891')  retval='Bánokszentgyörgy';
if (irszam.value=='8893')  retval='Szentliszló';
if (irszam.value=='8895')  retval='Pusztamagyaród';
if (irszam.value=='8896')  retval='Pusztaszentlászló';
if (irszam.value=='8897')  retval='Söjtör';
if (irszam.value=='8900')  retval='Zalaegerszeg';
if (irszam.value=='8904')  retval='Zalaegerszeg';
if (irszam.value=='8908')  retval='Zalaegerszeg';
if (irszam.value=='8911')  retval='Nagykutas';
if (irszam.value=='8912')  retval='Kispáli';
if (irszam.value=='8913')  retval='Egervár';
if (irszam.value=='8914')  retval='Vasboldogasszony';
if (irszam.value=='8915')  retval='Nemesrádó';
if (irszam.value=='8917')  retval='Milejszeg';
if (irszam.value=='8918')  retval='Csonkahegyhát';
if (irszam.value=='8919')  retval='Kustánszeg';
if (irszam.value=='8921')  retval='Zalaszentiván';
if (irszam.value=='8923')  retval='Nemesapáti';
if (irszam.value=='8924')  retval='Alsónemesapáti';
if (irszam.value=='8925')  retval='Búcsúszentlászló';
if (irszam.value=='8929')  retval='Pölöske';
if (irszam.value=='8931')  retval='Kemendollár';
if (irszam.value=='8932')  retval='Pókaszepetk';
if (irszam.value=='8934')  retval='Bezeréd';
if (irszam.value=='8935')  retval='Nagykapornak';
if (irszam.value=='8936')  retval='Zalaszentmihály';
if (irszam.value=='8943')  retval='Bocfölde';
if (irszam.value=='8944')  retval='Sárhida';
if (irszam.value=='8945')  retval='Bak';
if (irszam.value=='8946')  retval='Tófej';
if (irszam.value=='8947')  retval='Zalatárnok';
if (irszam.value=='8948')  retval='Nova';
if (irszam.value=='8949')  retval='Mikekarácsonyfa';
if (irszam.value=='8951')  retval='Gutorfölde';
if (irszam.value=='8953')  retval='Szentpéterfölde';
if (irszam.value=='8954')  retval='Ortaháza';
if (irszam.value=='8956')  retval='Páka';
if (irszam.value=='8957')  retval='Csömödér';
if (irszam.value=='8958')  retval='Iklódbördőce';
if (irszam.value=='8960')  retval='Lenti';
if (irszam.value=='8966')  retval='Lenti';
if (irszam.value=='8969')  retval='Gáborjánháza';
if (irszam.value=='8971')  retval='Zalabaksa';
if (irszam.value=='8973')  retval='Csesztreg';
if (irszam.value=='8975')  retval='Szentgyörgyvölgy';
if (irszam.value=='8976')  retval='Nemesnép';
if (irszam.value=='8977')  retval='Resznek';
if (irszam.value=='8978')  retval='Rédics';
if (irszam.value=='8981')  retval='Gellénháza';
if (irszam.value=='8983')  retval='Nagylengyel';
if (irszam.value=='8984')  retval='Petrikeresztúr';
if (irszam.value=='8985')  retval='Becsvölgye';
if (irszam.value=='8986')  retval='Pórszombat';
if (irszam.value=='8988')  retval='Kálócfa';
if (irszam.value=='8989')  retval='Dobronhegy';
if (irszam.value=='8990')  retval='Pálfiszeg';
if (irszam.value=='8991')  retval='Teskánd';
if (irszam.value=='8992')  retval='Bagod';
if (irszam.value=='8994')  retval='Zalaszentgyörgy';
if (irszam.value=='8995')  retval='Salomvár';
if (irszam.value=='8996')  retval='Zalacséb';
if (irszam.value=='8997')  retval='Zalaháshágy';
if (irszam.value=='8998')  retval='Vaspör';
if (irszam.value=='8999')  retval='Zalalövő';
if (irszam.value=='9000')  retval='Győr';
if (irszam.value=='9010')  retval='Győr';
if (irszam.value=='9011')  retval='Győr';
if (irszam.value=='9012')  retval='Győr';
if (irszam.value=='9019')  retval='Győr';
if (irszam.value=='9021')  retval='Győr';
if (irszam.value=='9022')  retval='Győr';
if (irszam.value=='9023')  retval='Győr';
if (irszam.value=='9024')  retval='Győr';
if (irszam.value=='9025')  retval='Győr';
if (irszam.value=='9026')  retval='Győr';
if (irszam.value=='9027')  retval='Győr';
if (irszam.value=='9028')  retval='Győr';
if (irszam.value=='9029')  retval='Győr';
if (irszam.value=='9030')  retval='Győr';
if (irszam.value=='9061')  retval='Vámosszabadi';
if (irszam.value=='9062')  retval='Kisbajcs';
if (irszam.value=='9063')  retval='Nagybajcs';
if (irszam.value=='9071')  retval='Gönyű';
if (irszam.value=='9072')  retval='Nagyszentjános';
if (irszam.value=='9073')  retval='Bőny';
if (irszam.value=='9074')  retval='Rétalap';
if (irszam.value=='9081')  retval='Győrújbarát';
if (irszam.value=='9082')  retval='Nyúl';
if (irszam.value=='9083')  retval='Écs';
if (irszam.value=='9084')  retval='Győrság';
if (irszam.value=='9085')  retval='Pázmándfalu';
if (irszam.value=='9086')  retval='Töltéstava';
if (irszam.value=='9088')  retval='Bakonypéterd';
if (irszam.value=='9089')  retval='Lázi';
if (irszam.value=='9090')  retval='Pannonhalma';
if (irszam.value=='9091')  retval='Ravazd';
if (irszam.value=='9092')  retval='Tarjánpuszta';
if (irszam.value=='9093')  retval='Győrasszonyfa';
if (irszam.value=='9094')  retval='Tápszentmiklós';
if (irszam.value=='9095')  retval='Táp';
if (irszam.value=='9096')  retval='Nyalka';
if (irszam.value=='9097')  retval='Mezőörs';
if (irszam.value=='9098')  retval='Mezőörs';
if (irszam.value=='9099')  retval='Pér';
if (irszam.value=='9100')  retval='Tét';
if (irszam.value=='9111')  retval='Tényő';
if (irszam.value=='9112')  retval='Sokorópátka';
if (irszam.value=='9113')  retval='Koroncó';
if (irszam.value=='9121')  retval='Győrszemere';
if (irszam.value=='9122')  retval='Felpéc';
if (irszam.value=='9123')  retval='Kajárpéc';
if (irszam.value=='9124')  retval='Gyömöre';
if (irszam.value=='9125')  retval='Szerecseny';
if (irszam.value=='9126')  retval='Gyarmat';
if (irszam.value=='9127')  retval='Csikvánd';
if (irszam.value=='9131')  retval='Mórichida';
if (irszam.value=='9132')  retval='Árpás';
if (irszam.value=='9133')  retval='Kisbabot';
if (irszam.value=='9134')  retval='Bodonhely';
if (irszam.value=='9135')  retval='Rábaszentmihály';
if (irszam.value=='9136')  retval='Rábacsécsény';
if (irszam.value=='9141')  retval='Ikrény';
if (irszam.value=='9142')  retval='Rábapatona';
if (irszam.value=='9143')  retval='Enese';
if (irszam.value=='9144')  retval='Kóny';
if (irszam.value=='9145')  retval='Bágyogszovát';
if (irszam.value=='9146')  retval='Rábapordány';
if (irszam.value=='9147')  retval='Dör';
if (irszam.value=='9151')  retval='Abda';
if (irszam.value=='9152')  retval='Börcs';
if (irszam.value=='9153')  retval='Öttevény';
if (irszam.value=='9154')  retval='Mosonszentmiklós';
if (irszam.value=='9155')  retval='Lébény';
if (irszam.value=='9161')  retval='Győrsövényház';
if (irszam.value=='9162')  retval='Bezi';
if (irszam.value=='9163')  retval='Fehértó';
if (irszam.value=='9164')  retval='Markotabödöge';
if (irszam.value=='9165')  retval='Rábcakapi';
if (irszam.value=='9167')  retval='Bősárkány';
if (irszam.value=='9168')  retval='Acsalag';
if (irszam.value=='9169')  retval='Barbacs';
if (irszam.value=='9171')  retval='Győrújfalu';
if (irszam.value=='9172')  retval='Győrzámoly';
if (irszam.value=='9173')  retval='Győrladamér';
if (irszam.value=='9174')  retval='Dunaszeg';
if (irszam.value=='9175')  retval='Dunaszentpál';
if (irszam.value=='9176')  retval='Mecsér';
if (irszam.value=='9177')  retval='Ásványráró';
if (irszam.value=='9178')  retval='Hédervár';
if (irszam.value=='9181')  retval='Kimle';
if (irszam.value=='9182')  retval='Károlyháza';
if (irszam.value=='9183')  retval='Mosonszentmiklós';
if (irszam.value=='9184')  retval='Kunsziget';
if (irszam.value=='9200')  retval='Mosonmagyaróvár';
if (irszam.value=='9211')  retval='Feketeerdő';
if (irszam.value=='9221')  retval='Levél';
if (irszam.value=='9222')  retval='Hegyeshalom';
if (irszam.value=='9223')  retval='Bezenye';
if (irszam.value=='9224')  retval='Rajka';
if (irszam.value=='9225')  retval='Dunakiliti';
if (irszam.value=='9226')  retval='Dunasziget';
if (irszam.value=='9228')  retval='Halászi';
if (irszam.value=='9231')  retval='Máriakálnok';
if (irszam.value=='9232')  retval='Darnózseli';
if (irszam.value=='9233')  retval='Lipót';
if (irszam.value=='9234')  retval='Kisbodak';
if (irszam.value=='9235')  retval='Püski';
if (irszam.value=='9241')  retval='Jánossomorja    ';
if (irszam.value=='9242')  retval='Jánossomorja    ';
if (irszam.value=='9243')  retval='Várbalog';
if (irszam.value=='9244')  retval='Újrónafő';
if (irszam.value=='9245')  retval='Mosonszolnok';
if (irszam.value=='9300')  retval='Csorna';
if (irszam.value=='9311')  retval='Pásztori';
if (irszam.value=='9312')  retval='Szilsárkány';
if (irszam.value=='9313')  retval='Rábacsanak';
if (irszam.value=='9314')  retval='Egyed';
if (irszam.value=='9315')  retval='Sobor';
if (irszam.value=='9316')  retval='Rábaszentandrás';
if (irszam.value=='9317')  retval='Szany';
if (irszam.value=='9321')  retval='Farád';
if (irszam.value=='9322')  retval='Rábatamási';
if (irszam.value=='9323')  retval='Jobaháza';
if (irszam.value=='9324')  retval='Bogyoszló';
if (irszam.value=='9325')  retval='Sopronnémeti';
if (irszam.value=='9326')  retval='Szil';
if (irszam.value=='9327')  retval='Vág';
if (irszam.value=='9330')  retval='Kapuvár';
if (irszam.value=='9339')  retval='Kapuvár';
if (irszam.value=='9341')  retval='Kisfalud';
if (irszam.value=='9342')  retval='Mihályi';
if (irszam.value=='9343')  retval='Beled';
if (irszam.value=='9344')  retval='Rábakecöl';
if (irszam.value=='9345')  retval='Páli';
if (irszam.value=='9346')  retval='Magyarkeresztúr';
if (irszam.value=='9351')  retval='Babót';
if (irszam.value=='9352')  retval='Veszkény';
if (irszam.value=='9353')  retval='Szárföld';
if (irszam.value=='9354')  retval='Osli';
if (irszam.value=='9361')  retval='Hövej';
if (irszam.value=='9362')  retval='Himod';
if (irszam.value=='9363')  retval='Gyóró';
if (irszam.value=='9364')  retval='Cirák';
if (irszam.value=='9365')  retval='Dénesfa';
if (irszam.value=='9371')  retval='Vitnyéd';
if (irszam.value=='9372')  retval='Csapod';
if (irszam.value=='9373')  retval='Pusztacsalád';
if (irszam.value=='9374')  retval='Iván';
if (irszam.value=='9375')  retval='Répceszemere';
if (irszam.value=='9400')  retval='Sopron';
if (irszam.value=='9407')  retval='Sopron';
if (irszam.value=='9408')  retval='Sopron';
if (irszam.value=='9421')  retval='Fertőrákos';
if (irszam.value=='9422')  retval='Harka';
if (irszam.value=='9423')  retval='Ágfalva';
if (irszam.value=='9431')  retval='Fertőd';
if (irszam.value=='9433')  retval='Fertőd';
if (irszam.value=='9434')  retval='Sarród';
if (irszam.value=='9435')  retval='Sarród';
if (irszam.value=='9436')  retval='Fertőszéplak';
if (irszam.value=='9437')  retval='Hegykő';
if (irszam.value=='9438')  retval='Sarród';
if (irszam.value=='9441')  retval='Agyagosszergény';
if (irszam.value=='9442')  retval='Fertőendréd';
if (irszam.value=='9443')  retval='Petőháza';
if (irszam.value=='9444')  retval='Fertőszentmiklós';
if (irszam.value=='9451')  retval='Röjtökmuzsaj';
if (irszam.value=='9461')  retval='Lövő';
if (irszam.value=='9462')  retval='Völcsej';
if (irszam.value=='9463')  retval='Sopronhorpács';
if (irszam.value=='9464')  retval='Und';
if (irszam.value=='9471')  retval='Nemeskér';
if (irszam.value=='9472')  retval='Újkér';
if (irszam.value=='9473')  retval='Egyházasfalu';
if (irszam.value=='9474')  retval='Szakony';
if (irszam.value=='9475')  retval='Répcevis';
if (irszam.value=='9476')  retval='Zsira';
if (irszam.value=='9481')  retval='Pinnye';
if (irszam.value=='9482')  retval='Nagylózs';
if (irszam.value=='9483')  retval='Sopronkövesd';
if (irszam.value=='9484')  retval='Pereszteg';
if (irszam.value=='9485')  retval='Nagycenk';
if (irszam.value=='9491')  retval='Hidegség';
if (irszam.value=='9492')  retval='Fertőhomok';
if (irszam.value=='9493')  retval='Fertőboz';
if (irszam.value=='9494')  retval='Sopron';
if (irszam.value=='9495')  retval='Kópháza';
if (irszam.value=='9500')  retval='Celldömölk';
if (irszam.value=='9511')  retval='Kemenesmihályfa';
if (irszam.value=='9512')  retval='Ostffyasszonyfa';
if (irszam.value=='9513')  retval='Csönge';
if (irszam.value=='9514')  retval='Kenyeri';
if (irszam.value=='9515')  retval='Pápoc';
if (irszam.value=='9516')  retval='Vönöck';
if (irszam.value=='9517')  retval='Kemenessömjén';
if (irszam.value=='9521')  retval='Kemenesszentmárton';
if (irszam.value=='9522')  retval='Kemenesmagasi';
if (irszam.value=='9523')  retval='Szergény';
if (irszam.value=='9531')  retval='Mersevát';
if (irszam.value=='9532')  retval='Külsővat';
if (irszam.value=='9533')  retval='Nemesszalók';
if (irszam.value=='9534')  retval='Marcalgergelyi';
if (irszam.value=='9541')  retval='Celldömölk';
if (irszam.value=='9542')  retval='Boba';
if (irszam.value=='9544')  retval='Kemenespálfa';
if (irszam.value=='9545')  retval='Jánosháza';
if (irszam.value=='9547')  retval='Karakó';
if (irszam.value=='9548')  retval='Nemeskeresztúr';
if (irszam.value=='9549')  retval='Keléd';
if (irszam.value=='9551')  retval='Mesteri';
if (irszam.value=='9552')  retval='Vásárosmiske';
if (irszam.value=='9553')  retval='Köcsk';
if (irszam.value=='9554')  retval='Egyházashetye';
if (irszam.value=='9555')  retval='Kissomlyó';
if (irszam.value=='9556')  retval='Duka';
if (irszam.value=='9561')  retval='Nagysimonyi';
if (irszam.value=='9600')  retval='Sárvár';
if (irszam.value=='9608')  retval='Sárvár';
if (irszam.value=='9609')  retval='Sárvár';
if (irszam.value=='9611')  retval='Csénye';
if (irszam.value=='9612')  retval='Bögöt';
if (irszam.value=='9621')  retval='Ölbő';
if (irszam.value=='9622')  retval='Szeleste';
if (irszam.value=='9623')  retval='Répceszentgyörgy';
if (irszam.value=='9624')  retval='Chernelházadamonya';
if (irszam.value=='9625')  retval='Bő';
if (irszam.value=='9631')  retval='Hegyfalu';
if (irszam.value=='9632')  retval='Sajtoskál';
if (irszam.value=='9633')  retval='Simaság';
if (irszam.value=='9634')  retval='Lócs';
if (irszam.value=='9635')  retval='Zsédeny';
if (irszam.value=='9636')  retval='Pósfa';
if (irszam.value=='9641')  retval='Rábapaty';
if (irszam.value=='9643')  retval='Jákfa';
if (irszam.value=='9651')  retval='Uraiújfalu';
if (irszam.value=='9652')  retval='Nick';
if (irszam.value=='9653')  retval='Répcelak';
if (irszam.value=='9654')  retval='Csánig';
if (irszam.value=='9661')  retval='Vasegerszeg';
if (irszam.value=='9662')  retval='Tompaládony';
if (irszam.value=='9663')  retval='Nemesládony';
if (irszam.value=='9664')  retval='Nagygeresd';
if (irszam.value=='9665')  retval='Vámoscsalád';
if (irszam.value=='9671')  retval='Sitke';
if (irszam.value=='9672')  retval='Gérce';
if (irszam.value=='9673')  retval='Káld';
if (irszam.value=='9674')  retval='Vashosszúfalu';
if (irszam.value=='9675')  retval='Bögöte';
if (irszam.value=='9676')  retval='Hosszúpereszteg';
if (irszam.value=='9681')  retval='Sótony';
if (irszam.value=='9682')  retval='Nyőgér';
if (irszam.value=='9683')  retval='Bejcgyertyános';
if (irszam.value=='9684')  retval='Egervölgy';
if (irszam.value=='9685')  retval='Szemenye';
if (irszam.value=='9700')  retval='Szombathely';
if (irszam.value=='9707')  retval='Szombathely';
if (irszam.value=='9719')  retval='Szombathely';
if (irszam.value=='9721')  retval='Gencsapáti';
if (irszam.value=='9722')  retval='Perenye';
if (irszam.value=='9723')  retval='Gyöngyösfalu';
if (irszam.value=='9724')  retval='Lukácsháza ';
if (irszam.value=='9725')  retval='Kőszegszerdahely';
if (irszam.value=='9726')  retval='Velem';
if (irszam.value=='9727')  retval='Bozsok';
if (irszam.value=='9730')  retval='Kőszeg';
if (irszam.value=='9733')  retval='Horvátzsidány';
if (irszam.value=='9734')  retval='Peresznye';
if (irszam.value=='9735')  retval='Csepreg';
if (irszam.value=='9736')  retval='Tormásliget';
if (irszam.value=='9737')  retval='Bük';
if (irszam.value=='9738')  retval='Tömörd';
if (irszam.value=='9739')  retval='Nemescsó';
if (irszam.value=='9740')  retval='Bük';
if (irszam.value=='9741')  retval='Vassurány';
if (irszam.value=='9742')  retval='Salköveskút';
if (irszam.value=='9743')  retval='Söpte';
if (irszam.value=='9744')  retval='Vasasszonyfa';
if (irszam.value=='9745')  retval='Meszlen';
if (irszam.value=='9746')  retval='Acsád';
if (irszam.value=='9747')  retval='Vasszilvágy';
if (irszam.value=='9748')  retval='Vát';
if (irszam.value=='9749')  retval='Nemesbőd';
if (irszam.value=='9751')  retval='Vép';
if (irszam.value=='9752')  retval='Bozzai';
if (irszam.value=='9754')  retval='Pecöl';
if (irszam.value=='9756')  retval='Ikervár';
if (irszam.value=='9757')  retval='Meggyeskovácsi';
if (irszam.value=='9761')  retval='Táplánszentkereszt';
if (irszam.value=='9762')  retval='Tanakajd';
if (irszam.value=='9763')  retval='Vasszécseny';
if (irszam.value=='9764')  retval='Csempeszkopács';
if (irszam.value=='9766')  retval='Rum';
if (irszam.value=='9771')  retval='Balogunyom';
if (irszam.value=='9772')  retval='Kisunyom';
if (irszam.value=='9773')  retval='Sorokpolány';
if (irszam.value=='9774')  retval='Sorkifalud';
if (irszam.value=='9775')  retval='Nemeskolta';
if (irszam.value=='9776')  retval='Püspökmolnári';
if (irszam.value=='9777')  retval='Rábahídvég';
if (irszam.value=='9781')  retval='Egyházashollós';
if (irszam.value=='9782')  retval='Nemesrempehollós';
if (irszam.value=='9783')  retval='Egyházasrádóc';
if (irszam.value=='9784')  retval='Rádóckölked';
if (irszam.value=='9789')  retval='Sé';
if (irszam.value=='9791')  retval='Torony';
if (irszam.value=='9792')  retval='Bucsu';
if (irszam.value=='9793')  retval='Narda';
if (irszam.value=='9794')  retval='Felsőcsatár';
if (irszam.value=='9795')  retval='Vaskeresztes';
if (irszam.value=='9796')  retval='Pornóapáti';
if (irszam.value=='9797')  retval='Nárai';
if (irszam.value=='9798')  retval='Ják';
if (irszam.value=='9799')  retval='Szentpéterfa';
if (irszam.value=='9800')  retval='Vasvár';
if (irszam.value=='9811')  retval='Andrásfa';
if (irszam.value=='9812')  retval='Telekes';
if (irszam.value=='9813')  retval='Gersekarát';
if (irszam.value=='9814')  retval='Halastó';
if (irszam.value=='9821')  retval='Győrvár';
if (irszam.value=='9823')  retval='Pácsony';
if (irszam.value=='9824')  retval='Olaszfa';
if (irszam.value=='9825')  retval='Oszkó';
if (irszam.value=='9826')  retval='Petőmihályfa';
if (irszam.value=='9831')  retval='Bérbaltavár';
if (irszam.value=='9832')  retval='Nagytilaj';
if (irszam.value=='9833')  retval='Csehi';
if (irszam.value=='9834')  retval='Csehimindszent';
if (irszam.value=='9835')  retval='Mikosszéplak';
if (irszam.value=='9836')  retval='Csipkerek';
if (irszam.value=='9841')  retval='Kám';
if (irszam.value=='9842')  retval='Alsóújlak';
if (irszam.value=='9900')  retval='Körmend';
if (irszam.value=='9909')  retval='Körmend';
if (irszam.value=='9912')  retval='Molnaszecsőd';
if (irszam.value=='9913')  retval='Szarvaskend';
if (irszam.value=='9914')  retval='Döbörhegy';
if (irszam.value=='9915')  retval='Nádasd';
if (irszam.value=='9917')  retval='Halogy';
if (irszam.value=='9918')  retval='Felsőmarác';
if (irszam.value=='9919')  retval='Csákánydoroszló';
if (irszam.value=='9921')  retval='Vasalja';
if (irszam.value=='9922')  retval='Pinkamindszent';
if (irszam.value=='9923')  retval='Kemestaródfa';
if (irszam.value=='9931')  retval='Ivánc';
if (irszam.value=='9932')  retval='Viszák';
if (irszam.value=='9933')  retval='Őrimagyarósd';
if (irszam.value=='9934')  retval='Hegyhátszentjakab';
if (irszam.value=='9935')  retval='Szőce';
if (irszam.value=='9936')  retval='Kisrákos';
if (irszam.value=='9937')  retval='Pankasz';
if (irszam.value=='9938')  retval='Nagyrákos';
if (irszam.value=='9941')  retval='Őriszentpéter';
if (irszam.value=='9942')  retval='Szalafő';
if (irszam.value=='9943')  retval='Kondorfa';
if (irszam.value=='9944')  retval='Bajánsenye';
if (irszam.value=='9945')  retval='Kercaszomor';
if (irszam.value=='9946')  retval='Magyarszombatfa';
if (irszam.value=='9951')  retval='Rátót';
if (irszam.value=='9952')  retval='Gasztony';
if (irszam.value=='9953')  retval='Vasszentmihály';
if (irszam.value=='9954')  retval='Rönök';
if (irszam.value=='9955')  retval='Szentgotthárd';
if (irszam.value=='9961')  retval='Rábagyarmat';
if (irszam.value=='9962')  retval='Csörötnek';
if (irszam.value=='9970')  retval='Szentgotthárd';
if (irszam.value=='9981')  retval='Szentgotthárd';
if (irszam.value=='9982')  retval='Apátistvánfalva';
if (irszam.value=='9983')  retval='Alsószölnök';
if (irszam.value=='9985')  retval='Felsőszölnök';
		return  retval;
}

