// 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["Navigationsleiste4"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/Home_HButtontransparent_1.gif", w: 150, h: 33 },
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/Wanderungen_NButtontransparent_1.gif", w: 150, h: 33 },
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/Unsere_Collies_NButtontransparent_1.gif", w: 150, h: 33 },
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/Fotos_NButtontransparent_1.gif", w: 150, h: 33 },
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/Besuch_NButtontransparent_1.gif", w: 150, h: 33 },
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/Ein_Collie_____NButtontransparent_1.gif", w: 150, h: 33 },
	"Navigationsschaltflaeche7" : { image: "./assets/images/autogen/Gesundheit_NButtontransparent_1.gif", w: 150, h: 33 },
	"Navigationsschaltflaeche8" : { image: "./assets/images/autogen/Urteile_NButtontransparent_1.gif", w: 150, h: 33 },
	"Navigationsschaltflaeche9" : { image: "./assets/images/autogen/Gedichte_NButtontransparent_1.gif", w: 150, h: 33 },
	"Navigationsschaltflaeche10" : { image: "./assets/images/autogen/Rezepte_NButtontransparent_1.gif", w: 150, h: 33 },
	"Navigationsschaltflaeche11" : { image: "./assets/images/autogen/Basteln_NButtontransparent_1.gif", w: 150, h: 33 },
	"Navigationsschaltflaeche12" : { image: "./assets/images/autogen/Links_NButtontransparent_1.gif", w: 150, h: 33 },
	"Navigationsschaltflaeche13" : { image: "./assets/images/autogen/Erinnerung_NButtontransparent_1.gif", w: 150, h: 33 },
	"Navigationsschaltflaeche14" : { image: "./assets/images/autogen/Aktuell_NButtontransparent_1.gif", w: 150, h: 33 },
	"Navigationsschaltflaeche15" : { image: "./assets/images/autogen/Impressum_NButtontransparent_1.gif", w: 150, h: 33 }
};

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


// End Navigation Bars


