function contact(user){
 host = "ew-gmbh.de"
 window.location.href = "mailto:" + user + "@" + host;
}
