<!--
                /*bildkonstruktor*/
if (document.images) {
    a_bjoerk = new Image();
    a_bjoerk.src = "allgemein_ab/a_bjoerk.gif";
    a_bjoerk_on = new Image();
    a_bjoerk_on.src = "allgemein_ab/a_bjoerk_on.gif";
    gr_zelle = new Image();
    gr_zelle.src = "allgemein_ab/gr_zelle.gif";
    gr_zelle_on = new Image();
    gr_zelle_on.src = "allgemein_ab/gr_zelle_on.gif";
    werbung = new Image();
    werbung.src = "allgemein_ab/werbung.gif";
    werbung_on = new Image();
    werbung_on.src = "allgemein_ab/werbung_on.gif";
    home = new Image();
    home.src = "allgemein_ab/home.gif";
    home_on = new Image();
    home_on.src = "allgemein_ab/home_on.gif";
    kontakt = new Image();
    kontakt.src = "allgemein_ab/kontakt.gif";
    kontakt_on = new Image();
    kontakt_on.src = "allgemein_ab/kontakt_on.gif";

    abi_notiz_was = new Image();
    abi_notiz_was.src = "images/abi_notiz_was.gif";
    abi_notiz_wasb = new Image();
    abi_notiz_wasb.src = "images/abi_notiz_wasb.gif";
    abi_notiz_kino = new Image();
    abi_notiz_kino.src = "images/abi_notiz_kino.gif";
    abi_notiz_kinob = new Image();
    abi_notiz_kinob.src = "images/abi_notiz_kinob.gif";
    abi_notiz_selbst = new Image();
    abi_notiz_selbst.src = "images/abi_notiz_selbst.gif";
    abi_notiz_selbstb = new Image();
    abi_notiz_selbstb.src = "images/abi_notiz_selbstb.gif";
    abi_notiz_worte = new Image();
    abi_notiz_worte.src = "images/abi_notiz_worte.gif";
    abi_notiz_worteb = new Image();
    abi_notiz_worteb.src = "images/abi_notiz_worteb.gif";
    abi_notiz_haekel = new Image();
    abi_notiz_haekel.src = "images/abi_notiz_haekel.gif";
    abi_notiz_haekelb = new Image();
    abi_notiz_haekelb.src = "images/abi_notiz_haekelb.gif";
    abi_notiz_wahr = new Image();
    abi_notiz_wahr.src = "images/abi_notiz_wahr.gif";
    abi_notiz_wahrb = new Image();
    abi_notiz_wahrb.src = "images/abi_notiz_wahrb.gif";
    abi_notiz_ecce = new Image();
    abi_notiz_ecce.src = "images/abi_notiz_ecce.gif";
    abi_notiz_ecceb = new Image();
    abi_notiz_ecceb.src = "images/abi_notiz_ecceb.gif";
                         }

        /*rollover*/
            function rollover() {
                if (document.images) {
                    document[rollover.arguments[0]].src = eval(rollover.arguments[1] + ".src");
                if (rollover.arguments.length > 2)
                    document[rollover.arguments[2]].src = eval(rollover.arguments[3] + ".src");
                if (rollover.arguments.length > 4)
                    document[rollover.arguments[4]].src = eval(rollover.arguments[5] + ".src");
                if (rollover.arguments.length > 6)
                    document[rollover.arguments[6]].src = eval(rollover.arguments[7] + ".src");
                                     }
                                }
// -->