    <!-- 
    function KontaktFormAbeckmann() { 
    MailForm=
    window.open("kontakt_form_abeckmann.html","A_Beckmann", "width=700, height=500, top=120, left=210, location=no, menubar=no, resizeable=no, scrollbars=no, status=no, toolbar=no") 
    MailForm.focus();
    } 

    function KontaktFormCschramm() { 
    MailForm=
    window.open("kontakt_form_cschramm.html","C_Schramm", "width=700, height=500, top=120, left=210, location=no, menubar=no, resizeable=no, scrollbars=no, status=no, toolbar=no") 
    MailForm.focus();
    } 

    function KontaktFormMwibrow() { 
    MailForm=
    window.open("kontakt_form_mwibrow.html","M_Wibrow", "width=700, height=500, top=120, left=210, location=no, menubar=no, resizeable=no, scrollbars=no, status=no, toolbar=no") 
    MailForm.focus();
    } 

    function KontaktFormGwriegt() { 
    MailForm=
    window.open("kontakt_form_gwriegt.html","G_Wriegt", "width=700, height=500, top=120, left=210, location=no, menubar=no, resizeable=no, scrollbars=no, status=no, toolbar=no") 
    MailForm.focus();
    } 

    function KontaktFormUgrau() { 
    MailForm=
    window.open("kontakt_form_ugrau.html","U_Grau", "width=700, height=500, top=120, left=210, location=no, menubar=no, resizeable=no, scrollbars=no, status=no, toolbar=no") 
    MailForm.focus();
    } 

    //--> 


