<!--

n1 = new Image();
n1.src = "lib.design/nav.zugang.gif";
h1 = new Image();
h1.src = "lib.design/nav.zugang.h.gif";

n2 = new Image();
n2.src = "lib.design/nav.tarife.gif";
h2 = new Image();
h2.src = "lib.design/nav.tarife.h.gif";

n3 = new Image();
n3.src = "lib.design/nav.bestellen.gif";
h3 = new Image();
h3.src = "lib.design/nav.bestellen.h.gif";

n4 = new Image();
n4.src = "lib.design/nav.faq.gif";
h4 = new Image();
h4.src = "lib.design/nav.faq.h.gif";

n5 = new Image();
n5.src = "lib.design/nav.kontakt.gif";
h5 = new Image();
h5.src = "lib.design/nav.kontakt.h.gif";


function bw(Bildnr,Bildobjekt) {
 window.document.images[Bildnr].src = Bildobjekt.src;
}

// -->
