// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"Navigationsschaltfläche1" : { image: "../assets/images/autogen/Home_Np2.gif", rollover: "../assets/images/autogen/Home_NRhighlighted_1.gif", w: 130, h: 25 },
	"Navigationsschaltfläche2" : { image: "../assets/images/autogen/Products_Np2.gif", rollover: "../assets/images/autogen/Products_NRhighlighted_1.gif", w: 130, h: 25 },
	"Navigationsschaltfläche3" : { image: "../assets/images/autogen/Insulated_Cups_Np2.gif", rollover: "../assets/images/autogen/Insulated_Cups_NRhighlighted.gif", w: 130, h: 25 },
	"Navigationsschaltfläche4" : { image: "../assets/images/autogen/Cups_Np2.gif", rollover: "../assets/images/autogen/Cups_NRhighlighted.gif", w: 130, h: 25 },
	"Navigationsschaltfläche5" : { image: "../assets/images/autogen/BMP_100_Compact_Np2.gif", rollover: "../assets/images/autogen/BMP_100_Compact_NRhighlighted.gif", w: 130, h: 25 },
	"Navigationsschaltfläche6" : { image: "../assets/images/autogen/BMP_100_Super_Np2.gif", rollover: "../assets/images/autogen/BMP_100_Super_NRhighlighted.gif", w: 130, h: 25 },
	"Navigationsschaltfläche7" : { image: "../assets/images/autogen/BMP_200_Universal_Np2.gif", rollover: "../assets/images/autogen/BMP_200_Universal_NRhighlighted.gif", w: 130, h: 25 },
	"Navigationsschaltfläche8" : { image: "../assets/images/autogen/BMP_200_Speed_Hp2.gif", rollover: "../assets/images/autogen/BMP_200_Speed_HRhighlighted.gif", w: 130, h: 25 },
	"Navigationsschaltfläche9" : { image: "../assets/images/autogen/BMP_400_Np2.gif", rollover: "../assets/images/autogen/BMP_400_NRhighlighted.gif", w: 130, h: 25 }
};

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

ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltfläche10" : { image: "../assets/images/autogen/Home_Nstandard.gif", rollover: "../assets/images/autogen/Home_NRhighlighted.gif", w: 130, h: 25 },
	"Navigationsschaltfläche11" : { image: "../assets/images/autogen/Products_Nstandard.gif", rollover: "../assets/images/autogen/Products_NRhighlighted.gif", w: 130, h: 25 },
	"Navigationsschaltfläche12" : { image: "../assets/images/autogen/Service_Nstandard.gif", rollover: "../assets/images/autogen/Service_NRhighlighted_1.gif", w: 130, h: 25 },
	"Navigationsschaltfläche13" : { image: "../assets/images/autogen/Contact_Nstandard.gif", rollover: "../assets/images/autogen/Contact_NRhighlighted_1.gif", w: 130, h: 25 }
};

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


// End Navigation Bars


