// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltfläche1" : { image: "../assets/images/autogen/HOME_Nregular_1_1.gif", rollover: "../assets/images/autogen/HOME_NRregularRollover_1_1.gif", w: 140, h: 23 },
	"Navigationsschaltfläche2" : { image: "../assets/images/autogen/GIORGIO_Nregular_1_1.gif", rollover: "../assets/images/autogen/GIORGIO_NRregularRollover_1_1.gif", w: 140, h: 23 },
	"Navigationsschaltfläche3" : { image: "../assets/images/autogen/QUERY_Nregular_1_1.gif", rollover: "../assets/images/autogen/QUERY_NRregularRollover_1_1.gif", w: 140, h: 23 },
	"Navigationsschaltfläche4" : { image: "../assets/images/autogen/CHANEL_Nregular_1_1.gif", rollover: "../assets/images/autogen/CHANEL_NRregularRollover_1_1.gif", w: 140, h: 23 },
	"Navigationsschaltfläche5" : { image: "../assets/images/autogen/DOLCE_Nregular_1_1.gif", rollover: "../assets/images/autogen/DOLCE_NRregularRollover_1_1.gif", w: 140, h: 23 },
	"Navigationsschaltfläche6" : { image: "../assets/images/autogen/About_us_Nregular_1_1.gif", rollover: "../assets/images/autogen/About_us_NRregularRollover_1_1.gif", w: 140, h: 23 },
	"Navigationsschaltfläche7" : { image: "../assets/images/autogen/Puppies_Chiots_Nregular_1_1.gif", rollover: "../assets/images/autogen/Puppies_Chiots_NRregularRollover_1_1.gif", w: 140, h: 23 },
	"Navigationsschaltfläche8" : { image: "../assets/images/autogen/Contact_Hhighlighted_1_1.gif", rollover: "../assets/images/autogen/Contact_HRhighlightedRollover_1_1.gif", w: 140, h: 23 },
	"Navigationsschaltfläche9" : { image: "../assets/images/autogen/Links_Nregular_1_1.gif", rollover: "../assets/images/autogen/Links_NRregularRollover_1_1.gif", w: 140, h: 23 },
	"Navigationsschaltfläche10" : { image: "../assets/images/autogen/Guestbook_Nregular_1_1.gif", rollover: "../assets/images/autogen/Guestbook_NRregularRollover_1_1.gif", w: 140, h: 23 }
};

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


// End Navigation Bars

