// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"Navigationsschaltflaeche1" : { image: "../assets/images/autogen/Litauen_2003_Np1_1.jpg", rollover: "../assets/images/autogen/Litauen_2003_NRp2_1.jpg", w: 132, h: 32, opening: "right", offsetX: 132, offsetY: 0 },
	"Navigationsschaltflaeche2" : { image: "../assets/images/autogen/Litauenfotos_1_Np1_1.jpg", rollover: "../assets/images/autogen/Litauenfotos_1_NRp2_1.jpg", w: 132, h: 32 },
	"Navigationsschaltflaeche3" : { image: "../assets/images/autogen/Litauenfotos_2_Np1_1.jpg", rollover: "../assets/images/autogen/Litauenfotos_2_NRp2_1.jpg", w: 132, h: 32 },
	"Navigationsschaltflaeche4" : { image: "../assets/images/autogen/Litauenfotos_3_Np1_1.jpg", rollover: "../assets/images/autogen/Litauenfotos_3_NRp2_1.jpg", w: 132, h: 32 },
	"Navigationsschaltflaeche5" : { image: "../assets/images/autogen/Litauenfotos_4_Np1_1.jpg", rollover: "../assets/images/autogen/Litauenfotos_4_NRp2_1.jpg", w: 132, h: 32 }
};

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


// End Navigation Bars

