// 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["NavigationBar4"] = {
	"NavigationButton1" : { image: "../assets/images/autogen/Home_Nthredbut_2.jpg", rollover: "../assets/images/autogen/Home_NRthredroll_2.jpg", w: 128, h: 25 },
	"NavigationButton2" : { image: "../assets/images/autogen/Jazz_Line_Up_2010_Nthredbut_1.jpg", rollover: "../assets/images/autogen/Jazz_Line_Up_2010_NRthredroll_2.jpg", w: 128, h: 25, opening: "bottom", offsetX: 0, offsetY: 25 },
	"NavigationButton15" : { image: "../assets/images/autogen/2010_Jazz_Bio_s_Nthredbu-sect_1.jpg", rollover: "../assets/images/autogen/2010_Jazz_Bio_s_NRthredroll_sec_1.jpg", w: 128, h: 18 },
	"NavigationButton16" : { image: "../assets/images/autogen/Venues_Nthredbu-sect_1.jpg", rollover: "../assets/images/autogen/Venues_NRthredroll_sec_1.jpg", w: 128, h: 18 },
	"NavigationButton17" : { image: "../assets/images/autogen/Sponsors__Nthredbu-sect_1.jpg", rollover: "../assets/images/autogen/Sponsors__NRthredroll_sec_1.jpg", w: 128, h: 18 },
	"NavigationButton3" : { image: "../assets/images/autogen/Tickets_Nthredbut_1.jpg", rollover: "../assets/images/autogen/Tickets_NRthredroll_2.jpg", w: 128, h: 25, opening: "bottom", offsetX: 0, offsetY: 25 },
	"NavigationButton18" : { image: "../assets/images/autogen/FAQs_Nthredbu-sect_2.jpg", rollover: "../assets/images/autogen/FAQs_NRthredroll_sec_1.jpg", w: 128, h: 18 },
	"NavigationButton19" : { image: "../assets/images/autogen/Merchandise_Nthredbu-sect_2.jpg", rollover: "../assets/images/autogen/Merchandise_NRthredroll_sec_1.jpg", w: 128, h: 18 },
	"NavigationButton4" : { image: "../assets/images/autogen/Accommodation_Nthredbut_1.jpg", rollover: "../assets/images/autogen/Accommodation_NRthredroll_2.jpg", w: 128, h: 25, opening: "bottom", offsetX: 0, offsetY: 25 },
	"NavigationButton20" : { image: "../assets/images/autogen/Getting_to_Thredbo__Nthredbu-sect_2.jpg", rollover: "../assets/images/autogen/Getting_to_Thredbo__NRthredroll_sec_1.jpg", w: 128, h: 18 },
	"NavigationButton5" : { image: "../assets/images/autogen/Thredbo_In_Summer_Nthredbut_1.jpg", rollover: "../assets/images/autogen/Thredbo_In_Summer_NRthredroll_2.jpg", w: 128, h: 25 },
	"NavigationButton6" : { image: "../assets/images/autogen/Jazz_Site_Contacts_Hthredbut_2.jpg", rollover: "../assets/images/autogen/Jazz_Site_Contacts_HRthredroll_2.jpg", w: 128, h: 25, opening: "bottom", offsetX: 0, offsetY: 25 },
	"NavigationButton22" : { image: "../assets/images/autogen/Media_-_2010_Nthredbu-sect_1.jpg", rollover: "../assets/images/autogen/Media_-_2010_NRthredroll_sec_1.jpg", w: 128, h: 18 },
	"NavigationButton23" : { image: "../assets/images/autogen/Print_Images_Nthredbu-sect.jpg", rollover: "../assets/images/autogen/Print_Images_NRthredroll_sec.jpg", w: 128, h: 18 },
	"NavigationButton24" : { image: "../assets/images/autogen/JazzPrintImages09_Nthredbu-sect_1.jpg", rollover: "../assets/images/autogen/JazzPrintImages09_NRthredroll_sec_1.jpg", w: 128, h: 18 },
	"NavigationButton25" : { image: "../assets/images/autogen/Jazz_Links_Nthredbu-sect_1.jpg", rollover: "../assets/images/autogen/Jazz_Links_NRthredroll_sec_1.jpg", w: 128, h: 18 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar4", rollover: true, autoClose: true, spacing: 1 });
	$("#NavigationBar4").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#NavigationBar4_1").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 128, offsetY: 0 });
	$("#NavigationBar4_2").nofNavBar({isMain: false, orientation: "vertical", opening: "left", offsetX: 128, offsetY: 0 });
	$("#NavigationBar4_3").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 0, offsetY: 18 });
	$("#NavigationBar4_4").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 128, offsetY: 0 });
	$("#NavigationBar4_5").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 128, offsetY: 0 });
	$("#NavigationBar4_6").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 128, offsetY: 0 });
	$("#NavigationBar4_7").nofNavBar({isMain: false, orientation: "vertical", opening: "left", offsetX: 128, offsetY: 0 });
	$("#NavigationBar4_8").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 0, offsetY: 18 });
	$("#NavigationBar4 ul").hide();
	$("#NavigationBar4").css('background-color', '#996666');
	$("#NavigationBar4 ul").css('background-color', '#996666');
});


// End Navigation Bars

