// Begin Analytics
$(document).ready( function() {
	$('#Text1225Link1').bind('click', function() { pageTracker._trackPageview('/outgoing/mailto:verkauf@autoteile-neubert.de'); } );
	$('#Text1225Link2').bind('click', function() { pageTracker._trackPageview('/outgoing/mailto:info@Autoteile-Neubert.de'); } );
	$('#Text2444Link1').bind('click', function() { pageTracker._trackPageview('/outgoing/autoteile-neubert.de/cgi/kontakt.html'); } );
});
// End Analytics

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste5"] = {
	"Navigationsschaltfläche1" : { image: "./Anfrage_Formular_Ns1.gif", rollover: "./Anfrage_Formular_NRs2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche2" : { image: "./Bestell_Formular_Ns1.gif", rollover: "./Bestell_Formular_NRs2.gif", w: 130, h: 24 }
};

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

ButtonsImageMapping["Navigationsleiste4"] = {
	"Navigationsschaltfläche3" : { image: "./Startseite_Np1_2.gif", rollover: "./Startseite_NRp2_2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche4" : { image: "./Firmenhistorie_Np1_1.gif", rollover: "./Firmenhistorie_NRp2_1.gif", w: 130, h: 24 },
	"Navigationsschaltfläche5" : { image: "./Ausbildung___Beruf_Np1_1.gif", rollover: "./Ausbildung___Beruf_NRp2_1.gif", w: 130, h: 24 },
	"Navigationsschaltfläche6" : { image: "./Teilebezeichnung_Np1_2.gif", rollover: "./Teilebezeichnung_NRp2_2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche7" : { image: "./Teilebezeichnung_nach_GVO_Np1_2.gif", rollover: "./Teilebezeichnung_nach_GVO_NRp2_2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche8" : { image: "./GVA-Interessantes_Np1_1.gif", rollover: "./GVA-Interessantes_NRp2_1.gif", w: 130, h: 24 },
	"Navigationsschaltfläche9" : { image: "./city-crash_Np1_1.gif", rollover: "./city-crash_NRp2_1.gif", w: 130, h: 24 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste4", rollover: true, autoClose: true });
	$("#Navigationsleiste4").nofNavBar({isMain: true, orientation: "vertical" });
	$("#Navigationsleiste4 ul").hide();
	$("#Navigationsleiste4").css('background-color', '#9999FF');
	$("#Navigationsleiste4 ul").css('background-color', '#9999FF');
});


// End Navigation Bars


