// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash1").media({ width: 944, height: 248,
		src: './assets/applets/verkehrsverein_introII.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste4"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/Verkehrsverein_Nregular_5-a.gif", rollover: "./assets/images/autogen/Verkehrsverein_NRregular_5-a.gif", w: 118, h: 29 }
};

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


ButtonsImageMapping["Navigationsleiste6"] = {
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/Alzey_Nregular_5-a.gif", rollover: "./assets/images/autogen/Alzey_NRregular_5-a.gif", w: 118, h: 29 }
};

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


ButtonsImageMapping["Navigationsleiste9"] = {
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/Aktuelles_Nregular_5-a.gif", rollover: "./assets/images/autogen/Aktuelles_NRregular_5-a.gif", w: 118, h: 29 },
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/Aktionen_Nregular_5-a.gif", rollover: "./assets/images/autogen/Aktionen_NRregular_5-a.gif", w: 118, h: 29 },
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/Vorstand_Nregular_5-a.gif", rollover: "./assets/images/autogen/Vorstand_NRregular_5-a.gif", w: 118, h: 29 },
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/Anmeldung_Nregular_5-a.gif", rollover: "./assets/images/autogen/Anmeldung_NRregular_5-a.gif", w: 118, h: 29 }
};

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


ButtonsImageMapping["Navigationsleiste5"] = {
	"Navigationsschaltflaeche7" : { image: "./assets/images/autogen/Impressum_Nregular_5-a.gif", rollover: "./assets/images/autogen/Impressum_NRregular_5-a.gif", w: 118, h: 29 }
};

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


// End Navigation Bars


