//--  bodyfantastic     -  bodyfantastic-menu-x1.js      -->

//############# MENU SETTINGS ####################################################           

   itemOnColor = "#FFCC33";	// Menue-Punkt, Maus darueber
   itemOffColor = "#FFFFCC";	// Menue-Punkt 
   fontOnColor = "#000FFF";	// Schriftfarbe im Menue-Punkt, Maus darueber
   fontOffColor = "#800000";	// Schriftfarbe im Menue-Punkt
   

   // feineinstellung
   itemHeight = 20; // hoehe einer zelle eines Menue-Punktes
   imageSpace = 12; // zusaetzliche breite fuer Mneue-Punkte ohne grafik zum angleich an Menue-Punkte mit grafik
   nextMenuX = 24;  // x-versetzung eines menus zu seinem vorgaenger-menu (incl. raum fuer grafik)
   nextMenuY = 0;   // y-versetzung eines menus zu seinem vorgaenger-menu (gleiche hoehe)


   // bilder fuer die Menue-Punkte definieren 
   key  = new Image(); key.src="images/kie.gif";
   exit = new Image(); exit.src="images/exit1.gif";
   next = new Image(); next.src="images/next.gif";
   song = new Image(); song.src="images/song.gif";

//########## Start der Menue-Steuerung #####################################################
   function loaded(){
     ready = 0;

     // addSubMenu("Name","window.location.href='URL';",image,breite[,HTML-tag-ID]);
     // [,HTML-tag-ID] optional fuer den start eines menues aus der HTML-seite  
     // addSubItem("Name","window.location.href='URL';",image,breite);
 		
     kapitel1 		= addSubMenu("","","","","home");
     kapitel11 		= kapitel1.addSubItem("Home","window.location.href = 'index.html';","",46);
	 
     kapitel2 		= addSubMenu("","","","","aktion");
     kapitel21		= kapitel2.addSubItem("Aktion","window.location.href = 'aktion.html';","",57);
          
     kapitel3 		= addSubMenu("","","","","massagen");

     kapitel31		= kapitel3.addSubItem("Badeprogramm für die Sinne", "window.location.href = 'badeprogramm.html';","",140);


     kapitel32		= kapitel3.addSubItem("Bodyfantastic Massage", "window.location.href = 'bodyfantastic-massage.html';","",117);
     kapitel33		= kapitel3.addSubItem("Massage Surprise","window.location.href = 'massage-surprise.html';","",117);
     kapitel34		= kapitel3.addSubItem("Wechselmassage",          "window.location.href = 'wechselmassage.html';","",117);


     kapitel35		= kapitel3.addSubItem("Duett Massage",         "window.location.href = 'duett-massage.html';","",117);


     kapitel36		= kapitel3.addSubItem("Prostatamassage",         "window.location.href = 'prostatamassage.html';","",117);


   kapitel37		= kapitel3.addSubItem("Fesselmassage",         "window.location.href = 'fesselmassage.html';","",117);
   kapitel38		= kapitel3.addSubItem("Nuru Massage",         "window.location.href = 'nurumassage.html';","",117);
   kapitel39		= kapitel3.addSubItem("Blind Massage",         "window.location.href = 'blindmassage.html';","",117);



  
kapitel4	      = addSubMenu("","","","","preise");
     Kapitel41 		= kapitel4.addSubItem("Preise","window.location.href = 'preise.html';","",54);


kapitel5 		= addSubMenu("","","","","fotos");

kapitel49		= kapitel5.addSubItem("360° Ambiente",         "window.location.href = '360ambiente.html';","",90);
kapitel50		= kapitel5.addSubItem("Galerie Ambiente",         "window.location.href = 'galerie-ambiente.html';","",90);

kapitel52		= kapitel5.addSubItem("Galerie Isabel",         "window.location.href = 'galerie-isabel.html';","",90);

kapitel53		= kapitel5.addSubItem("Galerie Lea",         "window.location.href = 'galerie-lea.html';","",90);
//kapitel54		= kapitel5.addSubItem("Galerie pia",         "window.location.href = 'galerie-pia.html';","",90);
//kapitel55		= kapitel5.addSubItem("Galerie Mandy",         "window.location.href = 'galerie-mandy.html';","",90);

kapitel55		= kapitel5.addSubItem("Galerie Pia",         "window.location.href = 'galerie-pia.html';","",90);
kapitel56		= kapitel5.addSubItem("Galerie Laura",         "window.location.href = 'galerie-laura.html';","",90);
kapitel57		= kapitel5.addSubItem("Galerie Veronika",         "window.location.href = 'galerie-veronika.html';","",90);

//kapitel59		= kapitel5.addSubItem("Galerie Kim",         "window.location.href = 'galerie-kim.html';","",90);


kapitel6	      = addSubMenu("","","","","gaestebuch");
     Kapitel61 		= kapitel6.addSubItem("Gästebuch","window.location.href = 'gaestebuch.html';","",103);


kapitel7	      = addSubMenu("","","","","kontakt");

Kapitel71 		= kapitel7.addSubItem("Anfahrt",        "window.location.href = 'anfahrt.html';","",75);

Kapitel72 		= kapitel7.addSubItem("Kontakt",        "window.location.href = 'http://www.bodyfantastic.de/kontakt.html';","",75);

Kapitel73 		= kapitel7.addSubItem("Onlinebuchung",        "window.location.href = 'http://www.bodyfantastic.de/onlinebuchung.html';","",75);
Kapitel74 		= kapitel7.addSubItem("Mitarbeit",        "window.location.href = 'mitarbeit.html';","",75);
Kapitel75 		= kapitel7.addSubItem("Impressum",        "window.location.href = 'impressum.html';","",75);
kapitel76 		= kapitel7.addSubItem("Links",        "window.location.href = 'links.html';","",75);


Kapitel77 		= kapitel7.addSubItem("Sitemap",        "window.location.href = 'sitemap.html';","",75);

kapitel8 		= addSubMenu("","","","","philosophie");
kapitel81		= kapitel8.addSubItem("Philosophie",    "window.location.href = 'philosophie.html';","",115);

     ready = 1;
   }


//################# Ende der Menue-Steuerung ###############################################################

