// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste4"] = {
	"Navigationsschaltflaeche1" : { image: "../assets/images/autogen/Wir_fur_Sie_Hbuttom_left.gif", rollover: "../assets/images/autogen/Wir_fur_Sie_HRbuttom_left.gif", w: 160, h: 26 },
	"Navigationsschaltflaeche2" : { image: "../assets/images/autogen/Taufe_Nbuttom_left.gif", rollover: "../assets/images/autogen/Taufe_NRbuttom_left.gif", w: 160, h: 26 },
	"Navigationsschaltflaeche3" : { image: "../assets/images/autogen/Konfirmation_Nbuttom_left.gif", rollover: "../assets/images/autogen/Konfirmation_NRbuttom_left.gif", w: 160, h: 26 },
	"Navigationsschaltflaeche4" : { image: "../assets/images/autogen/Trauung_Nbuttom_left.gif", rollover: "../assets/images/autogen/Trauung_NRbuttom_left.gif", w: 160, h: 26 },
	"Navigationsschaltflaeche5" : { image: "../assets/images/autogen/Bestattung_Nbuttom_left.gif", rollover: "../assets/images/autogen/Bestattung_NRbuttom_left.gif", w: 160, h: 26 },
	"Navigationsschaltflaeche6" : { image: "../assets/images/autogen/Kircheneintritt_Nbuttom_left.gif", rollover: "../assets/images/autogen/Kircheneintritt_NRbuttom_left.gif", w: 160, h: 26 },
	"Navigationsschaltflaeche7" : { image: "../assets/images/autogen/Diakonie_Nbuttom_left.gif", rollover: "../assets/images/autogen/Diakonie_NRbuttom_left.gif", w: 160, h: 26 },
	"Navigationsschaltflaeche8" : { image: "../assets/images/autogen/Beratung___Seelsorge_Nbuttom_left.gif", rollover: "../assets/images/autogen/Beratung___Seelsorge_NRbuttom_left.gif", w: 160, h: 26 }
};

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


// End Navigation Bars


