function Betolt(varosnev) {
	akt_utca = document.getElementById('utca').options[document.getElementById('utca').selectedIndex].value;
    akt_varos = get_location() + 'terkep/telepules/'+varosnev+'/'+akt_utca;
	document.location.href=akt_varos;
}

