function GoldPopWin(adres, Boyut_X, Boyut_Y){
	EWin = eval(window.open(adres,"quoted","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizeable=1,width=" + Boyut_X + ",height=" + Boyut_Y + ",top=0,left=0"));
}