var hotel_id = 1100;						 
var guide_id = 1; 						
var form_action = '/book-online'; 		
var user_language = '';
var months_ahead = '';
var showCal = true
var title = 'Check Availability';
var button_text = "Book Now";
var showGuests = false;

function checkCountry(val) {
	if (val != "Republic of Ireland" && val != "Northern Ireland") {
		alert("Delivery only within the island of Ireland (Republic of Ireland and Northern Ireland)");
	}
}
