function nyelvetvalt(magyar, angol, nyelv){
		
		if(nyelv=="hun" && document.getElementById('nyelv').selectedIndex==1){
		 document.getElementById('rank').value=angol;
		}
		else if (nyelv=="hun" && document.getElementById('nyelv').selectedIndex==0){
		 document.getElementById('rank').value=magyar;
		}
		else if (nyelv=="eng" && document.getElementById('nyelv').selectedIndex==1){
		 document.getElementById('rank').value=magyar;
		}
		else if (nyelv=="eng" && document.getElementById('nyelv').selectedIndex==0){
		 document.getElementById('rank').value=angol;
		}
	}

function tagok(tagid)
{
newwindow = window.open("tagok_adat.php?tagid="+tagid,"Tagok_adatai","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=no,copyhistory=no,width=400,height=600");
newwindow.moveTo(screen.width/2-200,screen.height/2-300);
}

function reg(tagid)
{
newwindow = window.open("regisztralt_szallitmanyozok_adat.php?regid="+tagid,"Tagok_adatai","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=no,copyhistory=no,width=400,height=300");
newwindow.moveTo(screen.width/2-200,screen.height/2-150);
}



