function kerdes()
{
    var agree=confirm("Biztosan folytassuk?");
        if (agree)
        	return true;
        else
        	return false;
}

function szincsere(x){
    document.getElementById(x).style.background='#dcdcdc';
}

function szinvissza(x, y){
    document.getElementById(x).style.background=y;
}

function autotab(eredeti,ugras){
if (eredeti.getAttribute&&eredeti.value.length==eredeti.getAttribute('maxlength'))
ugras.focus();
}

function ujablak(x){
	kisablak = window.open(['../'+x+'_taj.php'],'kisablak','scrollbars=yes,statusbar=no,menubar=no,innerHeight=0,innerWidth=0,dependent,alwaysRaised,width=455,height=450,top=100,left=200');
	kisablak.focus();
}

