// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["eNavigationsleiste3"] = {
	"Navigationsschaltflaeche1" : { image: "../Die_Grundung_Np1_neu_1.gif", rollover: "../Die_Grundung_NRp2_neu_1.gif", w: 113, h: 25 },
	"Navigationsschaltflaeche2" : { image: "../Grundungsjahr_Np1_neu_1.gif", rollover: "../Grundungsjahr_NRp2_neu_1.gif", w: 113, h: 25 },
	"Navigationsschaltflaeche3" : { image: "../1993-1994_Np1_neu_1.gif", rollover: "../1993-1994_NRp2_neu_1.gif", w: 113, h: 25 },
	"Navigationsschaltflaeche4" : { image: "../1994-2001_Np1_neu_1.gif", rollover: "../1994-2001_NRp2_neu_1.gif", w: 113, h: 25 },
	"Navigationsschaltflaeche5" : { image: "../2001-2004_Np1_neu_1.gif", rollover: "../2001-2004_NRp2_neu_1.gif", w: 113, h: 25 },
	"Navigationsschaltflaeche6" : { image: "../2005-2009_Np1_neu_1.gif", rollover: "../2005-2009_NRp2_neu_1.gif", w: 113, h: 25 },
	"Navigationsschaltflaeche7" : { image: "../2010-..._Np1_neu_1.gif", rollover: "../2010-..._NRp2_neu_1.gif", w: 113, h: 25 }
};

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


// End Navigation Bars


