// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["VerticalNavigationBar1"] = {
	"Navigationsschaltfläche1" : { image: "./HOME_Hp3.gif", rollover: "./HOME_HRp3.gif", w: 124, h: 36 },
	"Navigationsschaltfläche2" : { image: "./EQUIPMENT_Np1.gif", rollover: "./EQUIPMENT_NRp2.gif", w: 124, h: 36 },
	"Navigationsschaltfläche3" : { image: "./PRODUKTIONEN_Np1.gif", rollover: "./PRODUKTIONEN_NRp2.gif", w: 124, h: 36 },
	"Navigationsschaltfläche4" : { image: "./LEISTUNGEN_Np1.gif", rollover: "./LEISTUNGEN_NRp2.gif", w: 124, h: 36 },
	"Navigationsschaltfläche5" : { image: "./KONTAKT_Np1.gif", rollover: "./KONTAKT_NRp2.gif", w: 124, h: 36 }
};

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

ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltfläche6" : { image: "./SAM_TANZMUSIK_Np1.gif", rollover: "./SAM_TANZMUSIK_NRp2.gif", w: 124, h: 36 }
};

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


// End Navigation Bars


