function promocja(adres){
	document.getElementById('okno').src=adres;
}

function mapa(){
	var next="";
	var mapawin=window.open('mapa1.html',"displayWindow",'width=497,height=416,left=50,top=20,resizable=0,scrollbars=no,menubar=no' );
	mapawin.focus();
}
function foto(obraz){
	var next="";
	var fotowin=window.open('',"displayWindow",'width=400,height=300,left=50,top=20,resizable=0,scrollbars=no,menubar=no' );
	fotowin.document.open();
	fotowin.document.writeln('<html><head><title>Hotel Petrochemia </title></head><body style="MARGIN-LEFT: 0; MARGIN-BOTTOM: 0; MARGIN-TOP: 0; MARGIN-RIGHT: 0;">');
	fotowin.document.writeln('<img src=img/'+ obraz +' alt="Hotel Petrochemia"></body></html>');
	fotowin.document.close();
	fotowin.focus();
}
function foto1(obraz){
	var next="";
	var fotowin1=window.open('foto.php?foto='+obraz,"displayWindow",'width=530,height=500,left=50,top=20,resizable=0,scrollbars=no,menubar=no' );
	fotowin1.focus();
}