// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"Navigationsschaltfläche1" : { image: "../assets/images/autogen/Shuttlebus_Np1.gif", w: 130, h: 20 },
	"Navigationsschaltfläche2" : { image: "../assets/images/autogen/Offnungszeiten_Np1.gif", w: 130, h: 20 },
	"Navigationsschaltfläche3" : { image: "../assets/images/autogen/Gastereaktionen_Np1.gif", w: 130, h: 20 },
	"Navigationsschaltfläche4" : { image: "../assets/images/autogen/Unterhaltung_Np1.gif", w: 130, h: 20 },
	"Navigationsschaltfläche5" : { image: "../assets/images/autogen/Spiele_Np1.gif", w: 130, h: 20 },
	"Navigationsschaltfläche6" : { image: "../assets/images/autogen/Valentinstag_Np1.gif", w: 130, h: 20 },
	"Navigationsschaltfläche7" : { image: "../assets/images/autogen/Menus_Np1.gif", w: 130, h: 20 },
	"Navigationsschaltfläche8" : { image: "../assets/images/autogen/Getranke_Np1.gif", w: 130, h: 20 },
	"Navigationsschaltfläche9" : { image: "../assets/images/autogen/Anfahrt_Np1.gif", w: 130, h: 20 },
	"Navigationsschaltfläche10" : { image: "../assets/images/autogen/Raumlichkeiten_Np1.gif", w: 130, h: 20 },
	"Navigationsschaltfläche11" : { image: "../assets/images/autogen/Anmeldeformular_Np1.gif", w: 130, h: 20 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar1", autoClose: true, spacing: 1 });
	$("#NavigationBar1").nofNavBar({isMain: true, orientation: "vertical" });
	$("#NavigationBar1 ul").hide();
	$("#NavigationBar1").css('background-color', '#808080');
	$("#NavigationBar1 ul").css('background-color', '#808080');
});

ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltfläche12" : { image: "../assets/images/autogen/Casa_Marzipano_Np1.gif", rollover: "../assets/images/autogen/Casa_Marzipano_NRp1.gif", w: 130, h: 20 },
	"Navigationsschaltfläche13" : { image: "../assets/images/autogen/Hochzeit_Np1.gif", rollover: "../assets/images/autogen/Hochzeit_NRp1.gif", w: 130, h: 20 },
	"Navigationsschaltfläche14" : { image: "../assets/images/autogen/Shuttlebus_Np1.gif", rollover: "../assets/images/autogen/Shuttlebus_NRp1.gif", w: 130, h: 20 },
	"Navigationsschaltfläche15" : { image: "../assets/images/autogen/Offnungszeiten_Hp1.gif", rollover: "../assets/images/autogen/Offnungszeiten_HRp1.gif", w: 130, h: 20 },
	"Navigationsschaltfläche16" : { image: "../assets/images/autogen/Spiele_Np1.gif", rollover: "../assets/images/autogen/Spiele_NRp1.gif", w: 130, h: 20 },
	"Navigationsschaltfläche17" : { image: "../assets/images/autogen/Menus_Np11.gif", rollover: "../assets/images/autogen/Menus_NRp1.gif", w: 130, h: 20 },
	"Navigationsschaltfläche18" : { image: "../assets/images/autogen/Getranke_Np1.gif", rollover: "../assets/images/autogen/Getranke_NRp1.gif", w: 130, h: 20 },
	"Navigationsschaltfläche19" : { image: "../assets/images/autogen/Fruhstuck_Gruppen_Np1.gif", rollover: "../assets/images/autogen/Fruhstuck_Gruppen_NRp1.gif", w: 130, h: 20 },
	"Navigationsschaltfläche20" : { image: "../assets/images/autogen/Sitzungen_Np1.gif", rollover: "../assets/images/autogen/Sitzungen_NRp1.gif", w: 130, h: 20 },
	"Navigationsschaltfläche21" : { image: "../assets/images/autogen/Anmeldeformular_Np1.gif", rollover: "../assets/images/autogen/Anmeldeformular_NRp1.gif", w: 130, h: 20 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste2", rollover: true, autoClose: false, spacing: 1 });
	$("#Navigationsleiste2").nofNavBar({isMain: true, orientation: "vertical" });
	$("#Navigationsleiste2 ul").hide();
	$("#Navigationsleiste2").css('background-color', '#808080');
	$("#Navigationsleiste2 ul").css('background-color', '#808080');
});


// End Navigation Bars


