// 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["Navigationsleiste3"] = {
	"Navigationsschaltflaeche22" : { image: "./Startseite_Nregular_1.gif", rollover: "./Startseite_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche23" : { image: "./Suche_Nregular_1.gif", rollover: "./Suche_NRregularRollover_1.gif", w: 141, h: 25 }
};

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


ButtonsImageMapping["VertikaleNavigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "./Berchtesgaden_Hhighlighted_1_1.gif", rollover: "./Berchtesgaden_HRhighlightedRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche2" : { image: "./der-Berg-ruft_Nregular_1_1.gif", rollover: "./der-Berg-ruft_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche3" : { image: "./Hoher-Kasten_Nregular_1_1.gif", rollover: "./Hoher-Kasten_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche4" : { image: "./Staubern_Nregular_1_1.gif", rollover: "./Staubern_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche5" : { image: "./Fahlensee_Nregular_1_1.gif", rollover: "./Fahlensee_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche6" : { image: "./Watzmannblick_Nregular_1_1.gif", rollover: "./Watzmannblick_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche7" : { image: "./Wimbachklamm_Nregular_1_1.gif", rollover: "./Wimbachklamm_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche8" : { image: "./Jenner_Nregular_1_1.gif", rollover: "./Jenner_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche9" : { image: "./Eiskapelle_Nregular_1_1.gif", rollover: "./Eiskapelle_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche10" : { image: "./Obersee_Nregular_1_1.gif", rollover: "./Obersee_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche11" : { image: "./unter-Tage_Nregular_1_1.gif", rollover: "./unter-Tage_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche12" : { image: "./Almbachklamm_Nregular_1_1.gif", rollover: "./Almbachklamm_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche13" : { image: "./Konigssee_Nregular_1_1.gif", rollover: "./Konigssee_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche14" : { image: "./Nostalgie_Nregular_1_1.gif", rollover: "./Nostalgie_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche15" : { image: "./Chiemsee_Nregular_1_1.gif", rollover: "./Chiemsee_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche16" : { image: "./Wanderkarte_Nregular_1_1.gif", rollover: "./Wanderkarte_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche17" : { image: "./Wetter-und-Links_Nregular_1_1.gif", rollover: "./Wetter-und-Links_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche18" : { image: "./Vierwaldstattersee_Nregular_1.gif", rollover: "./Vierwaldstattersee_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche19" : { image: "./Kontakt_Nregular_1.gif", rollover: "./Kontakt_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche20" : { image: "./Gastebuch_Nregular_1.gif", rollover: "./Gastebuch_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche21" : { 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


