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

