function dolink(ad, id){
   choixlink = ad.replace("..at..","@"); 
   document.getElementById(id).href='mailto:'+choixlink;
}
