// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/Startseite_Hhighlighted_1_1.gif", rollover: "./assets/images/autogen/Startseite_HRhighlightedRollover_1_1.gif", w: 140, h: 18 },
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/Historie_Nregular_1.gif", rollover: "./assets/images/autogen/Historie_NRregularRollover_1.gif", w: 140, h: 18 },
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/Berufliches_Nregular_1.gif", rollover: "./assets/images/autogen/Berufliches_NRregularRollover_1.gif", w: 140, h: 18 },
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/Meine_Hobbies_Nregular_1.gif", rollover: "./assets/images/autogen/Meine_Hobbies_NRregularRollover_1.gif", w: 140, h: 18 },
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/Fotos_Nregular_1_1.gif", rollover: "./assets/images/autogen/Fotos_NRregularRollover_1_1.gif", w: 140, h: 18 },
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/Gastebuch_Nregular_1_1.gif", rollover: "./assets/images/autogen/Gastebuch_NRregularRollover_1_1.gif", w: 140, h: 18 },
	"Navigationsschaltflaeche7" : { image: "./assets/images/autogen/Impressum_Nregular_1_1.gif", rollover: "./assets/images/autogen/Impressum_NRregularRollover_1_1.gif", w: 140, h: 18 }
};

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


// End Navigation Bars


