function mailto(mail){
         document.location.href = 'mailto:'+mail+'@matabu.de';

}
