// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash1").media({ width: 841, height: 244,
		src: './assets/applets/Flash.swf', flashVersion: '9,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autolow', scale: 'exactfit', salign: 'Left', wmode: 'transparent' }
	});
});
// End jMedia Components

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/ANGEBOTE_Hbutton1_high.jpg", rollover: "./assets/images/autogen/ANGEBOTE_HRbutton1_high.jpg", w: 130, h: 32 },
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/PRODUKTE_Nbutton1.jpg", rollover: "./assets/images/autogen/PRODUKTE_NRbutton1_high.jpg", w: 130, h: 32 }
};

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


ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/GEBRAUCHTGERATE_Nbutton1.jpg", rollover: "./assets/images/autogen/GEBRAUCHTGERATE_NRbutton1_high.jpg", w: 160, h: 32 },
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/GERATEVERLEIH_Nbutton1.jpg", rollover: "./assets/images/autogen/GERATEVERLEIH_NRbutton1_high.jpg", w: 160, h: 32 }
};

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


ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/SERVICE_Nbutton1.jpg", rollover: "./assets/images/autogen/SERVICE_NRbutton1_high.jpg", w: 130, h: 32 },
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/WIR_UBER_UNS_Nbutton1.jpg", rollover: "./assets/images/autogen/WIR_UBER_UNS_NRbutton1_high.jpg", w: 130, h: 32 }
};

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


ButtonsImageMapping["Navigationsleiste4"] = {
	"Navigationsschaltflaeche7" : { cssClass: "GartenweltFrey_TextButton" }
};

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


// End Navigation Bars


