// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["VertikaleNavigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "./feine_fotos_Nff-Button_Np1_1.gif", rollover: "./feine_fotos_NRff-Button_NRp2_1.gif", w: 130, h: 25 },
	"Navigationsschaltflaeche2" : { image: "./Aktuell_Nff-Button_Np1_1.gif", rollover: "./Aktuell_NRff-Button_NRp2_1.gif", w: 130, h: 25 },
	"Navigationsschaltflaeche3" : { image: "./Italien_Nff-Button_Np1_1.gif", rollover: "./Italien_NRff-Button_NRp2_1.gif", w: 130, h: 25 },
	"Navigationsschaltflaeche4" : { image: "./Sudtirol_Nff-Button_Np1_1.gif", rollover: "./Sudtirol_NRff-Button_NRp2_1.gif", w: 130, h: 25 },
	"Navigationsschaltflaeche5" : { image: "./Eppan_Hff-Button_HRp4_1.gif", rollover: "./Eppan_HRff-Button_Hp3_1.gif", w: 130, h: 25 },
	"Navigationsschaltflaeche6" : { image: "./St._Pauls_Nff-Button_Np1_1.gif", rollover: "./St._Pauls_NRff-Button_NRp2_1.gif", w: 130, h: 25 },
	"Navigationsschaltflaeche7" : { image: "./Special_Nff-Button_Np1_1.gif", rollover: "./Special_NRff-Button_NRp2_1.gif", w: 130, h: 25 },
	"Navigationsschaltflaeche8" : { image: "./Personliches_Nff-Button_Np1_1.gif", rollover: "./Personliches_NRff-Button_NRp2_1.gif", w: 130, h: 25 },
	"Navigationsschaltflaeche9" : { image: "./Kontakt_Nff-Button_Np1_1.gif", rollover: "./Kontakt_NRff-Button_NRp2_1.gif", w: 130, h: 25 },
	"Navigationsschaltflaeche10" : { image: "./Links_Nff-Button_Np1_1.gif", rollover: "./Links_NRff-Button_NRp2_1.gif", w: 130, h: 25 }
};

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


ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltflaeche11" : { image: "./Burgenritt_2005b_Nff-Button_Np1_1.gif", rollover: "./Burgenritt_2005b_NRff-Button_NRp2_1.gif", w: 130, h: 25 }
};

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


// End Navigation Bars


