// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste10"] = {
	"Navigationsschaltflaeche1" : { image: "../assets/images/autogen/Glocke-II_Hhighlighted_1_1.gif", rollover: "../assets/images/autogen/Glocke-II_HRhighlightedRollover_1_1.gif", w: 130, h: 30, opening: "right", offsetX: 130, offsetY: 0 },
	"Navigationsschaltflaeche21" : { image: "../assets/images/autogen/Glocke-III_Nregular_1.gif", rollover: "../assets/images/autogen/Glocke-III_NRregularRollover_1.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche2" : { image: "../assets/images/autogen/News-article_Nregular_1_1.gif", rollover: "../assets/images/autogen/News-article_NRregularRollover_1_1.gif", w: 130, h: 30, opening: "right", offsetX: 130, offsetY: 0 },
	"Navigationsschaltflaeche22" : { image: "../assets/images/autogen/article_Nregular_1.gif", rollover: "../assets/images/autogen/article_NRregularRollover_1.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche23" : { image: "../assets/images/autogen/high-resolution_Nregular_1.gif", rollover: "../assets/images/autogen/high-resolution_NRregularRollover_1.gif", w: 130, h: 30 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste10", rollover: true, autoClose: true });
	$("#Navigationsleiste10").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#Navigationsleiste10_1").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 130, offsetY: 0 });
	$("#Navigationsleiste10_2").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 130, offsetY: 0 });
	$("#Navigationsleiste10_3").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 130, offsetY: 0 });
	$("#Navigationsleiste10 ul").hide();
});


ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche3" : { image: "../assets/images/autogen/Home_Nregular_1_1.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche4" : { image: "../assets/images/autogen/Tagebuch_Nregular_1_1.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche5" : { image: "../assets/images/autogen/Diary-_Nregular_1_1.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche6" : { image: "../assets/images/autogen/Letzter-Brief-_Nregular_1_1.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche7" : { image: "../assets/images/autogen/Last-Letter-_Nregular_1_1.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche8" : { image: "../assets/images/autogen/Fotos_Nregular_1_1.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche9" : { image: "../assets/images/autogen/Die-Operation-u.a._Nregular_1_1.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche10" : { image: "../assets/images/autogen/La-Casa_Nregular_1_1.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche11" : { image: "../assets/images/autogen/contact_Nregular_1_1.gif", w: 130, h: 30 }
};

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


ButtonsImageMapping["Navigationsleiste6"] = {
	"Navigationsschaltflaeche12" : { image: "../assets/images/autogen/Home_Np1_2.gif", rollover: "../assets/images/autogen/Home_NRp2_1.gif", w: 116, h: 31 },
	"Navigationsschaltflaeche13" : { image: "../assets/images/autogen/Tagebuch_Np1_2.gif", rollover: "../assets/images/autogen/Tagebuch_NRp2_1.gif", w: 116, h: 31 },
	"Navigationsschaltflaeche14" : { image: "../assets/images/autogen/Diary-_Np1_2.gif", rollover: "../assets/images/autogen/Diary-_NRp2_1.gif", w: 116, h: 31 },
	"Navigationsschaltflaeche15" : { image: "../assets/images/autogen/Letzter-Brief-_Np1_2.gif", rollover: "../assets/images/autogen/Letzter-Brief-_NRp2_1.gif", w: 116, h: 31 },
	"Navigationsschaltflaeche16" : { image: "../assets/images/autogen/Last-Letter-_Np1_2.gif", rollover: "../assets/images/autogen/Last-Letter-_NRp2_1.gif", w: 116, h: 31 },
	"Navigationsschaltflaeche17" : { image: "../assets/images/autogen/Fotos_Np1_2.gif", rollover: "../assets/images/autogen/Fotos_NRp2_1.gif", w: 116, h: 31 },
	"Navigationsschaltflaeche18" : { image: "../assets/images/autogen/Die-Operation-u.a._Np1_2.gif", rollover: "../assets/images/autogen/Die-Operation-u.a._NRp2_1.gif", w: 116, h: 31 },
	"Navigationsschaltflaeche19" : { image: "../assets/images/autogen/La-Casa_Hp3_1.gif", rollover: "../assets/images/autogen/La-Casa_HRp4_1.gif", w: 116, h: 31 },
	"Navigationsschaltflaeche20" : { image: "../assets/images/autogen/contact_Np1_2.gif", rollover: "../assets/images/autogen/contact_NRp2_1.gif", w: 116, h: 31 }
};

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


// End Navigation Bars


