// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutBereich1' , 'LayoutBereich1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Bild5' , 'Bild5LYR', 'img', 'LayoutBereich1',null,'',0);
 
		F_OM('LayoutBereich2' , 'LayoutBereich2LYR', 'lyr', 'LayoutBereich1',null,'',0);
 		F_OM('Bild1' , 'Bild1LYR', 'img', 'LayoutBereich1',new Array(
		'Mouse Over','LayoutBereich2','Show','',0,
		'Mouse Out','LayoutBereich2','Hide','',0),'',0);
 		F_OM('Navigationsleiste2' , 'Navigationsleiste2LYR', 'nav', 'LayoutBereich1',null,'',0);
 
		F_OM('Tabelle1' , 'Tabelle1LYR', 'lyr', 'LayoutBereich1',null,'',0);
 
	F_OM('LayoutBereich4' , 'LayoutBereich4LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Tabelle2' , 'Tabelle2LYR', 'lyr', 'LayoutBereich4',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild1A').bind('mouseover', function(__e) { return (F_e('Bild1', F_MV, __e)); } );
	$('#Bild1A').bind('mouseout', function(__e) { return (F_e('Bild1', F_MT, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "./Startseite_NRue-Pri11_1.jpg", rollover: "./Startseite_NRRue-Pri12_1.jpg", w: 123, h: 30 },
	"Navigationsschaltflaeche2" : { image: "./Gewolbekeller_NRue-Pri11_1.jpg", rollover: "./Gewolbekeller_NRRue-Pri12_1.jpg", w: 123, h: 30 },
	"Navigationsschaltflaeche3" : { image: "./Schlosschen_NRue-Pri11_1.jpg", rollover: "./Schlosschen_NRRue-Pri12_1.jpg", w: 123, h: 30 },
	"Navigationsschaltflaeche4" : { image: "./Feiern_NRue-Pri11_1.jpg", rollover: "./Feiern_NRRue-Pri12_1.jpg", w: 123, h: 30 },
	"Navigationsschaltflaeche5" : { image: "./Tagungen_NRue-Pri11_1.jpg", rollover: "./Tagungen_NRRue-Pri12_1.jpg", w: 123, h: 30 },
	"Navigationsschaltflaeche6" : { image: "./Partner_NRue-Pri11_1.jpg", rollover: "./Partner_NRRue-Pri12_1.jpg", w: 123, h: 30 },
	"Navigationsschaltflaeche7" : { image: "./Eroffnung_NRue-Pri11_1.jpg", rollover: "./Eroffnung_NRRue-Pri12_1.jpg", w: 123, h: 30 },
	"Navigationsschaltflaeche8" : { image: "./Spendenaktion_NRue-Pri11_1.jpg", rollover: "./Spendenaktion_NRRue-Pri12_1.jpg", w: 123, h: 30 },
	"Navigationsschaltflaeche9" : { image: "./EA-Tag_NRue-Pri11_1.jpg", rollover: "./EA-Tag_NRRue-Pri12_1.jpg", w: 123, h: 30 },
	"Navigationsschaltflaeche10" : { image: "./Anfahrt_NRue-Pri11_1.jpg", rollover: "./Anfahrt_NRRue-Pri12_1.jpg", w: 123, h: 30 },
	"Navigationsschaltflaeche11" : { image: "./Kontakt_NRue-Pri11_1.jpg", rollover: "./Kontakt_NRRue-Pri12_1.jpg", w: 123, h: 30 },
	"Navigationsschaltflaeche12" : { image: "./Impressum_NRue-Pri11_1.jpg", rollover: "./Impressum_NRRue-Pri12_1.jpg", w: 123, h: 30 },
	"Navigationsschaltflaeche13" : { image: "./Fotogalerie_NRue-Pri11_1.jpg", rollover: "./Fotogalerie_NRRue-Pri12_1.jpg", w: 123, h: 30 },
	"Navigationsschaltflaeche14" : { image: "./Presseberichte_NRue-Pri11_1.jpg", rollover: "./Presseberichte_NRRue-Pri12_1.jpg", w: 123, h: 30 },
	"Navigationsschaltflaeche15" : { image: "./TV-Bericht_NRue-Pri11_1.jpg", rollover: "./TV-Bericht_NRRue-Pri12_1.jpg", w: 123, h: 30 },
	"Navigationsschaltflaeche16" : { image: "./Termine_NRue-Pri11_1.jpg", rollover: "./Termine_NRRue-Pri12_1.jpg", w: 123, h: 30 }
};

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


// End Navigation Bars


