// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash1").media({ width: 1002, height: 176,
		src: '../assets/applets/logo.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autolow', scale: 'noborder', salign: 'b', wmode: 'transparent' }
	});
});
// End jMedia Components

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "../assets/images/autogen/Home_Nregular_2.gif", rollover: "../assets/images/autogen/Home_NRregularRollover_2.gif", w: 140, h: 23 },
	"Navigationsschaltflaeche2" : { image: "../assets/images/autogen/Kontakt_Nregular_2.gif", rollover: "../assets/images/autogen/Kontakt_NRregularRollover_2.gif", w: 140, h: 23 },
	"Navigationsschaltflaeche3" : { image: "../assets/images/autogen/Impressum_Nregular_2.gif", rollover: "../assets/images/autogen/Impressum_NRregularRollover_2.gif", w: 140, h: 23 },
	"Navigationsschaltflaeche4" : { image: "../assets/images/autogen/Gaestebuch_Hhighlighted_2.gif", rollover: "../assets/images/autogen/Gaestebuch_HRhighlightedRollover_2.gif", w: 140, h: 23 }
};

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


// End Navigation Bars

