  function ujablak(http_cime, X_meret, Y_meret, fejlec) {
  				if ( typeof(fejlec) != "string") { fejlec="........................................."}
	        	xx=window.open("", "","width="+X_meret+",height="+Y_meret);
				xx.document.write('<title>'+fejlec+'</title>');
				xx.document.write('<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"></body>');
				xx.document.write('<IMG src="'+http_cime+'" >');
     	}

