function emailDecode(wert1,wert2,wert3){

    var mail = wert3+"@"+wert2+wert1;

    location.href = "mailto:"+mail;
}