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

function ChangeToMail1()
{
  document.getElementById("mailsPlace1").innerHTML =
    "<a href='"+"mai"+"lto:"+"contact"+"@"+"bourgueil"+"-"+"electricite"+"."+ "con"+"' onclick='this.blur();' style='outline:none;' title='Envoyez un email' >"+"contact"+"@"+"bourgueil"+"-"+"electricite"+"."+ "com"+"</a>";
}
