function MailAdresse(userid,domain)
{
 location.href="mailto:"+userid+"@"+domain;
}
