// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"Navigationsschaltfläche1" : { image: "../assets/images/autogen/AKTUELL_Nregular_1_1.gif", rollover: "../assets/images/autogen/AKTUELL_NRregularRollover_1_1.gif", w: 125, h: 25 },
	"Navigationsschaltfläche2" : { image: "../assets/images/autogen/UNTERNEHMEN_Nregular_1_1.gif", rollover: "../assets/images/autogen/UNTERNEHMEN_NRregularRollover_1_1.gif", w: 125, h: 25 },
	"Navigationsschaltfläche3" : { image: "../assets/images/autogen/THEMEN_Nregular_1_1.gif", rollover: "../assets/images/autogen/THEMEN_NRregularRollover_1_1.gif", w: 125, h: 25 },
	"Navigationsschaltfläche4" : { image: "../assets/images/autogen/LEISTUNGEN_Hhighlighted_1_1.gif", rollover: "../assets/images/autogen/LEISTUNGEN_HRhighlightedRollover_1_1.gif", w: 125, h: 25 }
};

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

ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltfläche9" : { image: "../assets/images/autogen/Gutachten_und_Studien_Hhighlighted_2.gif", rollover: "../assets/images/autogen/Gutachten_und_Studien_HRhighlightedRollover_2.gif", w: 125, h: 25 },
	"Navigationsschaltfläche10" : { image: "../assets/images/autogen/Instrumente_und_Modelle_Nregular_2.gif", rollover: "../assets/images/autogen/Instrumente_und_Modelle_NRregularRollover_2.gif", w: 125, h: 25 },
	"Navigationsschaltfläche11" : { image: "../assets/images/autogen/Reports_Nregular_2.gif", rollover: "../assets/images/autogen/Reports_NRregularRollover_2.gif", w: 125, h: 25 },
	"Navigationsschaltfläche12" : { image: "../assets/images/autogen/Fachbeitrage_Nregular_2.gif", rollover: "../assets/images/autogen/Fachbeitrage_NRregularRollover_2.gif", w: 125, h: 25 }
};

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


// End Navigation Bars


