function gkeres(ezt)
{
/*window.open("http://google.co.hu/search?hl=hu&q=site:www.ugyfelkozpont.hu " + escape(ezt),"","status=yes,resizable=yes,toolbar=yes,menubar=yes,directories=no,location=no,resizable=yes,scrollbars=yes,height=500,width=800,top=100,left=100");	*/
window.open("http://google.co.hu/search?hl=hu&q=site:www.ugyfelkozpont.hu " + escape(ezt));
return true;
}

function ujablak(file,hei,wid) {
        var iMyWidthx;
        var iMyHeightx;
        iMyWidthx = (window.screen.width/2) - (wid / 2) ; 
        iMyHeightx = (window.screen.height/2) - ((hei /2) + 25) ;
        var newwin = window.open(file,"popup","status=no,toolbar=no,menubar=no,directories=no,location=no,resizable=yes,scrollbars=yes,height=" + hei + ",width=" + wid + ",left=" + iMyWidthx + ",top=" + iMyHeightx + ",screenX=" + iMyWidthx + ",screenY=" + iMyHeightx);
		newwin.focus();
}

function kepujablak(file) {
newwin = window.open("../kozos/kepkirak.php?kepp="+file,"keppopup","status=no,toolbar=no,menubar=no,directories=no,location=no,resizable=yes,scrollbars=yes,height=200,width=200,left=0,top=0,screenX=0,screenY=0");
}

function replace_ap(beviteli){
	beviteli.value=beviteli.value.replace(/["']/g,"");
}