// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/AGENA_Home_HButton_1.gif", rollover: "./assets/images/autogen/AGENA_Home_HRButton_1.gif", w: 93, h: 22 },
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/Vita_NButton_1.gif", rollover: "./assets/images/autogen/Vita_NRButton_1.gif", w: 93, h: 22 },
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/Angebot_NButton_1.gif", rollover: "./assets/images/autogen/Angebot_NRButton_1.gif", w: 93, h: 22 },
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/Referenzen_NButton.gif", rollover: "./assets/images/autogen/Referenzen_NRButton.gif", w: 93, h: 22 },
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/Gastebuch_NButton_1.gif", rollover: "./assets/images/autogen/Gastebuch_NRButton_1.gif", w: 93, h: 22 },
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/Linkpartner_NButton_1.gif", rollover: "./assets/images/autogen/Linkpartner_NRButton_1.gif", w: 93, h: 22 },
	"Navigationsschaltflaeche7" : { image: "./assets/images/autogen/Impressum_NButton_1.gif", rollover: "./assets/images/autogen/Impressum_NRButton_1.gif", w: 93, h: 22 }
};

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


// End Navigation Bars


