// Begin jMedia Components
$(document).ready(
function() {
	$("#Shockwave1").media({ width: 600, height: 150,
		src: './Impressum.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: "./Aktuelles_Nprimary_1.gif", rollover: "./Aktuelles_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche2" : { image: "./Geschichte_Nprimary_1.gif", rollover: "./Geschichte_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche3" : { image: "./Thema_Nprimary_1.gif", rollover: "./Thema_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche4" : { image: "./Programm_Nprimary_1.gif", rollover: "./Programm_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche5" : { image: "./Regeln_Nprimary_1.gif", rollover: "./Regeln_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche6" : { image: "./Schauplatz_Nprimary_1.gif", rollover: "./Schauplatz_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche7" : { image: "./T-Shirt_Nprimary_2.gif", rollover: "./T-Shirt_NRprimary_2.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche8" : { image: "./Internet_Nprimary_1.gif", rollover: "./Internet_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche9" : { image: "./Getranke_Nprimary_1.gif", rollover: "./Getranke_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche10" : { image: "./Ergebnisse_Nprimary_1.gif", rollover: "./Ergebnisse_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: "./Galerie_Nprimary_1.gif", rollover: "./Galerie_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: "./Registrierung_Nprimary_1.gif", rollover: "./Registrierung_NRprimary_1.gif", w: 125, h: 18 },
	"Navigationsschaltflaeche17" : { image: "./Impressum_Hprimary_1.gif", rollover: "./Impressum_HRprimary_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


