function validFormResaProprietaire() {
	commentaires = document.formConfirmationResaProprietaire.commentaire_nondispo.value;
	if (commentaires == "") {
		alert('Please enter new free periods in comments zone.');
		return false;
	}
	return true;
}