// Begin Analytics
$(document).ready( function() {
	$('#Text20Link1').bind('click', function() { pageTracker._trackPageview('/outgoing/mailto:info@we-components.de'); } );
	$('#Text269Link1').bind('click', function() { pageTracker._trackPageview('/outgoing/www.we-components.de'); } );
	$('#Bild191A').bind('click', function() { pageTracker._trackPageview('/outgoing/www.we-webdesign.com'); } );
});
// End Analytics

// Begin XHTML adjustment
$(document).ready(function(){
	if (jQuery.browser.msie && jQuery.browser.version.substr(0, 2) == "6.") {
		$(".nof-clearfix").each(function (i) {
			$(this).append("<div style='clear:both'/>");
			$(this).removeClass("nof-clearfix");
		});
	}
});

// End XHTML adjustment

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche1" : { image: "../assets/images/autogen/WE_Components_Nregular_1.gif", w: 140, h: 25 },
	"Navigationsschaltflaeche2" : { image: "../assets/images/autogen/Linecard_Nregular_1.gif", w: 140, h: 25 },
	"Navigationsschaltflaeche3" : { image: "../assets/images/autogen/Katalog_Nregular_1.gif", w: 140, h: 25 },
	"Navigationsschaltflaeche4" : { image: "../assets/images/autogen/Formular_Nregular_1.gif", w: 140, h: 25 },
	"Navigationsschaltflaeche5" : { image: "../assets/images/autogen/Kontakt_Nregular_1.gif", w: 140, h: 25 },
	"Navigationsschaltflaeche6" : { image: "../assets/images/autogen/AGB_Nregular_1.gif", w: 140, h: 25 },
	"Navigationsschaltflaeche7" : { image: "../assets/images/autogen/Impressum_Nregular_1.gif", w: 140, h: 25 }
};

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


ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche15" : { image: "../assets/images/autogen/Katalog_Nregular_1_1.gif", w: 140, h: 25 },
	"Navigationsschaltflaeche16" : { image: "../assets/images/autogen/PC_Hardware_Nregular_1.gif", w: 140, h: 25 },
	"Navigationsschaltflaeche17" : { image: "../assets/images/autogen/S621II_Nregular_1.gif", w: 140, h: 25 },
	"Navigationsschaltflaeche18" : { image: "../assets/images/autogen/E629_Nregular_1.gif", w: 140, h: 25 },
	"Navigationsschaltflaeche19" : { image: "../assets/images/autogen/E709_Nregular_1.gif", w: 140, h: 25 }
};

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


// End Navigation Bars


