function EmailLink(recipient)
{
   window.location = "mail" + 
   "to:" +
   recipient + "@" + 
   "alero.se";
} 
