// Begin Analytics
$(document).ready( function() {
});
// 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"] = {
	"Navigationsschaltflaeche24" : { image: "./Startseite_Nregular_1.gif", rollover: "./Startseite_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche25" : { image: "./Suche_Nregular_1.gif", rollover: "./Suche_NRregularRollover_1.gif", w: 141, h: 25 }
};

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


ButtonsImageMapping["VertikaleNavigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "./Isarwinkel-Fussen_Hhighlighted_1_1.gif", rollover: "./Isarwinkel-Fussen_HRhighlightedRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche2" : { image: "./Bad-Tolz_Nregular_1_1.gif", rollover: "./Bad-Tolz_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche3" : { image: "./Kalvarienbergkirche_Nregular_1_1.gif", rollover: "./Kalvarienbergkirche_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche4" : { image: "./Isar_Nregular_1_1.gif", rollover: "./Isar_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche5" : { image: "./Brauneck_Nregular_1_1.gif", rollover: "./Brauneck_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche6" : { image: "./Brauneck-2_Nregular_1_1.gif", rollover: "./Brauneck-2_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche7" : { image: "./Tannenberg_Nregular_1_1.gif", rollover: "./Tannenberg_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche8" : { image: "./Spitzingsee_Nregular_1_1.gif", rollover: "./Spitzingsee_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche9" : { image: "./Brecherspitz_Nregular_1_1.gif", rollover: "./Brecherspitz_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche10" : { image: "./Brecherspitz-2_Nregular_1_1.gif", rollover: "./Brecherspitz-2_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche11" : { image: "./Spitzingsee-2_Nregular_1_1.gif", rollover: "./Spitzingsee-2_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche12" : { image: "./Braunbar-Bruno_Nregular_1_1.gif", rollover: "./Braunbar-Bruno_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche13" : { image: "./Hohenschwangau-1_Nregular_1_1.gif", rollover: "./Hohenschwangau-1_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche14" : { image: "./Hohenschwangau-2_Nregular_1_1.gif", rollover: "./Hohenschwangau-2_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche15" : { image: "./Schlosspazierweg_Nregular_1_1.gif", rollover: "./Schlosspazierweg_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche16" : { image: "./Neuschwanstein-1_Nregular_1_1.gif", rollover: "./Neuschwanstein-1_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche17" : { image: "./Neuschwanstein-2_Nregular_1_1.gif", rollover: "./Neuschwanstein-2_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche18" : { image: "./Neuschwanstein-3_Nregular_1_1.gif", rollover: "./Neuschwanstein-3_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche19" : { image: "./Marienbrucke_Nregular_1_1.gif", rollover: "./Marienbrucke_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche20" : { image: "./Wetter-und-Links_Nregular_1_1.gif", rollover: "./Wetter-und-Links_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche21" : { image: "./Kontakt_Nregular_1.gif", rollover: "./Kontakt_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche22" : { image: "./Gastebuch_Nregular_1.gif", rollover: "./Gastebuch_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche23" : { image: "./Newsletter_Nregular_1.gif", rollover: "./Newsletter_NRregularRollover_1.gif", w: 141, h: 25 }
};

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


// End Navigation Bars


