// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"Navigationsschaltfläche1" : { image: "../assets/images/autogen/Products_Np2.gif", rollover: "../assets/images/autogen/Products_NRhighlighted_1.gif", w: 130, h: 25 },
	"Navigationsschaltfläche2" : { image: "../assets/images/autogen/Home_Hp2.gif", rollover: "../assets/images/autogen/Home_HRhighlighted_1.gif", w: 130, h: 25 },
	"Navigationsschaltfläche3" : { image: "../assets/images/autogen/About_us_Np2.gif", rollover: "../assets/images/autogen/About_us_NRhighlighted.gif", w: 130, h: 25 },
	"Navigationsschaltfläche4" : { image: "../assets/images/autogen/Career_Np2.gif", rollover: "../assets/images/autogen/Career_NRhighlighted.gif", w: 130, h: 25 },
	"Navigationsschaltfläche5" : { image: "../assets/images/autogen/Partners_Np2.gif", rollover: "../assets/images/autogen/Partners_NRhighlighted.gif", w: 130, h: 25 },
	"Navigationsschaltfläche6" : { image: "../assets/images/autogen/Suppliers_Np2.gif", rollover: "../assets/images/autogen/Suppliers_NRhighlighted.gif", w: 130, h: 25 },
	"Navigationsschaltfläche7" : { image: "../assets/images/autogen/Imprint_Np2.gif", rollover: "../assets/images/autogen/Imprint_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äche8" : { image: "../assets/images/autogen/Home_Hhighlighted.gif", rollover: "../assets/images/autogen/Home_HRhighlighted.gif", w: 130, h: 25 },
	"Navigationsschaltfläche9" : { image: "../assets/images/autogen/Products_Nstandard.gif", rollover: "../assets/images/autogen/Products_NRhighlighted.gif", w: 130, h: 25 },
	"Navigationsschaltfläche10" : { image: "../assets/images/autogen/Service_Nstandard.gif", rollover: "../assets/images/autogen/Service_NRhighlighted.gif", w: 130, h: 25 },
	"Navigationsschaltfläche11" : { image: "../assets/images/autogen/Contact_Nstandard.gif", rollover: "../assets/images/autogen/Contact_NRhighlighted_1.gif", w: 130, h: 25 },
	"Navigationsschaltfläche12" : { image: "../assets/images/autogen/Newsletter_Nstandard.gif", rollover: "../assets/images/autogen/Newsletter_NRhighlighted.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

