function ajouterDate(lnk){
	window.open(lnk,'date','width=400,height=500,dependent=yes,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,toolbar=no');
	
	return false;
}
function modifierDate(lnk){
	window.open(lnk,'date','width=400,height=500,dependent=yes,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,toolbar=no');
	
	return false;
}
function supprimerDate(elt){
	if(confirm('Etes-vous sūr de vouloir supprimer cette date ?')){
		return true;
	}else{
		return false;
	}
}
function supprimerMailing(lnk){
	if(confirm('Etes-vous sūr de vouloir supprimer cette adresse de la liste ?')){
		return true;
	}else{
		return false;
	}
}

function ajouterPhoto(lnk){
	window.open(lnk,'photo','width=400,height=500,dependent=yes,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,toolbar=no');
	
	return false;
}
function supprimerPhoto(elt){
	if(confirm('Etes-vous sūr de vouloir supprimer cette photo ?')){
		return true;
	}else{
		return false;
	}
}