function print(page) {
	window.open(page,"print","width=600, height=600, status=no, scrollbars=yes, menubar=yes, resizable=no, toolbar= no ");
}

function confirmation(id,ref,objet) {
	if(confirm("Voulez vous supprimer l'"+objet+" "+ref+" ?")) {
		if(objet == "annonce"){window.location.href='index.php?page=admin&cat=modif&del='+id;}
		if(objet == "utilisateur"){window.location.href='index.php?page=admin&cat=gestion&sup='+id;}
	}
}