// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["VertikalNavigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "./Home_Np1.gif", rollover: "./Home_NRp3.gif", w: 170, h: 36 },
	"Navigationsschaltflaeche2" : { image: "./Alles_aus_einer_Hand_Hp3_1.gif", rollover: "./Alles_aus_einer_Hand_HRp1_1.gif", w: 170, h: 36, opening: "bottom", offsetX: 0, offsetY: 36 },
	"Navigationsschaltflaeche6" : { image: "./Betriebliche_Altersversorgung_Ns1_1.gif", rollover: "./Betriebliche_Altersversorgung_NRs2_1.gif", w: 136, h: 16 },
	"Navigationsschaltflaeche7" : { image: "./Rentenversicherung_Ns1_1.gif", rollover: "./Rentenversicherung_NRs2_1.gif", w: 136, h: 16 },
	"Navigationsschaltflaeche8" : { image: "./Vermogensbildung_Ns1_1.gif", rollover: "./Vermogensbildung_NRs2_1.gif", w: 136, h: 16 },
	"Navigationsschaltflaeche9" : { image: "./Absicherung_der_Arbeitskraft_Ns1_1.gif", rollover: "./Absicherung_der_Arbeitskraft_NRs2_1.gif", w: 136, h: 16 },
	"Navigationsschaltflaeche10" : { image: "./Baufinanzierung_Ns1_1.gif", rollover: "./Baufinanzierung_NRs2_1.gif", w: 136, h: 16 },
	"Navigationsschaltflaeche3" : { image: "./Info-Dienst_Np1.gif", rollover: "./Info-Dienst_NRp3.gif", w: 170, h: 36, opening: "bottom", offsetX: 0, offsetY: 36 },
	"Navigationsschaltflaeche11" : { image: "./Vorsorgeaufwendungen_Ns1_1.gif", rollover: "./Vorsorgeaufwendungen_NRs2_1.gif", w: 136, h: 16 },
	"Navigationsschaltflaeche12" : { image: "./Beitragsbemessungsgrenzen_Ns1_1.gif", rollover: "./Beitragsbemessungsgrenzen_NRs2_1.gif", w: 136, h: 16 },
	"Navigationsschaltflaeche13" : { image: "./Hypothekenkonditionen_Ns1_1.gif", rollover: "./Hypothekenkonditionen_NRs2_1.gif", w: 136, h: 16 },
	"Navigationsschaltflaeche4" : { image: "./Angebot_anfordern_Np1.gif", rollover: "./Angebot_anfordern_NRp3.gif", w: 170, h: 36 },
	"Navigationsschaltflaeche5" : { image: "./Impressum_Np1_1.gif", rollover: "./Impressum_NRp3_1.gif", w: 170, h: 36 }
};

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


// End Navigation Bars


