// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"NavigationButton1" : { image: "./assets/images/autogen/Home_HButton_uni.gif", rollover: "./assets/images/autogen/Home_HRButton_uni.gif", w: 81, h: 32 },
	"NavigationButton2" : { image: "./assets/images/autogen/Kontakt_NButton_uni.gif", rollover: "./assets/images/autogen/Kontakt_NRButton_uni.gif", w: 81, h: 32 },
	"NavigationButton3" : { image: "./assets/images/autogen/Referenzen_NButton_uni.gif", rollover: "./assets/images/autogen/Referenzen_NRButton_uni.gif", w: 81, h: 32 },
	"NavigationButton4" : { image: "./assets/images/autogen/Impressum_NButton_uni.gif", rollover: "./assets/images/autogen/Impressum_NRButton_uni.gif", w: 81, h: 32 },
	"NavigationButton5" : { image: "./assets/images/autogen/Download_NButton_uni.gif", rollover: "./assets/images/autogen/Download_NRButton_uni.gif", w: 81, h: 32 }
};

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


// End Navigation Bars

