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