<!--
function redirect(melyik){
if (document.cities.d1.options[document.cities.d1.selectedIndex].value != "NULL"){
url = "indexNF" + document.cities.d1.options[document.cities.d1.selectedIndex].value + ".html";
      window.location.href = url;
}
}
//-->
