﻿function ChangeToMail()
{
  document.getElementById("mailsPlace").innerHTML =
    "<a href='"+"mai"+"lto:"+"contact"+"@"+"bertet"+"-"+"micro"+"-"+"forage"+"."+ "com"+"' onclick='this.blur();' style='outline:none;' title='Envoyez un email' >"+"contact"+"@"+"<br />"+"bertet"+"-"+"micro"+"-"+"forage"+"."+ "com"+"</a>";
}
