// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded','Layout','Show','',0));
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin XHTML adjustment
$(document).ready(function(){
	if (jQuery.browser.msie && jQuery.browser.version.substr(0, 2) == "6.") {
		$(".nof-clearfix").each(function (i) {
			$(this).append("<div style='clear:both'/>");
			$(this).removeClass("nof-clearfix");
		});
	}
});

// End XHTML adjustment

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste4"] = {
	"Navigationsschaltflaeche1" : { image: "./Home_HMusicButton_1.jpg", rollover: "./Home_HRMusicButtonOver_1.gif", w: 100, h: 60 },
	"Navigationsschaltflaeche2" : { image: "./Der-Verein_NMusicButton_1.jpg", rollover: "./Der-Verein_NRMusicButtonOn_1.gif", w: 100, h: 60 },
	"Navigationsschaltflaeche3" : { image: "./Chore_NMusicButton_1.jpg", rollover: "./Chore_NRMusicButtonOn_1.gif", w: 100, h: 60, opening: "right", offsetX: 100, offsetY: 0 },
	"Navigationsschaltflaeche11" : { image: "./Mannerchor_NMusicButton.jpg", rollover: "./Mannerchor_NRMusicButtonOn.gif", w: 100, h: 60 },
	"Navigationsschaltflaeche12" : { image: "./New-Generation_NMusicButton.jpg", rollover: "./New-Generation_NRMusicButtonOn.gif", w: 100, h: 60 },
	"Navigationsschaltflaeche4" : { image: "./Buchungsanfrage_NMusicButton_1.jpg", rollover: "./Buchungsanfrage_NRMusicButtonOn_1.gif", w: 100, h: 60 },
	"Navigationsschaltflaeche5" : { image: "./Chronik_NMusicButton_1.jpg", rollover: "./Chronik_NRMusicButtonOn_1.gif", w: 100, h: 60 },
	"Navigationsschaltflaeche6" : { image: "./Termine-2012_NMusicButton.jpg", rollover: "./Termine-2012_NRMusicButtonOn.gif", w: 100, h: 60, opening: "right", offsetX: 100, offsetY: 0 },
	"Navigationsschaltflaeche13" : { image: "./Termine_NMusicButton_1.jpg", rollover: "./Termine_NRMusicButtonOn_1.gif", w: 100, h: 60 },
	"Navigationsschaltflaeche7" : { image: "./Presseberichte_NMusicButton_1.jpg", rollover: "./Presseberichte_NRMusicButtonOn_1.gif", w: 100, h: 60 },
	"Navigationsschaltflaeche8" : { image: "./Bildergalerie_NMusicButton_1.jpg", rollover: "./Bildergalerie_NRMusicButtonOn_1.gif", w: 100, h: 60, opening: "right", offsetX: 100, offsetY: 0 },
	"Navigationsschaltflaeche14" : { image: "./Singstundenabschluss_Malsch_NMusicButton.jpg", rollover: "./Singstundenabschluss_Malsch_NRMusicButtonOn.gif", w: 100, h: 60 },
	"Navigationsschaltflaeche15" : { image: "./Otigheim2011_NMusicButton.jpg", rollover: "./Otigheim2011_NRMusicButtonOn.gif", w: 100, h: 60 },
	"Navigationsschaltflaeche16" : { image: "./Generalversammlung2011_NMusicButton.jpg", rollover: "./Generalversammlung2011_NRMusicButtonOn.gif", w: 100, h: 60 },
	"Navigationsschaltflaeche17" : { image: "./Prunksitzung2011_NMusicButton.jpg", rollover: "./Prunksitzung2011_NRMusicButtonOn.gif", w: 100, h: 60 },
	"Navigationsschaltflaeche18" : { image: "./Rippberg_NMusicButton.jpg", rollover: "./Rippberg_NRMusicButtonOn.gif", w: 100, h: 60 },
	"Navigationsschaltflaeche19" : { image: "./Weihnachtsfeier_NMusicButton.jpg", rollover: "./Weihnachtsfeier_NRMusicButtonOn.gif", w: 100, h: 60 },
	"Navigationsschaltflaeche9" : { image: "./Impressum_NMusicButton_1.jpg", rollover: "./Impressum_NRMusicButtonOn_1.gif", w: 100, h: 60 },
	"Navigationsschaltflaeche10" : { image: "./Mitgliederbereich_NMusicButton.jpg", rollover: "./Mitgliederbereich_NRMusicButtonOn.gif", w: 100, h: 60 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste4", rollover: true, autoClose: false });
	$("#Navigationsleiste4").nofNavBar({isMain: true, orientation: "vertical" });
	$("#Navigationsleiste4_1").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 100, offsetY: 0 });
	$("#Navigationsleiste4_2").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 100, offsetY: 0 });
	$("#Navigationsleiste4_3").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 100, offsetY: 0 });
	$("#Navigationsleiste4 ul").hide();
	$("#Navigationsleiste4").css('background-color', '#FFFFCC');
	$("#Navigationsleiste4 ul").css('background-color', '#FFFFCC');
});


// End Navigation Bars


