// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"Navigationsschaltfläche1" : { image: "./assets/images/autogen/Home_Hhighlighted_1_1.gif", rollover: "./assets/images/autogen/Home_HRhighlightedRollover_1_1.gif", w: 140, h: 23 },
	"Navigationsschaltfläche2" : { image: "./assets/images/autogen/__News___Nregular_1_1.gif", rollover: "./assets/images/autogen/__News___NRregularRollover_1_1.gif", w: 140, h: 23 },
	"Navigationsschaltfläche3" : { image: "./assets/images/autogen/Uber_uns_Nregular_1_1.gif", rollover: "./assets/images/autogen/Uber_uns_NRregularRollover_1_1.gif", w: 140, h: 23 },
	"Navigationsschaltfläche4" : { image: "./assets/images/autogen/Werbedruck_Nregular_1_1.gif", rollover: "./assets/images/autogen/Werbedruck_NRregularRollover_1_1.gif", w: 140, h: 23 },
	"Navigationsschaltfläche5" : { image: "./assets/images/autogen/Kater__male_Nregular_1_1.gif", rollover: "./assets/images/autogen/Kater__male_NRregularRollover_1_1.gif", w: 140, h: 23 },
	"Navigationsschaltfläche6" : { image: "./assets/images/autogen/Katzen__female_Nregular_1_1.gif", rollover: "./assets/images/autogen/Katzen__female_NRregularRollover_1_1.gif", w: 140, h: 23 },
	"Navigationsschaltfläche7" : { image: "./assets/images/autogen/Kitten___Available_Nregular_1_1.gif", rollover: "./assets/images/autogen/Kitten___Available_NRregularRollover_1_1.gif", w: 140, h: 23 },
	"Navigationsschaltfläche8" : { image: "./assets/images/autogen/Abgabe_Info_Nregular_1_1.gif", rollover: "./assets/images/autogen/Abgabe_Info_NRregularRollover_1_1.gif", w: 140, h: 23 },
	"Navigationsschaltfläche9" : { image: "./assets/images/autogen/Plans_Nregular_1_1.gif", rollover: "./assets/images/autogen/Plans_NRregularRollover_1_1.gif", w: 140, h: 23 },
	"Navigationsschaltfläche10" : { image: "./assets/images/autogen/Contacts_Nregular_1_1.gif", rollover: "./assets/images/autogen/Contacts_NRregularRollover_1_1.gif", w: 140, h: 23 },
	"Navigationsschaltfläche11" : { image: "./assets/images/autogen/Links_Nregular_1_1.gif", rollover: "./assets/images/autogen/Links_NRregularRollover_1_1.gif", w: 140, h: 23 },
	"Navigationsschaltfläche12" : { image: "./assets/images/autogen/Impressum_Nregular_1_1.gif", rollover: "./assets/images/autogen/Impressum_NRregularRollover_1_1.gif", w: 140, h: 23 }
};

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


// End Navigation Bars


