// 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["NavigationBar3"] = {
	"NavigationButton10" : { image: "./assets/images/autogen/1_a_sidan_HKnapp0806-1_1.jpg", w: 140, h: 25 },
	"NavigationButton11" : { image: "./assets/images/autogen/FAMILJEN_FOTO_NKnapp0806-1_1.jpg", w: 140, h: 25 },
	"NavigationButton12" : { image: "./assets/images/autogen/AIS___FARTYG_NKnapp0806-1_2.jpg", w: 140, h: 25 },
	"NavigationButton13" : { image: "./assets/images/autogen/WEBCAM_NKnapp0806-1_2.jpg", w: 140, h: 25 },
	"NavigationButton14" : { image: "./assets/images/autogen/VADER_NKnapp0806-1_2.jpg", w: 140, h: 25 },
	"NavigationButton15" : { image: "./assets/images/autogen/LANKAR_NKnapp0806-1_1.jpg", w: 140, h: 25 },
	"NavigationButton16" : { image: "./assets/images/autogen/SOS_jobblankar_NKnapp0806-1_2.jpg", w: 140, h: 25 },
	"NavigationButton17" : { image: "./assets/images/autogen/GUESTBOOK_NKnapp0806-1_1.jpg", w: 140, h: 25 },
	"NavigationButton18" : { image: "./assets/images/autogen/BATAR_NKnapp0806-1_2.jpg", w: 140, h: 25 }
};

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


// End Navigation Bars

