﻿function ChangeToMail()
{
  document.getElementById("mailsPlace").innerHTML =
    "<a href='"+"contact.php"+"' onclick='this.blur();' style='outline:none;' title='Envoyez un email' >"+"degusthe"+".cafe"+"@"+"yahoo"+"."+ "fr"+"</a>";
}