// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"Navigationsschaltfläche1" : { image: "./assets/images/autogen/lausitzerbergbau_Hp3_3.gif", rollover: "./assets/images/autogen/lausitzerbergbau_HRp4_3.gif", w: 143, h: 38 },
	"Navigationsschaltfläche2" : { image: "./assets/images/autogen/BRIKETTFABRIK_Np1_3.gif", rollover: "./assets/images/autogen/BRIKETTFABRIK_NRp2_3.gif", w: 143, h: 38 },
	"Navigationsschaltfläche3" : { image: "./assets/images/autogen/TAGEBAUE__LAUSITZ_Np1_1.gif", rollover: "./assets/images/autogen/TAGEBAUE__LAUSITZ_NRp2_1.gif", w: 143, h: 38 },
	"Navigationsschaltfläche4" : { image: "./assets/images/autogen/BAGGER_Np1_1.gif", rollover: "./assets/images/autogen/BAGGER_NRp2_1.gif", w: 143, h: 38 },
	"Navigationsschaltfläche5" : { image: "./assets/images/autogen/BRIKETTS_Np1_3.gif", rollover: "./assets/images/autogen/BRIKETTS_NRp2_3.gif", w: 143, h: 38 },
	"Navigationsschaltfläche6" : { image: "./assets/images/autogen/DEVASTIERUNG_Np1_3.gif", rollover: "./assets/images/autogen/DEVASTIERUNG_NRp2_3.gif", w: 143, h: 38 },
	"Navigationsschaltfläche7" : { image: "./assets/images/autogen/BERGBAU_MUSEUM_Np1_3.gif", rollover: "./assets/images/autogen/BERGBAU_MUSEUM_NRp2_3.gif", w: 143, h: 38 },
	"Navigationsschaltfläche8" : { image: "./assets/images/autogen/NEUES_Np1_1.gif", rollover: "./assets/images/autogen/NEUES_NRp2_1.gif", w: 143, h: 38 },
	"Navigationsschaltfläche9" : { image: "./assets/images/autogen/FORUM_Np1_1.gif", rollover: "./assets/images/autogen/FORUM_NRp2_1.gif", w: 143, h: 38 },
	"Navigationsschaltfläche10" : { image: "./assets/images/autogen/GASTEBUCH_Np1_3.gif", rollover: "./assets/images/autogen/GASTEBUCH_NRp2_3.gif", w: 143, h: 38 },
	"Navigationsschaltfläche11" : { image: "./assets/images/autogen/LINKS_Np1_3.gif", rollover: "./assets/images/autogen/LINKS_NRp2_3.gif", w: 143, h: 38 },
	"Navigationsschaltfläche12" : { image: "./assets/images/autogen/KONTAKT_Np1_3.gif", rollover: "./assets/images/autogen/KONTAKT_NRp2_3.gif", w: 143, h: 38 }
};

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


// End Navigation Bars


