function goto_confirm(type,url){
	if(confirm("Etes-vous sur de vouloir supprimer ce "+type+" ?")) document.location.href = url + '&c=1';
	return false;
}
