
function openPopupHotels(url) {
	win = window.open(url, "hotels", "width=550,height=450,left=320,top=200,scrollbars");
	win.focus();
}
