function waehrung1(text) {
        document.getElementById("preis1").innerHTML = text;
}

function waehrung2(text) {
        document.getElementById("preis2").innerHTML = text;
}

function waehrung3(text) {
        document.getElementById("preis11").innerHTML = text;
}

function waehrung4(text) {
        document.getElementById("preis12").innerHTML = text;
}

function waehrung5(text) {
        document.getElementById("preis3").innerHTML = text;
}

function waehrung6(text) {
        document.getElementById("preis13").innerHTML = text;
}

function waehrung7(text) {
        document.getElementById("preis4").innerHTML = text;
}

function waehrung8(text) {
        document.getElementById("preis14").innerHTML = text;
}

function waehrung9(text) {
        document.getElementById("preis5").innerHTML = text;
}

