function setAnzahl(num) {
    $("#anzahl-bilder input").attr("value", num);
}
