﻿function ChangeToMail()
{
  document.getElementById("mailsPlace").innerHTML =
    "<a href='contact.php' onclick='this.blur();' style='outline:none;' title='Envoyez un email' >"+"domaineduvistre"+"@"+"wanadoo"+"."+ "fr"+"</a>";
}
