function nyitogat(a,b,c) { 
	var	params='resizable=no,left=50,top=50,width='+b+',height='+c;
	msgWindow = window.open("","",params);
	msgWindow.document.writeln("<HTML>");
	msgWindow.document.writeln("<HEAD><TITLE>www.agapeguesthouse.hu</TITLE></HEAD>");
	msgWindow.document.writeln("<BODY TOPMARGIN='0' LEFTMARGIN='0' marginwidth='0' marginheight='0'>");
	msgWindow.document.writeln("<A href='javascript:window.close();'><IMG SRC='"+a+"' BORDER='0' WIDTH='"+b+"' HEIGHT='"+c+"'></a>");
	msgWindow.document.writeln("</BODY>");
	msgWindow.document.writeln("</HTML>");
}
