function oeffnePopUp(strURL, width, height){
    window.open(strURL, "PopUp", "width=" + width + ",height=" + height + ",resizable");
}

function submitPhoto(){
    if (document.getElementById) {
        // document.getElementById('submit').firstChild.data = "Bitte warten ...";
        document.getElementById('submit').disabled = true;
        document.getElementById('note').style.display = "block";
    }
}
