if (document.layers)  {

     ns = 1; ie = 0;

} else {

     ns = 0; ie = 1;
     }

function init() {

    if (ns) ebene = document. Ebene;

    if (ie) ebene = Ebene.style;

    }

  Normal1 = new Image();
  Normal1.src = '../fundusbild/ausstellung_neu.jpg';
  Highlight1 = new Image();
  Highlight1.src = '../fundusbild/ausstellung_neu_1.jpg';

  Normal2 = new Image();
  Normal2.src = '../fundusbild/katalog_neu.jpg';
  Highlight2 = new Image();
  Highlight2.src = '../fundusbild/katalog_neu_1.jpg';

  Normal3 = new Image();
  Normal3.src = '../fundusbild/projekte_neu.jpg';
  Highlight3 = new Image();
  Highlight3.src = '../fundusbild/projekte_neu_1.jpg';

  Normal4 = new Image();
  Normal4.src = '../fundusbild/informationen_neu.jpg';
  Highlight4 = new Image();
  Highlight4.src = '../fundusbild/informationen_neu_1.jpg';

  Normal5 = new Image();
  Normal5.src = '../fundusbild/gaestebuch_neu.jpg';
  Highlight5 = new Image();
  Highlight5.src = '../fundusbild/gaestebuch_neu_1.jpg';

  Normal6 = new Image();
  Normal6.src = '../fundusbild/bestellung_neu.jpg';
  Highlight6 = new Image();
  Highlight6.src = '../fundusbild/bestellung_neu_1.jpg';

  Normal7 = new Image();
  Normal7.src = '../fundusbild/sitemap_neu.jpg';
  Highlight7 = new Image();
  Highlight7.src = '../fundusbild/sitemap_neu_1.jpg';

  function Bildwechsel(Bildnr,Bildobjekt)
  {
   window.document.images[Bildnr].src = Bildobjekt.src;
  }

function openAnyWindow(url, name) {
  var l = openAnyWindow.arguments.length;
  var w = "";
  var h = "";
  var features = "";

  for (i=2; i<l; i++) {
    var param = openAnyWindow.arguments[i];
    if ( (parseInt(param) == 0) ||
      (isNaN(parseInt(param))) ) {
      features += param + ',';
    } else {
      (w == "") ? w = "width=" + param + "," :
        h = "height=" + param;
    }
  }

  features += w + h;
  var code = "popupWin = window.open(url, name";
  if (l > 2) code += ", '" + features;
  code += "')";
  eval(code);
}

function preis()
                {
window.open('amiinfo.htm', 'neuesFenster', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,width=400,height=450,screenX=500,screenY=10');
                }


function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=='Netscape')&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
