// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche1" : { image: "../assets/images/autogen/Software_NButton_2.gif", rollover: "../assets/images/autogen/Software_NRButton-inv_2.gif", w: 151, h: 22 },
	"Navigationsschaltflaeche2" : { image: "../assets/images/autogen/Berichte_NButton_2.gif", rollover: "../assets/images/autogen/Berichte_NRButton-inv_2.gif", w: 151, h: 22 },
	"Navigationsschaltflaeche3" : { image: "../assets/images/autogen/Montierung_NButton_2.gif", rollover: "../assets/images/autogen/Montierung_NRButton-inv_2.gif", w: 151, h: 22 },
	"Navigationsschaltflaeche4" : { image: "../assets/images/autogen/Goto_NButton_2.gif", rollover: "../assets/images/autogen/Goto_NRButton-inv_2.gif", w: 151, h: 22 },
	"Navigationsschaltflaeche5" : { image: "../assets/images/autogen/Ausrustung_NButton_2.gif", rollover: "../assets/images/autogen/Ausrustung_NRButton-inv_2.gif", w: 151, h: 22 },
	"Navigationsschaltflaeche6" : { image: "../assets/images/autogen/Montierungen-Info_NButton_2.gif", rollover: "../assets/images/autogen/Montierungen-Info_NRButton-inv_2.gif", w: 151, h: 22 }
};

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


// End Navigation Bars


