
function linkcsere(obj,szoveg) {
  var el=document.getElementById(obj);
  el.innerHTML=szoveg;
}


function submit_megye() {
  document.regi.varos.options.selectedIndex='';
  document.regi.varos.options[document.regi.varos.selectedIndex].value='';
  document.regi.iskola.options.selectedIndex='';
  document.regi.iskola.options[document.regi.iskola.selectedIndex].value='';
  document.regi.submit();
}


function submit_megye1() {
  document.regi.varos.options[document.regi.varos.selectedIndex].value='';
  document.regi.isk1.options[document.regi.isk1.selectedIndex].value='';
  document.regi.submit();
}


function submit_varos() {
  document.regi.submit();
}


function csere() {
                    var si=document.f1.ttargy.options[document.f1.ttargy.selectedIndex].text;
                    var sii=document.getElementById("lista").innerHTML;
                    var siii=document.f1.uidk.value;
                    var siiii=document.f1.ttargy.options[document.f1.ttargy.selectedIndex].value;
                    if (sii != '') {
                      if (si != '--hozzáad--') {
                        si1=sii+','+si;
                        siii1=siii+','+siiii;
                      }
                    }
                    else {
                      if (si != '--hozzáad--') {
                        si1=si;
                        siii1=siiii;
                      }
                    }
                    document.getElementById("lista").innerHTML=si1;
                    document.f1.uidk.value=siii1;
                  } 


function iframe_at() {
  document.regi.formelem1.value=myframe.document.getElementById('megye').value;
  document.regi.formelem2.value=myframe.document.getElementById('varos').value;
  document.regi.formelem3.value=myframe.document.getElementById('inev').value;
}

function kepnagyit(foto,w,h) {
	var win=window.open('','_blank','width='+w+',height='+h+',location=no,hotkeys=no,directories=no,menubar=no,scrollbars=no,toolbar=no,status=no,resizable=yes');
	win.document.write("<html><head><meta http-equiv='imagetoolbar' content='no'></head><body bgcolor='#fff0f8' style='margin:5px 0px 0px 5px;'><table cellpadding=0 cellspacing=0 border=0 width='100%'><tr><td valign='middle' align='center'>");
	win.document.write("<img name=foto onLoad='window.resizeTo(this.width+30,this.height+80);' src='../" +foto+ "' style='border:1px solid #ffb6c1;' alt='kép' title='kép'>");
	win.document.write("</table></body></html>");
  win.document.title='Kép';
	win.document.close();
}
