// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste10"] = {
	"Navigationsschaltflaeche9" : { image: "../assets/images/autogen/Dec__07_Nregular_1_1.gif", rollover: "../assets/images/autogen/Dec__07_NRregularRollover_1_1.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche10" : { image: "../assets/images/autogen/Nov__07_Nregular_1_1.gif", rollover: "../assets/images/autogen/Nov__07_NRregularRollover_1_1.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche11" : { image: "../assets/images/autogen/Okt__07_Hhighlighted_1_1.gif", rollover: "../assets/images/autogen/Okt__07_HRhighlightedRollover_1_1.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche12" : { image: "../assets/images/autogen/Sept__07_Nregular_1_1.gif", rollover: "../assets/images/autogen/Sept__07_NRregularRollover_1_1.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche13" : { image: "../assets/images/autogen/Juli-August_Nregular_1_1.gif", rollover: "../assets/images/autogen/Juli-August_NRregularRollover_1_1.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche14" : { image: "../assets/images/autogen/Mai-Juni_Nregular_1_1.gif", rollover: "../assets/images/autogen/Mai-Juni_NRregularRollover_1_1.gif", w: 130, h: 30 }
};

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


ButtonsImageMapping["Navigationsleiste11"] = {
	"Navigationsschaltflaeche15" : { image: "../assets/images/autogen/2007_Hhighlighted_1.gif", rollover: "../assets/images/autogen/2007_HRhighlightedRollover_1.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche16" : { image: "../assets/images/autogen/2008_Nregular_1_1.gif", rollover: "../assets/images/autogen/2008_NRregularRollover_1_1.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche17" : { image: "../assets/images/autogen/2009_Nregular_1_4.gif", rollover: "../assets/images/autogen/2009_NRregularRollover_1_3.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche18" : { image: "../assets/images/autogen/2010_Nregular_1_5.gif", rollover: "../assets/images/autogen/2010_NRregularRollover_1_3.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche19" : { image: "../assets/images/autogen/2011_Nregular_1_4.gif", rollover: "../assets/images/autogen/2011_NRregularRollover_1_4.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche20" : { image: "../assets/images/autogen/Family_Nregular_1_3.gif", rollover: "../assets/images/autogen/Family_NRregularRollover_1_3.gif", w: 130, h: 30 }
};

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


ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche21" : { image: "../assets/images/autogen/Home_Nregular_1_3.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche22" : { image: "../assets/images/autogen/Tagebuch_Nregular_1_3.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche23" : { image: "../assets/images/autogen/Diary__Nregular_1_1.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche24" : { image: "../assets/images/autogen/Letzter_Brief__Nregular_1_3.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche25" : { image: "../assets/images/autogen/Last_Letter__Nregular_1_3.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche26" : { image: "../assets/images/autogen/Fotos_Nregular_1_4.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche27" : { image: "../assets/images/autogen/Die_Operation_u.a._Nregular_1_3.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche28" : { image: "../assets/images/autogen/La_Casa_Nregular_1_3.gif", w: 130, h: 30 },
	"Navigationsschaltflaeche29" : { image: "../assets/images/autogen/contact_Nregular_1_3.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();
});


// End Navigation Bars


