// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltfläche1" : { image: "../Home_NELASTICBUTTON_1.GIF", rollover: "../Home_NRELASTICBUTTONON_1.GIF", w: 123, h: 19 },
	"Navigationsschaltfläche2" : { image: "../Angebote_HELASTICBUTTONON_1.GIF", rollover: "../Angebote_HRALTELASTICBUTTONON_2.GIF", w: 123, h: 19 },
	"Navigationsschaltfläche3" : { image: "../Impressum_NELASTICBUTTON_1.GIF", rollover: "../Impressum_NRELASTICBUTTONON_1.GIF", w: 123, h: 19 },
	"Navigationsschaltfläche4" : { image: "../Server-List_NELASTICBUTTON_1.GIF", rollover: "../Server-List_NRELASTICBUTTONON_1.GIF", w: 123, h: 19 }
};

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

ButtonsImageMapping["NavigationBar1"] = {
	"Navigationsschaltfläche5" : { image: "../Home_NALTELASTICBUTTON.GIF", rollover: "../Home_NRALTELASTICBUTTON.GIF", w: 123, h: 19 },
	"Navigationsschaltfläche6" : { image: "../Angebote_HALTELASTICBUTTONON_1.GIF", rollover: "../Angebote_HRALTELASTICBUTTONON_3.GIF", w: 123, h: 19 },
	"Navigationsschaltfläche7" : { image: "../Impressum_NALTELASTICBUTTON_1.GIF", rollover: "../Impressum_NRALTELASTICBUTTON_1.GIF", w: 123, h: 19 },
	"Navigationsschaltfläche8" : { image: "../Server-List_NALTELASTICBUTTON_1.GIF", rollover: "../Server-List_NRALTELASTICBUTTON_1.GIF", w: 123, h: 19 }
};

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


// End Navigation Bars


