function mime(id)
{
	$.get("/mimes/contacto/"+id, function(nom) {
		$("#"+id).attr("name", nom);
	});
		
}