// Anfang Menu()
function mmLoadMenus() {
  if (window.mm_menu_1120175445_0) return;
  window.mm_menu_1120175445_0 = new Menu("root",90,19,"Times New Roman, Times, serif",13,"#400000","#666666","#cc9966","#f4c18e","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_1120175445_0.addMenuItem("R&auml;umlichkeiten","location='raum.html'");
  mm_menu_1120175445_0.addMenuItem("Speisekarte","location='speise.html'");
   mm_menu_1120175445_0.hideOnMouseOut=true;
   mm_menu_1120175445_0.menuBorder=1;
   mm_menu_1120175445_0.menuLiteBgColor='#cc9966';
   mm_menu_1120175445_0.menuBorderBgColor='#330000';
   mm_menu_1120175445_0.bgColor='#330000';
  window.mm_menu_0926115201_3 = new Menu("root",99,19,"Times New Roman, Times, serif",13,"#400000","#666666","#cc9966","#f4c18e","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_0926115201_3.addMenuItem("Kremserfahrten","location='kremser.html'");  
  mm_menu_0926115201_3.addMenuItem("Oldtimerfahrten","location='oldtimer.html'");
  mm_menu_0926115201_3.addMenuItem("Tennisplatz","location='tennis.html'");
  mm_menu_0926115201_3.addMenuItem("Golfpark&nbsp;Gahlenz","window.open('http://www.birdiepage.de//', '_blank');");
  mm_menu_0926115201_3.addMenuItem("Freiberg","window.open('http://www.freiberg.de/acaws/portal.nsf/framesets/freiberg', '_blank');");
  mm_menu_0926115201_3.addMenuItem("Dresden","window.open('http://www.dresden.de/', '_blank');");
  mm_menu_0926115201_3.addMenuItem("Chemnitz","window.open('http://www.chemnitz.de/de/flash.htm', '_blank');");
  mm_menu_0926115201_3.addMenuItem("Augustusburg","window.open('http://www.die-sehenswerten-drei.de/', '_blank');");
  mm_menu_0926115201_3.addMenuItem("Erzgebirge","window.open('http://www.erzgebirge.de/', '_blank');");
   mm_menu_0926115201_3.hideOnMouseOut=true;
   mm_menu_0926115201_3.menuBorder=1;
   mm_menu_0926115201_3.menuLiteBgColor='#cc9966';
   mm_menu_0926115201_3.menuBorderBgColor='#330000';
   mm_menu_0926115201_3.bgColor='#330000';
  window.mm_menu_0926115201_2 = new Menu("root",93,19,"Times New Roman, Times, serif",13,"#400000","#666666","#cc9966","#f4c18e","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_0926115201_2.addMenuItem("Sonderaktionen","location='sonder.html'");
  mm_menu_0926115201_2.addMenuItem("Familienfeiern","location='familie.html'");
  mm_menu_0926115201_2.addMenuItem("Seminare","location='seminare.html'");
  mm_menu_0926115201_2.addMenuItem("Catering","location='catering.html'");
   mm_menu_0926115201_2.hideOnMouseOut=true;
   mm_menu_0926115201_2.menuBorder=1;
   mm_menu_0926115201_2.menuLiteBgColor='#cc9966';
   mm_menu_0926115201_2.menuBorderBgColor='#330000';
   mm_menu_0926115201_2.bgColor='#330000';
  window.mm_menu_0926115201_4 = new Menu("root",80,19,"Times New Roman, Times, serif",13,"#330000","#666666","#cc9966","#f4c18e","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_0926115201_4.addMenuItem("Feedback","location='../gaestebuch_mysql/feedback_gb.php'");
  mm_menu_0926115201_4.addMenuItem("Anreise","location='anreise.html'");
  mm_menu_0926115201_4.addMenuItem("Reservierung","location='reservierung.html'");
  mm_menu_0926115201_4.addMenuItem("Impressum","location='impressum.html'");
   mm_menu_0926115201_4.hideOnMouseOut=true;
   mm_menu_0926115201_4.menuBorder=1;
   mm_menu_0926115201_4.menuLiteBgColor='#cc9966';
   mm_menu_0926115201_4.menuBorderBgColor='#330000';
   mm_menu_0926115201_4.bgColor='#330000';
  window.mm_menu_0926115201_0 = new Menu("root",107,19,"Times New Roman, Times, serif",13,"#330000","#666666","#cc9966","#f4c18e","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_0926115201_0.addMenuItem("Zimmer&nbsp;/&nbsp;Preise","location='zimmer.html'");
  mm_menu_0926115201_0.addMenuItem("Arrangements","location='arrangements.html'");
  mm_menu_0926115201_0.addMenuItem("Pauschalangebote","location='pauschal.html'");
   mm_menu_0926115201_0.hideOnMouseOut=true;
   mm_menu_0926115201_0.menuBorder=1;
   mm_menu_0926115201_0.menuLiteBgColor='#cc9966';
   mm_menu_0926115201_0.menuBorderBgColor='#330000';
   mm_menu_0926115201_0.bgColor='#330000';

  mm_menu_0926115201_0.writeMenus();
} // mmLoadMenus()
// Ende Menu()
// Anfang Bildergalerie()
function showPic(whichpic) {
  if (!document.getElementById("placeholder")) return true;
  var source = whichpic.getAttribute("href");
  var placeholder = document.getElementById("placeholder");
  placeholder.setAttribute("src",source);
  if (!document.getElementById("description")) return false;
  if (whichpic.getAttribute("title")) {
    var text = whichpic.getAttribute("title");
  } else {
    var text = "";
  }
  var description = document.getElementById("description");
  if (description.firstChild.nodeType == 3) {
    description.firstChild.nodeValue = text;
  }
  return false;
}

function prepareGallery() {
  if (!document.getElementsByTagName) return false;
  if (!document.getElementById) return false;
  if (!document.getElementById("showcase")) return false;
  var gallery = document.getElementById("showcase");
  var links = gallery.getElementsByTagName("a");
  for ( var i=0; i < links.length; i++) {
    links[i].onclick = function() {
      return showPic(this);
        }
    links[i].onkeypress = links[i].onclick;
  }
}

function addLoadEvent(func) {
  var oldonload = window.onload;
  if (typeof window.onload != 'function') {
    window.onload = func;
  } else {
    window.onload = function() {
      oldonload();
      func();
    }
  }
}

addLoadEvent(prepareGallery);
// Ende Bildergalerie()
