// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded','Nebenraum-kl','Send To Back','',0,
	'Page Loaded','Theke-kl','Send To Back','',0,
	'Page Loaded','Zimmer1-kl','Send To Back','',0,
	'Page Loaded','Zimmer2-kl','Send To Back','',0,
	'Page Loaded','Speise-kl','Send To Back','',0,
	'Page Loaded','Nacht-kl','Send To Back','',0,
	'Page Loaded','Garten2-kl','Send To Back','',0));
	F_OM('Haus-gr' , 'Haus-grLYR', 'img', 'Layout',null,'',0);
 	F_OM('Nebenraum-kl' , 'Nebenraum-klLYR', 'img', 'Layout',new Array(
	'Mouse Out','Nebenraum-gr','Hide','',0,
	'Mouse Over','Nebenraum-gr','Show','',0),'',0);
 	F_OM('Nebenraum-gr' , 'Nebenraum-grLYR', 'img', 'Layout',null,'',0);
 	F_OM('Theke-kl' , 'Theke-klLYR', 'img', 'Layout',new Array(
	'Mouse Over','Theke-gr','Show','',0,
	'Mouse Out','Theke-gr','Hide','',0),'',0);
 	F_OM('Theke-gr' , 'Theke-grLYR', 'img', 'Layout',null,'',0);
 	F_OM('Zimmer1-kl' , 'Zimmer1-klLYR', 'img', 'Layout',new Array(
	'Mouse Over','Ziimer1-gr','Show','',0,
	'Mouse Out','Ziimer1-gr','Hide','',0),'',0);
 	F_OM('Ziimer1-gr' , 'Ziimer1-grLYR', 'img', 'Layout',null,'',0);
 	F_OM('Zimmer2-kl' , 'Zimmer2-klLYR', 'img', 'Layout',new Array(
	'Mouse Over','Zimmer2-gr','Show','',0,
	'Mouse Out','Zimmer2-gr','Hide','',0),'',0);
 	F_OM('Zimmer2-gr' , 'Zimmer2-grLYR', 'img', 'Layout',null,'',0);
 	F_OM('Speise-kl' , 'Speise-klLYR', 'img', 'Layout',new Array(
	'Mouse Over','Speise-gr','Show','',0,
	'Mouse Out','Speise-gr','Hide','',0),'',0);
 	F_OM('Speise-gr' , 'Speise-grLYR', 'img', 'Layout',null,'',0);
 	F_OM('Nacht-kl' , 'Nacht-klLYR', 'img', 'Layout',new Array(
	'Mouse Over','Nacht-gr','Show','',0,
	'Mouse Out','Nacht-gr','Hide','',0),'',0);
 	F_OM('Nacht-gr' , 'Nacht-grLYR', 'img', 'Layout',null,'',0);
 	F_OM('Garten2-kl' , 'Garten2-klLYR', 'img', 'Layout',new Array(
	'Mouse Over','Garten2-gr','Show','',0,
	'Mouse Out','Garten2-gr','Hide','',0),'',0);
 	F_OM('Garten2-gr' , 'Garten2-grLYR', 'img', 'Layout',null,'',0);
 	F_OM('garten' , 'gartenLYR', 'img', 'Layout',new Array(
	'Mouse Over','Garten-gr','Show','',0,
	'Mouse Out','Garten-gr','Hide','',0,
	'Page Loaded','garten','Send To Back','',0),'',0);
 	F_OM('Garten-gr' , 'Garten-grLYR', 'img', 'Layout',null,'',0);
 	F_OM('Navigationsleiste2' , 'Navigationsleiste2LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Preis09gr' , 'Preis09grLYR', 'img', 'Layout',null,'',0);
 	F_OM('Haus-kl' , 'Haus-klLYR', 'img', 'Layout',new Array(
	'Mouse Over','Haus-gr','Show','',0,
	'Mouse Out','Haus-gr','Hide','',0,
	'Page Loaded','Haus-kl','Send To Back','',0),'',0);
 	F_OM('Flash2' , 'Flash2LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Navigationsleiste1' , 'Navigationsleiste1LYR', 'nav', 'Layout',new Array(
	'Page Loaded','Navigationsleiste1','Bring To Front','',0),'',0);
 
	F_OM('Preis09kl' , 'Preis09klLYR', 'img', 'Layout',new Array(
	'Mouse Over','Preis09gr','Show','',0,
	'Mouse Out','Preis09gr','Hide','',0,
	'Page Loaded','Preis09kl','Send To Back','',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Nebenraum-klA').bind('mouseout', function(__e) { return (F_e('Nebenraum-kl', F_MT, __e)); } );
	$('#Nebenraum-klA').bind('mouseover', function(__e) { return (F_e('Nebenraum-kl', F_MV, __e)); } );
	$('#Theke-klA').bind('mouseover', function(__e) { return (F_e('Theke-kl', F_MV, __e)); } );
	$('#Theke-klA').bind('mouseout', function(__e) { return (F_e('Theke-kl', F_MT, __e)); } );
	$('#Zimmer1-klA').bind('mouseover', function(__e) { return (F_e('Zimmer1-kl', F_MV, __e)); } );
	$('#Zimmer1-klA').bind('mouseout', function(__e) { return (F_e('Zimmer1-kl', F_MT, __e)); } );
	$('#Zimmer2-klA').bind('mouseover', function(__e) { return (F_e('Zimmer2-kl', F_MV, __e)); } );
	$('#Zimmer2-klA').bind('mouseout', function(__e) { return (F_e('Zimmer2-kl', F_MT, __e)); } );
	$('#Speise-klA').bind('mouseover', function(__e) { return (F_e('Speise-kl', F_MV, __e)); } );
	$('#Speise-klA').bind('mouseout', function(__e) { return (F_e('Speise-kl', F_MT, __e)); } );
	$('#Nacht-klA').bind('mouseover', function(__e) { return (F_e('Nacht-kl', F_MV, __e)); } );
	$('#Nacht-klA').bind('mouseout', function(__e) { return (F_e('Nacht-kl', F_MT, __e)); } );
	$('#Garten2-klA').bind('mouseover', function(__e) { return (F_e('Garten2-kl', F_MV, __e)); } );
	$('#Garten2-klA').bind('mouseout', function(__e) { return (F_e('Garten2-kl', F_MT, __e)); } );
	$('#gartenA').bind('mouseover', function(__e) { return (F_e('garten', F_MV, __e)); } );
	$('#gartenA').bind('mouseout', function(__e) { return (F_e('garten', F_MT, __e)); } );
	$('#Haus-klA').bind('mouseover', function(__e) { return (F_e('Haus-kl', F_MV, __e)); } );
	$('#Haus-klA').bind('mouseout', function(__e) { return (F_e('Haus-kl', F_MT, __e)); } );
	$('#Preis09klA').bind('mouseover', function(__e) { return (F_e('Preis09kl', F_MV, __e)); } );
	$('#Preis09klA').bind('mouseout', function(__e) { return (F_e('Preis09kl', F_MT, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash2").media({ width: 721, height: 118,
		src: './assets/applets/logo.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autolow', scale: 'exactfit', salign: 'b', wmode: 'transparent' }
	});
});
// End jMedia Components

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/Anfahrt_Np1.gif", rollover: "./assets/images/autogen/Anfahrt_NRp2.gif", w: 120, h: 22 },
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/Impressum_Np1.gif", rollover: "./assets/images/autogen/Impressum_NRp2.gif", w: 120, h: 22 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste2", rollover: true, autoClose: false });
	$("#Navigationsleiste2").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#Navigationsleiste2 ul").hide();
});


ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/Alexander_Hp3.gif", rollover: "./assets/images/autogen/Alexander_HRp4.gif", w: 120, h: 22 },
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/Infos_Np1.gif", rollover: "./assets/images/autogen/Infos_NRp2.gif", w: 120, h: 22, opening: "bottom", offsetX: 20, offsetY: 22 },
	"Navigationsschaltflaeche13" : { image: "./assets/images/autogen/Verweise_Ns1.gif", rollover: "./assets/images/autogen/Verweise_NRs2.gif", w: 120, h: 22 },
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/Aktuelles_Np1.gif", rollover: "./assets/images/autogen/Aktuelles_NRp2.gif", w: 120, h: 22, opening: "bottom", offsetX: 20, offsetY: 22 },
	"Navigationsschaltflaeche16" : { image: "./assets/images/autogen/Auszeichungen_Ns1.gif", rollover: "./assets/images/autogen/Auszeichungen_NRs2.gif", w: 120, h: 22 },
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/Restaurant_Np1.gif", rollover: "./assets/images/autogen/Restaurant_NRp2.gif", w: 120, h: 22, opening: "bottom", offsetX: 20, offsetY: 22 },
	"Navigationsschaltflaeche19" : { image: "./assets/images/autogen/Speisekarte_Ns1.gif", rollover: "./assets/images/autogen/Speisekarte_NRs2.gif", w: 120, h: 22 },
	"Navigationsschaltflaeche21" : { image: "./assets/images/autogen/Karte_Ns1.gif", rollover: "./assets/images/autogen/Karte_NRs2.gif", w: 120, h: 22 },
	"Navigationsschaltflaeche23" : { image: "./assets/images/autogen/Tischanfrage_Ns1.gif", rollover: "./assets/images/autogen/Tischanfrage_NRs2.gif", w: 120, h: 22 },
	"Navigationsschaltflaeche7" : { image: "./assets/images/autogen/Hotel_Np1.gif", rollover: "./assets/images/autogen/Hotel_NRp2.gif", w: 120, h: 22, opening: "bottom", offsetX: 20, offsetY: 22 },
	"Navigationsschaltflaeche26" : { image: "./assets/images/autogen/Preise_Ns1.gif", rollover: "./assets/images/autogen/Preise_NRs2.gif", w: 120, h: 22 },
	"Navigationsschaltflaeche28" : { image: "./assets/images/autogen/Reservierung_Ns1.gif", rollover: "./assets/images/autogen/Reservierung_NRs2.gif", w: 120, h: 22 },
	"Navigationsschaltflaeche8" : { image: "./assets/images/autogen/Kontakt_Np1.gif", rollover: "./assets/images/autogen/Kontakt_NRp2.gif", w: 120, h: 22, opening: "bottom", offsetX: 20, offsetY: 22 },
	"Navigationsschaltflaeche31" : { image: "./assets/images/autogen/Anfahrt_Ns1.gif", rollover: "./assets/images/autogen/Anfahrt_NRs2.gif", w: 120, h: 22 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste1", rollover: true, autoClose: false });
	$("#Navigationsleiste1").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#Navigationsleiste1_1").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 20, offsetY: 22 });
	$("#Navigationsleiste1_2").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 20, offsetY: 22 });
	$("#Navigationsleiste1_3").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 20, offsetY: 22 });
	$("#Navigationsleiste1_4").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 20, offsetY: 22 });
	$("#Navigationsleiste1_5").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 20, offsetY: 22 });
	$("#Navigationsleiste1_6").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 20, offsetY: 22 });
	$("#Navigationsleiste1 ul").hide();
});


// End Navigation Bars


