$(function() {
		$("#from_date").datepicker({ dateFormat: 'd MM yy' });
	});
$(function() {
		$("#to_date").datepicker({ dateFormat: 'd MM yy' });
	});
$(function() {
		$("#check_arrival").datepicker({ dateFormat: 'd MM yy' });
	});
$(function() {
		$("#check_departure").datepicker({ dateFormat: 'd MM yy' });
	});

function openwindow(page){
	switch(page){
		case "gallery":
			newWindow = window.open(rl+"gallery/", "popupGallery" ,'width=600,height=600,resizable=yes,scrollbars=yes');
			newWindow.name = "";
			break;
		case "tc":
			newWindow = window.open(rl+"tc/", "termsConditions" ,'width=600,height=600,resizable=yes,scrollbars=yes');
			newWindow.name = "";
			break;
		case "contact":
			newWindow = window.open(rl+"contact/", "contactForm" ,'width=600,height=600,resizable=yes,scrollbars=yes');
			newWindow.name = "";
			break;
		default:
			break;
		}
	return true;
}
