// Begin jMedia Components
$(document).ready(
function() {
	$("#Shockwave1").media({ width: 600, height: 150,
		src: './News.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autohigh', scale: 'showall', salign: 'Left', wmode: 'transparent', bgColor: '#090B0D' }
	});
});
// End jMedia Components

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche1" : { image: "./News_Hprimary_1.gif", rollover: "./News_HRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche2" : { image: "./History_Nprimary_1.gif", rollover: "./History_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche3" : { image: "./Theme_Nprimary_1.gif", rollover: "./Theme_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche4" : { image: "./Programme_Nprimary_1.gif", rollover: "./Programme_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche5" : { image: "./Rules_Nprimary_1.gif", rollover: "./Rules_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche6" : { image: "./Location_Nprimary_1.gif", rollover: "./Location_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche7" : { image: "./T-shirt_Nprimary_3.gif", rollover: "./T-shirt_NRprimary_3.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche8" : { image: "./Internet_Nprimary_1.gif", rollover: "./Internet_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche9" : { image: "./Drinks_Nprimary_1.gif", rollover: "./Drinks_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche10" : { image: "./Results_Nprimary_1.gif", rollover: "./Results_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche11" : { image: "./Lost___Found_Nprimary_1.gif", rollover: "./Lost___Found_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche12" : { image: "./Gallery_Nprimary_1.gif", rollover: "./Gallery_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche13" : { image: "./Links_Nprimary_1.gif", rollover: "./Links_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche14" : { image: "./Downloads_Nprimary_1.gif", rollover: "./Downloads_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche15" : { image: "./Orga-Team_Nprimary_1.gif", rollover: "./Orga-Team_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche16" : { image: "./Registration_Nprimary_1.gif", rollover: "./Registration_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche17" : { image: "./Imprint_Nprimary_1.gif", rollover: "./Imprint_NRprimary_1.gif", w: 125, h: 18 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste1", rollover: true, autoClose: false });
	$("#Navigationsleiste1").nofNavBar({isMain: true, orientation: "vertical" });
	$("#Navigationsleiste1 ul").hide();
});


// End Navigation Bars


