// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltflaeche1" : { image: "../assets/images/autogen/Page-d-accueil_NButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche2" : { image: "../assets/images/autogen/Recherche_NButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche3" : { image: "../assets/images/autogen/Liste-des-exposants-2012_NButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche4" : { image: "../assets/images/autogen/Videotheque-_NButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche5" : { image: "../assets/images/autogen/Informations-sur-le-salon_NButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche6" : { image: "../assets/images/autogen/Reservation-d-hotel_NButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche7" : { image: "../assets/images/autogen/Swiss-Plastics-News_NButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche8" : { image: "../assets/images/autogen/Galerie-de-photographies_NButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche9" : { image: "../assets/images/autogen/Mentions-legales---Contact_NButton-Navigation.gif", w: 190, h: 31 }
};

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


ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche10" : { image: "../assets/images/autogen/Ausstellernews---Startseite_NButton-Navigation.gif", rollover: "../assets/images/autogen/Ausstellernews---Startseite_NRButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche11" : { image: "../assets/images/autogen/Suchen_NButton-Navigation.gif", rollover: "../assets/images/autogen/Suchen_NRButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche12" : { image: "../assets/images/autogen/Ausstellerliste-2012_NButton-Navigation.gif", rollover: "../assets/images/autogen/Ausstellerliste-2012_NRButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche13" : { image: "../assets/images/autogen/Videothek_NButton-Navigation.gif", rollover: "../assets/images/autogen/Videothek_NRButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche14" : { image: "../assets/images/autogen/Messe-Informationen_NButton-Navigation.gif", rollover: "../assets/images/autogen/Messe-Informationen_NRButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche15" : { image: "../assets/images/autogen/Eintrittsticket-bestellen_NButton-Navigation.gif", rollover: "../assets/images/autogen/Eintrittsticket-bestellen_NRButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche16" : { image: "../assets/images/autogen/Anreise_NButton-Navigation.gif", rollover: "../assets/images/autogen/Anreise_NRButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche17" : { image: "../assets/images/autogen/Hotelzimmer-reservieren_NButton-Navigation.gif", rollover: "../assets/images/autogen/Hotelzimmer-reservieren_NRButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche18" : { image: "../assets/images/autogen/Swiss-Plastics-Video-Channel_NButton-Navigation.gif", rollover: "../assets/images/autogen/Swiss-Plastics-Video-Channel_NRButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche19" : { image: "../assets/images/autogen/Forum_NButton-Navigation.gif", rollover: "../assets/images/autogen/Forum_NRButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche20" : { image: "../assets/images/autogen/Ausstelleranalyse-2012_NButton-Navigation.gif", rollover: "../assets/images/autogen/Ausstelleranalyse-2012_NRButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche21" : { image: "../assets/images/autogen/Archiv-Aussteller-News_NButton-Navigation.gif", rollover: "../assets/images/autogen/Archiv-Aussteller-News_NRButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche22" : { image: "../assets/images/autogen/Swiss-Plastics-News_NButton-Navigation.gif", rollover: "../assets/images/autogen/Swiss-Plastics-News_NRButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche23" : { image: "../assets/images/autogen/Fotogalerie-2010_NButton-Navigation.gif", rollover: "../assets/images/autogen/Fotogalerie-2010_NRButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche24" : { image: "../assets/images/autogen/Tipps-fur-Aussteller_NButton-Navigation.gif", rollover: "../assets/images/autogen/Tipps-fur-Aussteller_NRButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche25" : { image: "../assets/images/autogen/Tipps-fur-Besucher_NButton-Navigation.gif", rollover: "../assets/images/autogen/Tipps-fur-Besucher_NRButton-Navigation.gif", w: 190, h: 31 },
	"Navigationsschaltflaeche26" : { image: "../assets/images/autogen/Impressum---Kontakt_NButton-Navigation.gif", rollover: "../assets/images/autogen/Impressum---Kontakt_NRButton-Navigation.gif", w: 190, h: 31 }
};

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


// End Navigation Bars


