
	var width,height
	var image
	function transferview(image,width,height) {

	var cond1="width="+width+"";
	var cond2="height="+height+"";

	var s ="<HTML><head><TITLE>Gyõri Otthon Ingatlaniroda</TITLE></head><body topmargin='0' leftmargin='0' marginheight='0' marginwidth='0'><a href='#' onclick='window.close();return false'><IMG SRC='"+image+"' BORDER=0></a></BODY></HTML>"

	ImageWindow=window.open("", "_blank","resizable=no,toolbar=no,scrollbars=no,menu=no,"+cond1+","+cond2);
	ImageWindow.document.write(s)
	ImageWindow.document.close()
	}

