function check_script(){
	if (document.booking.agreed_with_terms.checked==false){ 
	alert ('Please read and agree with our terms and condition before submitting your details'); 
	return false;
	} 
	else{
	return true;
	}
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

