Bestattung Mödling"; team.ma2.vorname = "Maria Christine"; team.ma2.nachname = "Sitsch"; team.ma2.email = ":maria.sitsch@bestattung-moedling.at"; team.ma2.bild = pic_pfad + "z54pm4oc/SitschMaria.jpg"; team.ma2.funktion = "Mödling
Beratung"; team.ma3.vorname = "Sigrid"; team.ma3.nachname = "Polzer"; team.ma3.email = ":sigrid.polzer@bestattung-moedling.at"; team.ma3.bild = pic_pfad + "K7vZ8lZW/team_neu1.webp"; team.ma3.funktion = "Mödling
Beratung"; team.ma4.vorname = "Manuela"; team.ma4.nachname = "Tromayer"; team.ma4.email = ":manuela.tromayer@bestattung-moedling.at"; team.ma4.bild = pic_pfad + "9KIlztoW/Tromayer-Manuela_web_teaser.jpg"; team.ma4.funktion = "Mödling
Beratung"; team.ma5.vorname = "Katharina"; team.ma5.nachname = "Uitz"; team.ma5.email = ":katharina.uitz@bestattung-moedling.at"; team.ma5.bild = pic_pfad + "RkwFse9j/ph.webp"; team.ma5.funktion = "Mödling
Beratung"; team.ma6.vorname = "Sarah"; team.ma6.nachname = "Klampferer"; team.ma6.email = ":sarah.klampferer@bestattung-moedling.at"; team.ma6.bild = pic_pfad + "yidIEvvb/KlampfererSarah_kl__msi___jpg.jpg"; team.ma6.funktion = "Mödling
Beratung
derzeit in Karenz"; team.ma7.vorname = "Claudia"; team.ma7.nachname = "Libardi"; team.ma7.email = ":claudia.libardi@bestattung-moedling.at"; team.ma7.bild = pic_pfad + "viZLHc4S/Libardi-Claudia_ret_web__msi___jpg.jpg"; team.ma7.funktion = "Brunn am Gebirge
Beratung"; team.ma8.vorname = "Nicole"; team.ma8.nachname = "Radel"; team.ma8.email = ":nicole.radel@bestattung-moedling.at"; team.ma8.bild = pic_pfad + "O4qVSFrg/Radel-Nicole_ret_web__msi___jpg.jpg"; team.ma8.funktion = "Perchtoldsdorf
Beratung"; team.ma9.vorname = "Herbert"; team.ma9.nachname = "Heindl"; team.ma9.email = ":office@bestattung-moedling.at"; team.ma9.bild = pic_pfad + "yrLlErlF/HeindlHerbert.jpg"; team.ma9.funktion = "Kaltenleutgeben
Beratung"; function create_ma_details(ma_id) { var ma = team[ma_id]; if (ma_id !== "ma0") { var code = "
"; code += "" + ma.vorname + "
"; code += "" + ma.nachname + "
"; code += "" + ma.funktion + "
"; code += "E-Mail schreiben"; document.getElementById("ma_container").innerHTML = code; } else { document.getElementById("ma_container").innerHTML = ""; } } document.addEventListener("DOMContentLoaded", function(event) { var teamlist = document.getElementById("teamlist"); for(var i = 0; i < 9; i++){ ma_index = "ma"+eval(i+1); teamlist.innerHTML += ""; bild = new Image(); bild.src = team[ma_index].bild; } window.onload = create_ma_details(document.getElementById('teamlist').value); });