
   {

     l_grau = new Image();
     l_grau.src = "bilder/l_grau.gif";
     l_blau = new Image();
     l_blau.src = "bilder/l_blau.gif";
  }
function Bildwechsel(Bildnr,Bildobjekt)
   {
      window.document.images[Bildnr].src = Bildobjekt.src;
   }


 function map(Ziel)
 {
    window.open("map.htm",
    "map","width=706,height=500");
 }

function map1(Ziel)
 {
    window.open("../map.htm",
    "map","width=706,height=500");
 }


