function changeReiter(imgName,imgActive) {
    if (imgName != "") {
        if (imgActive) {
            imgSrc = imgName + "-" + imgActive;
        }
        document.getElementById(imgName).src = "/media.php?path=/static_images/rezept-detail-" + imgSrc + ".gif";
    }
    imgSrc = imgName;
}
