// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash4").media({ width: 156, height: 84,
		src: '../assets/applets/thflash.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["Navigationsleiste1"] = {
	"Navigationsschaltflaeche7" : { image: "../assets/images/autogen/Homepage_Np1_1.gif", rollover: "../assets/images/autogen/Homepage_NRp1.gif", w: 151, h: 40 },
	"Navigationsschaltflaeche8" : { image: "../assets/images/autogen/Abdeckungen_Np1_2.gif", rollover: "../assets/images/autogen/Abdeckungen_NRp1.gif", w: 151, h: 40 },
	"Navigationsschaltflaeche9" : { image: "../assets/images/autogen/Uberdachungen_Np1.gif", rollover: "../assets/images/autogen/Uberdachungen_NRp1.gif", w: 151, h: 40 },
	"Navigationsschaltflaeche10" : { image: "../assets/images/autogen/Wassertechnik_Np1_1.gif", rollover: "../assets/images/autogen/Wassertechnik_NRp1.gif", w: 151, h: 40 },
	"Navigationsschaltflaeche11" : { image: "../assets/images/autogen/weitere_Produkte_Np1_1.gif", rollover: "../assets/images/autogen/weitere_Produkte_NRp1.gif", w: 151, h: 40 },
	"Navigationsschaltflaeche12" : { image: "../assets/images/autogen/Kontakt_Np1_1.gif", rollover: "../assets/images/autogen/Kontakt_NRp1.gif", w: 151, h: 40 }
};

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


ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche13" : { image: "../assets/images/autogen/Bodenreiniger_Ubersicht_Ns1.gif", w: 200, h: 33 },
	"Navigationsschaltflaeche14" : { image: "../assets/images/autogen/Basisklasse_Swash_Ns1.gif", w: 200, h: 33 },
	"Navigationsschaltflaeche15" : { image: "../assets/images/autogen/Basisklasse_Moby_Ns1.gif", w: 200, h: 33 },
	"Navigationsschaltflaeche16" : { image: "../assets/images/autogen/Wandklasse_Swash_CL_Ns1.gif", w: 200, h: 33 },
	"Navigationsschaltflaeche17" : { image: "../assets/images/autogen/Wandklasse_Diagnostic_2001_Ns1.gif", w: 200, h: 33 },
	"Navigationsschaltflaeche24" : { image: "../assets/images/autogen/Wandklasse_Magic_Ns1.gif", w: 200, h: 33 },
	"Navigationsschaltflaeche25" : { image: "../assets/images/autogen/Topklasse_Luminous_Ns1.gif", w: 200, h: 33 },
	"Navigationsschaltflaeche26" : { image: "../assets/images/autogen/Topklasse_Dynamic_Plus_Ns1.gif", w: 200, h: 33 },
	"Navigationsschaltflaeche27" : { image: "../assets/images/autogen/gewerblich_Diagnostic_3001_Ns1.gif", w: 200, h: 33 },
	"Navigationsschaltflaeche28" : { image: "../assets/images/autogen/gewerblich_Dynamic_ProX_Ns1.gif", w: 200, h: 33 },
	"Navigationsschaltflaeche29" : { image: "../assets/images/autogen/gewerblich_2x2_Ns1.gif", w: 200, h: 33 },
	"Navigationsschaltflaeche30" : { image: "../assets/images/autogen/gewerblich_Wave_Ns1.gif", w: 200, h: 33 },
	"Navigationsschaltflaeche31" : { image: "../assets/images/autogen/Dolphin_Fernbedienung_Np1_1.gif", w: 200, h: 33 },
	"Navigationsschaltflaeche32" : { image: "../assets/images/autogen/Dolphin_Swivel_Drehgelenk_Hp1.gif", w: 200, h: 33 },
	"Navigationsschaltflaeche33" : { image: "../assets/images/autogen/Dolphin_Netzteil_Np1_1.gif", w: 200, h: 33 },
	"Navigationsschaltflaeche34" : { image: "../assets/images/autogen/Zodiac_Vortex3_Ns1.gif", w: 200, h: 33 }
};

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


ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltflaeche35" : { image: "../assets/images/autogen/HOME_Np1.gif", w: 151, h: 40 },
	"Navigationsschaltflaeche36" : { image: "../assets/images/autogen/ABDECKUNGEN_Np1_3.gif", w: 151, h: 40 },
	"Navigationsschaltflaeche37" : { image: "../assets/images/autogen/UBERDACHUNGEN_Np1_1.gif", w: 151, h: 40 },
	"Navigationsschaltflaeche38" : { image: "../assets/images/autogen/WASSERTECHNIK_Np1_2.gif", w: 151, h: 40 },
	"Navigationsschaltflaeche39" : { image: "../assets/images/autogen/WEITERE_PRODUKTE_Np1_2.gif", w: 151, h: 40 },
	"Navigationsschaltflaeche56" : { image: "../assets/images/autogen/KONTAKT_Np1_2.gif", w: 151, h: 40 }
};

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


// End Navigation Bars

