// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltfläche1" : { image: "./assets/images/autogen/Home_Hmg3.gif", rollover: "./assets/images/autogen/Home_HRmg3.gif", w: 215, h: 30 },
	"Navigationsschaltfläche2" : { image: "./assets/images/autogen/Wer_wir_sind_Nmg1.gif", rollover: "./assets/images/autogen/Wer_wir_sind_NRmg1.gif", w: 210, h: 30 },
	"Navigationsschaltfläche3" : { image: "./assets/images/autogen/Gliederung_unseres_Betriebes_Nmg1.gif", rollover: "./assets/images/autogen/Gliederung_unseres_Betriebes_NRmg1.gif", w: 210, h: 30 },
	"Navigationsschaltfläche4" : { image: "./assets/images/autogen/Was_wir_wollen_Nmg1.gif", rollover: "./assets/images/autogen/Was_wir_wollen_NRmg1.gif", w: 210, h: 30 },
	"Navigationsschaltfläche5" : { image: "./assets/images/autogen/Auftrage_fur_die_OffentlichkeiNmg1.gif", rollover: "./assets/images/autogen/Auftrage_fur_die_OffentlichkeiNRmg1.gif", w: 210, h: 30 },
	"Navigationsschaltfläche6" : { image: "./assets/images/autogen/Ornamente_Nmg1.gif", rollover: "./assets/images/autogen/Ornamente_NRmg1.gif", w: 210, h: 30 },
	"Navigationsschaltfläche7" : { image: "./assets/images/autogen/Unbegrenzte_Moglichkeiten_Nmg1.gif", rollover: "./assets/images/autogen/Unbegrenzte_Moglichkeiten_NRmg1.gif", w: 210, h: 30 },
	"Navigationsschaltfläche8" : { image: "./assets/images/autogen/Atelierroute_2010_Nmg1.gif", rollover: "./assets/images/autogen/Atelierroute_2010_NRmg1.gif", w: 210, h: 30 },
	"Navigationsschaltfläche9" : { image: "./assets/images/autogen/Presse_Nmg1.gif", rollover: "./assets/images/autogen/Presse_NRmg1.gif", w: 210, h: 30 },
	"Navigationsschaltfläche10" : { image: "./assets/images/autogen/Links_Nmg1.gif", rollover: "./assets/images/autogen/Links_NRmg1.gif", w: 210, h: 30 },
	"Navigationsschaltfläche11" : { image: "./assets/images/autogen/Impressionen_Nmg1.gif", rollover: "./assets/images/autogen/Impressionen_NRmg1.gif", w: 210, h: 30 },
	"Navigationsschaltfläche12" : { image: "./assets/images/autogen/Bewegte_Bilder_Nmg1.gif", rollover: "./assets/images/autogen/Bewegte_Bilder_NRmg1.gif", w: 210, h: 30 },
	"Navigationsschaltfläche13" : { image: "./assets/images/autogen/Dankeschon_Nmg1.gif", rollover: "./assets/images/autogen/Dankeschon_NRmg1.gif", w: 210, h: 30 },
	"Navigationsschaltfläche14" : { image: "./assets/images/autogen/Was_Sie_noch_bei_uns_finden_Nmg1.gif", rollover: "./assets/images/autogen/Was_Sie_noch_bei_uns_finden_NRmg1.gif", w: 210, h: 30 },
	"Navigationsschaltfläche15" : { image: "./assets/images/autogen/Impressum_Nmg1.gif", rollover: "./assets/images/autogen/Impressum_NRmg1.gif", w: 210, h: 30 }
};

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


// End Navigation Bars


