function belepes() {
	var x = screen.width;
	var y = screen.height
	window.open('belepes.htm','','fullscreen=yes,scrollbars=no,width='+x+',height='+y+',screenX=0,screenY=0,left=0,top=0,toolbar=no,statusbar=no,menubar=no,resizable=no');

}

function frissOpen(language) {
	var xPos = 50;
	var yPos = 50;
	if (language == "eng") {
		file = "news.htm"
	} else {
		file = "hirek.htm"
	}
	window.open (file,'_blank','left='+xPos+',ScreenX='+xPos+',top='+yPos+',ScreenY='+yPos+',width=275,height=370');
	}

function diploma (file) {
	var xPos = 50;
	var yPos = 50;
	window.open (file,'_blank','top='+xPos+',left='+yPos+',width=620,height=410');
}

// -----------------------
// nagyképek megnyitására:
// -----------------------

function nagykep(file) {
	width = 120;
	height = 100;
	var newwindow = 'about:blank';
	var Xpos = (screen.width - width)/2;
	var Ypos = ((screen.height - height)/2) - 20;
	zozo = window.open(newwindow,'_blank','left='+Xpos+',ScreenX='+Xpos+',top='+Ypos+',ScreenY='+Ypos+',width='+width+',height='+height+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=no');
	zozo.document.write("<html><head><title>Kép töltése / Loading Picture</title><meta http-equiv='Content-Type' content='text/html; charset=iso-8859-2'><script language='JavaScript' src='zsofi.js'></script></head><body bgcolor='#FFFFFF' marginwidth='0' marginheight='0' leftmargin='0' topmargin='0'><table  cellspacing='0' cellpadding='0' border='0'><tr><td width='120' align='left' valign='top'><img src='pix/keptolt.gif' width='120' height='100' border='0'></td><td align='center' valign='middle'><img name='kep' id='kep' onLoad='javascript:vegsoAblak()' src="+file+" border='0'></td></tr></table></body></html>");
	zozo.document.close();

}

function vegsoAblak() {
	file = document.images['kep'].src
	width = document.images["kep"].width
	height = document.images["kep"].height
	var newwidth = width-(-20);
	var newheight = height-(-20);
	var zozz = 'about:blank';
	var Xpos = 50;
	var Ypos = 50;
	ujcucc = window.open(zozz,'_blank','left='+Xpos+',ScreenX='+Xpos+',top='+Ypos+',ScreenY='+Ypos+',width='+newwidth+',height='+newheight+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=no');
	ujcucc.document.write("<html><head><title>Barab&aacute;s Zs&oacute;fi - Gal&eacute;ria / Gallery</title><meta http-equiv='Content-Type' content='text/html; charset=iso-8859-2'></head><body bgcolor='#FFFFFF' marginwidth='0' marginheight='0' leftmargin='0' topmargin='0'><table width="+newwidth+" height="+newheight+" cellspacing='0' cellpadding='0' border='0'><tr><td width="+newwidth+" height="+newheight+" align='center' valign='middle'><a href='javascript:window.close()'><img src="+file+" width="+width+" height="+height+" border='0' alt='Bez&aacute;r&aacute;s'></a></td></table></body></html>");
	ujcucc.document.close();
	window.close();
}