function changeMail(){
        email = document.getElementById("email");        
        email.setAttribute("href", "mailto:Bernadette.Bouchon-Meunier@lip6.fr");
}

function setMail(){
	email = document.getElementById("email");        
        email.setAttribute("href", "http://www.lip6.fr");
}
