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