// 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["NavigationBar6"] = {
	"NavigationButton9" : { image: "../assets/images/autogen/Home_Nthredbut_2.jpg", rollover: "../assets/images/autogen/Home_NRthredroll_2.jpg", w: 128, h: 25 },
	"NavigationButton10" : { 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 },
	"NavigationButton11" : { image: "../assets/images/autogen/Tickets_Hthredbut_1.jpg", rollover: "../assets/images/autogen/Tickets_HRthredroll_1.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 },
	"NavigationButton12" : { 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 },
	"NavigationButton13" : { image: "../assets/images/autogen/Thredbo_In_Summer_Nthredbut_1.jpg", rollover: "../assets/images/autogen/Thredbo_In_Summer_NRthredroll_2.jpg", w: 128, h: 25 },
	"NavigationButton14" : { image: "../assets/images/autogen/Jazz_Site_Contacts_Nthredbut_1.jpg", rollover: "../assets/images/autogen/Jazz_Site_Contacts_NRthredroll_2.jpg", w: 128, h: 25, opening: "bottom", offsetX: 0, offsetY: 25 },
	"NavigationButton21" : { image: "../assets/images/autogen/Media_-_2010_Nthredbu-sect_1.jpg", rollover: "../assets/images/autogen/Media_-_2010_NRthredroll_sec_1.jpg", w: 128, h: 18 },
	"NavigationButton22" : { image: "../assets/images/autogen/Print_Images_Nthredbu-sect.jpg", rollover: "../assets/images/autogen/Print_Images_NRthredroll_sec.jpg", w: 128, h: 18 },
	"NavigationButton23" : { image: "../assets/images/autogen/JazzPrintImages09_Nthredbu-sect_1.jpg", rollover: "../assets/images/autogen/JazzPrintImages09_NRthredroll_sec_1.jpg", w: 128, h: 18 },
	"NavigationButton24" : { 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: "NavigationBar6", rollover: true, autoClose: false, spacing: 1 });
	$("#NavigationBar6").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#NavigationBar6_1").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 128, offsetY: 0 });
	$("#NavigationBar6_2").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 128, offsetY: 0 });
	$("#NavigationBar6_3").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 0, offsetY: 18 });
	$("#NavigationBar6_4").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 128, offsetY: 0 });
	$("#NavigationBar6_5").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 128, offsetY: 0 });
	$("#NavigationBar6_6").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 128, offsetY: 0 });
	$("#NavigationBar6_7").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 128, offsetY: 0 });
	$("#NavigationBar6_8").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 0, offsetY: 18 });
	$("#NavigationBar6 ul").hide();
});


// End Navigation Bars

