// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["VertikaleNavigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "../Home_Np1_1.gif", rollover: "../Home_NRp2_1.gif", w: 114, h: 22 },
	"Navigationsschaltflaeche2" : { image: "../High_End_Np1.gif", rollover: "../High_End_NRp2.gif", w: 114, h: 22 },
	"Navigationsschaltflaeche3" : { image: "../Outlook_Np1.gif", rollover: "../Outlook_NRp2.gif", w: 114, h: 22 },
	"Navigationsschaltflaeche4" : { image: "../Website_Np1.gif", rollover: "../Website_NRp2.gif", w: 114, h: 22 },
	"Navigationsschaltflaeche5" : { image: "../Service_Np1.gif", rollover: "../Service_NRp2.gif", w: 114, h: 22 },
	"Navigationsschaltflaeche6" : { image: "../Referenz_Np1.gif", rollover: "../Referenz_NRp2.gif", w: 114, h: 22 },
	"Navigationsschaltflaeche7" : { image: "../Kostenlos_Np1.gif", rollover: "../Kostenlos_NRp2.gif", w: 114, h: 22 },
	"Navigationsschaltflaeche8" : { image: "../Register_Hp3_1.gif", rollover: "../Register_HRp4_1.gif", w: 114, h: 22 },
	"Navigationsschaltflaeche9" : { image: "../Kontakt_Np1.gif", rollover: "../Kontakt_NRp2.gif", w: 114, h: 22, opening: "bottom", offsetX: 0, offsetY: 22 },
	"Navigationsschaltflaeche11" : { image: "../AGB_Np1.gif", rollover: "../AGB_NRp2.gif", w: 114, h: 22 },
	"Navigationsschaltflaeche12" : { image: "../Impressum_Np1.gif", rollover: "../Impressum_NRp2.gif", w: 114, h: 22 }
};

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


// End Navigation Bars

