function openGallery(hotelCode, hotelCity) {
	window.open('gallery.php?id='+hotelCode+'&city='+hotelCity, 'GALLERY','menubar=no,resizable=yes,scrollbars=yes,status=no,width=500,height=650');
	return false;
}
