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