// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/Impressum_NButton2_1.gif", rollover: "./assets/images/autogen/Impressum_NRButton2_1.gif", w: 129, h: 21 }
};

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


ButtonsImageMapping["Navigationsleiste5"] = {
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/Startseite_HButton2.gif", rollover: "./assets/images/autogen/Startseite_HRButton2.gif", w: 129, h: 21 },
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/Banner___Flags_NButton2_1.gif", rollover: "./assets/images/autogen/Banner___Flags_NRButton2_1.gif", w: 129, h: 21 },
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/Grossflachenwerbung_NButton2_1.gif", rollover: "./assets/images/autogen/Grossflachenwerbung_NRButton2_1.gif", w: 129, h: 21 },
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/Internetseiten_NButton2_1.gif", rollover: "./assets/images/autogen/Internetseiten_NRButton2_1.gif", w: 129, h: 21 },
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/Bikerseiten_NButton2_1.gif", rollover: "./assets/images/autogen/Bikerseiten_NRButton2_1.gif", w: 129, h: 21 },
	"Navigationsschaltflaeche7" : { image: "./assets/images/autogen/Kontakt_NButton2.gif", rollover: "./assets/images/autogen/Kontakt_NRButton2.gif", w: 129, h: 21 }
};

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


// End Navigation Bars


