// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste4"] = {
	"Navigationsschaltfläche1" : { image: "./assets/images/autogen/Home__Hp3.gif", rollover: "./assets/images/autogen/Home__HRp4.gif", w: 130, h: 24 },
	"Navigationsschaltfläche2" : { image: "./assets/images/autogen/Verblender___Np1.gif", rollover: "./assets/images/autogen/Verblender___NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche3" : { image: "./assets/images/autogen/Riemchen__Np1.gif", rollover: "./assets/images/autogen/Riemchen__NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche4" : { image: "./assets/images/autogen/Warme-Damm-System_Np1.gif", rollover: "./assets/images/autogen/Warme-Damm-System_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche5" : { image: "./assets/images/autogen/Thermodach_Np1.gif", rollover: "./assets/images/autogen/Thermodach_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche6" : { image: "./assets/images/autogen/Musterobjekte__Np1.gif", rollover: "./assets/images/autogen/Musterobjekte__NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche7" : { image: "./assets/images/autogen/Firmenprofil__Np1.gif", rollover: "./assets/images/autogen/Firmenprofil__NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche8" : { image: "./assets/images/autogen/Kontakt_Np1.gif", rollover: "./assets/images/autogen/Kontakt_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche9" : { image: "./assets/images/autogen/Impressum__Np1.gif", rollover: "./assets/images/autogen/Impressum__NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche10" : { image: "./assets/images/autogen/Vom_Billigsten_Np1.gif", rollover: "./assets/images/autogen/Vom_Billigsten_NRp2.gif", w: 130, h: 24 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste4", rollover: true, autoClose: false });
	$("#Navigationsleiste4").nofNavBar({isMain: true, orientation: "vertical" });
	$("#Navigationsleiste4 ul").hide();
	$("#Navigationsleiste4").css('border', '10px solid gray');
	$("#Navigationsleiste4").css('border-style', 'outset');
	$("#Navigationsleiste4 ul").css('border', '10px solid gray');
	$("#Navigationsleiste4 ul").css('border-style', 'outset');
	$("#Navigationsleiste4").css('background-color', '#CCCCCC');
	$("#Navigationsleiste4 ul").css('background-color', '#CCCCCC');
});


// End Navigation Bars


