// JavaScript Document
function nagyito(n,w,h) {

var x=Date.getTime;
h=h;w=w;
	kepablak=window.open("","_blank","top=2,left=2,location=no,width="+w+",height="+h+",statusbar=no,personalbar=no,toolbar=no,scrollbars=no,history=no");
h=h;w=w;
	kepablak.document.open();
	kepablak.document.write("<html><head><title>MÁTYUS UDVARHÁZ --- Egedhegyi Lipicai Lovastanya</title><link rel='stylesheet' href='../css.css'type='text/css'></head><body BGCOLOR=FCFFF4 leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
	kepablak.document.write("<center><img src='"+n+"' width="+w+" height="+h+" border='0'>");
	kepablak.document.write("<br><br><a href='javascript:window.close()' class='szoveg_kiemelt_szines1'>Close window</a></center>");
	kepablak.document.write("</body></html>");
	kepablak.document.close();
}

