function winOpen(img, width, height) {
	window.open('/popup/?'+img ,'popupik', 'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no,screenX=100,screenY=100,left=100,top=100');
	//alert( 'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no,screenX=100,screenY=100,left=100,top=100');
};

function winOpen1(img, width, height) {
	window.open('popup/?'+img ,'popupik', 'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no,screenX=100,screenY=100,left=100,top=100');
//	alert( 'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no,screenX=100,screenY=100,left=100,top=100');
};

function showRoom(id) {
	window.open('panorama/?'+id ,'panoramka', 'width=100,height=100,resizable=0,scrollbars=no,menubar=no,screenX=100,screenY=100,left=100,top=100');
}

function showReservationForm() {
	window.open('/formularz_rezerwacji/' ,'rezerwejszyn', 'width=700,height=620,resizable=0,scrollbars=yes,menubar=no,screenX=100,screenY=100,left=100,top=100');
}
