function OpMail(kzl){
var address= 'mailto:'+ kzl + '@igh-hd.de'
//alert (address)
window.location.href=address;
}
