// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltfläche1" : { image: "../assets/images/autogen/Home_Nregular_1.gif", rollover: "../assets/images/autogen/Home_NRhighlightedRollover_1.gif", w: 137, h: 21 }
};

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

ButtonsImageMapping["Navigationsleiste5"] = {
	"Navigationsschaltfläche2" : { image: "../assets/images/autogen/Home_Np1.gif", rollover: "../assets/images/autogen/Home_NRbeige.gif", w: 97, h: 18 },
	"Navigationsschaltfläche3" : { image: "../assets/images/autogen/Call_for_Abstracts_Np1.gif", rollover: "../assets/images/autogen/Call_for_Abstracts_NRbeige.gif", w: 97, h: 18 },
	"Navigationsschaltfläche4" : { image: "../assets/images/autogen/Deadlines_Np1.gif", rollover: "../assets/images/autogen/Deadlines_NRbeige.gif", w: 97, h: 18 },
	"Navigationsschaltfläche5" : { image: "../assets/images/autogen/Contact_Np1.gif", rollover: "../assets/images/autogen/Contact_NRbeige.gif", w: 97, h: 18 }
};

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

ButtonsImageMapping["Navigationsleiste7"] = {
	"Navigationsschaltfläche6" : { image: "../assets/images/autogen/Background__Nregular_1.gif", rollover: "../assets/images/autogen/Background__NRhighlightedRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche7" : { image: "../assets/images/autogen/Committee_Nregular_1.gif", rollover: "../assets/images/autogen/Committee_NRhighlightedRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche8" : { image: "../assets/images/autogen/Sessions_Nregular_1.gif", rollover: "../assets/images/autogen/Sessions_NRhighlightedRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche9" : { image: "../assets/images/autogen/Roundtables_Nregular_1.gif", rollover: "../assets/images/autogen/Roundtables_NRhighlightedRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche10" : { image: "../assets/images/autogen/Keynote_Lectures_Nregular_1.gif", rollover: "../assets/images/autogen/Keynote_Lectures_NRhighlightedRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche11" : { image: "../assets/images/autogen/Registration_Nregular_1.gif", rollover: "../assets/images/autogen/Registration_NRhighlightedRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche12" : { image: "../assets/images/autogen/Schedule_Nregular_1.gif", rollover: "../assets/images/autogen/Schedule_NRhighlightedRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche13" : { image: "../assets/images/autogen/Venue_Nregular_1.gif", rollover: "../assets/images/autogen/Venue_NRhighlightedRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche14" : { image: "../assets/images/autogen/Field_Trip_Nregular_1.gif", rollover: "../assets/images/autogen/Field_Trip_NRhighlightedRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche15" : { image: "../assets/images/autogen/Social_Events_Nregular_1.gif", rollover: "../assets/images/autogen/Social_Events_NRhighlightedRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche16" : { image: "../assets/images/autogen/Travel___Lodging_Nregular_1.gif", rollover: "../assets/images/autogen/Travel___Lodging_NRhighlightedRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche17" : { image: "../assets/images/autogen/ISDEHS_Award_Nregular_1.gif", rollover: "../assets/images/autogen/ISDEHS_Award_NRhighlightedRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche18" : { image: "../assets/images/autogen/Proceedings_Nregular_1.gif", rollover: "../assets/images/autogen/Proceedings_NRhighlightedRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche19" : { image: "../assets/images/autogen/Support_Nregular_1.gif", rollover: "../assets/images/autogen/Support_NRhighlightedRollover_1.gif", w: 137, h: 21 }
};

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


// End Navigation Bars


