

function onclickOpenBooking(hotel)
{
	var ind = "http://hotel.smrtak.com/reservation.php?hotel_id=" + hotel
	window.open(ind);
}
function onclickGoSelModeEquinoxe(hotel)
{
		var ind="https://crs.hotelnet.biz/equinoxe/Default.aspx?hotel=" + hotel
		window.open(ind ,"Selezione","copyHistory=no,directories=no,menubar=no,status=yes,toolbar=no,height=768,width=1024,scrollbars=yes,top=0,left=0,resizable=yes");
	}
