// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["VertikalNavigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "./Home_HEstimateButtonOn.gif", rollover: "./Home_HREstButtonOnRoll.gif", w: 113, h: 23 },
	"Navigationsschaltflaeche2" : { image: "./Modell-Liste_NEstimateButton.gif", rollover: "./Modell-Liste_NREstButtonRoll.gif", w: 113, h: 23 },
	"Navigationsschaltflaeche3" : { image: "./Formel_1_NEstimateButton.gif", rollover: "./Formel_1_NREstButtonRoll.gif", w: 113, h: 23 },
	"Navigationsschaltflaeche4" : { image: "./Rennwagen_NEstimateButton.gif", rollover: "./Rennwagen_NREstButtonRoll.gif", w: 113, h: 23 },
	"Navigationsschaltflaeche5" : { image: "./Sportwagen_NEstimateButton.gif", rollover: "./Sportwagen_NREstButtonRoll.gif", w: 113, h: 23 },
	"Navigationsschaltflaeche6" : { image: "./Hofberichte_NEstimateButton.gif", rollover: "./Hofberichte_NREstButtonRoll.gif", w: 113, h: 23 },
	"Navigationsschaltflaeche7" : { image: "./Impressionen_NEstimateButton.gif", rollover: "./Impressionen_NREstButtonRoll.gif", w: 113, h: 23 },
	"Navigationsschaltflaeche8" : { image: "./Fachhandler_NEstimateButton.gif", rollover: "./Fachhandler_NREstButtonRoll.gif", w: 113, h: 23 },
	"Navigationsschaltflaeche9" : { image: "./Ferrari_Poster_NEstimateButton.gif", rollover: "./Ferrari_Poster_NREstButtonRoll.gif", w: 113, h: 23 },
	"Navigationsschaltflaeche10" : { image: "./Zeitschriften_NEstimateButton.gif", rollover: "./Zeitschriften_NREstButtonRoll.gif", w: 113, h: 23 },
	"Navigationsschaltflaeche11" : { image: "./Literatur_NEstimateButton.gif", rollover: "./Literatur_NREstButtonRoll.gif", w: 113, h: 23 },
	"Navigationsschaltflaeche12" : { image: "./Fanartikel_NEstimateButton.gif", rollover: "./Fanartikel_NREstButtonRoll.gif", w: 113, h: 23 },
	"Navigationsschaltflaeche13" : { image: "./Ferrari_erleben_NEstimateButton.gif", rollover: "./Ferrari_erleben_NREstButtonRoll.gif", w: 113, h: 23 },
	"Navigationsschaltflaeche14" : { image: "./Links_NEstimateButton.gif", rollover: "./Links_NREstButtonRoll.gif", w: 113, h: 23 },
	"Navigationsschaltflaeche15" : { image: "./Der_Autor_NEstimateButton.gif", rollover: "./Der_Autor_NREstButtonRoll.gif", w: 113, h: 23 },
	"Navigationsschaltflaeche16" : { image: "./Weblog_NEstimateButton.gif", rollover: "./Weblog_NREstButtonRoll.gif", w: 113, h: 23 },
	"Navigationsschaltflaeche17" : { image: "./Kleinanzeigen_NEstimateButton.gif", rollover: "./Kleinanzeigen_NREstButtonRoll.gif", w: 113, h: 23 },
	"Navigationsschaltflaeche18" : { image: "./Gastebuch_NEstimateButton.gif", rollover: "./Gastebuch_NREstButtonRoll.gif", w: 113, h: 23 },
	"Navigationsschaltflaeche19" : { image: "./Impressum_NEstimateButton.gif", rollover: "./Impressum_NREstButtonRoll.gif", w: 113, h: 23 },
	"Navigationsschaltflaeche20" : { image: "./Sitemap_NEstimateButton.gif", rollover: "./Sitemap_NREstButtonRoll.gif", w: 113, h: 23 }
};

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


// End Navigation Bars


