// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar3"] = {
	"Navigationsschaltflaeche1" : { image: "./Home_NAltOSButton_1.gif", rollover: "./Home_NRAltOSButtonOver_1.gif", w: 120, h: 22 },
	"Navigationsschaltflaeche2" : { image: "./Documentation_NAltOSButton_1.gif", rollover: "./Documentation_NRAltOSButtonOver_1.gif", w: 120, h: 22 },
	"Navigationsschaltflaeche3" : { image: "./Screenshots_HAltOSButtonOn_1.gif", rollover: "./Screenshots_HRAltOSButtonOnOver_1.gif", w: 120, h: 22 },
	"Navigationsschaltflaeche4" : { image: "./Contact_NAltOSButton_1.gif", rollover: "./Contact_NRAltOSButtonOver_1.gif", w: 120, h: 22 },
	"Navigationsschaltflaeche5" : { image: "./Download_NAltOSButton_1.gif", rollover: "./Download_NRAltOSButtonOver_1.gif", w: 120, h: 22 }
};

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


// End Navigation Bars


