// 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");
		});
	}
	if (jQuery.browser.safari){
		$(".nof-lyr>br:first").each(function () {
			$(this).replaceWith("<div style='height:0px'>&nbsp;</div>");
		});
	}
});

// End XHTML adjustment

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar3"] = {
	"NavigationButton1" : { image: "../Home_Ns1.gif", rollover: "../Home_NRs3.gif", w: 84, h: 48 },
	"NavigationButton2" : { image: "../Press_Pack_Ns1.gif", rollover: "../Press_Pack_NRs3.gif", w: 84, h: 48 },
	"NavigationButton3" : { image: "../Music_Ns1.gif", rollover: "../Music_NRs3.gif", w: 84, h: 48 },
	"NavigationButton4" : { image: "../Sponsors_Ns1.gif", rollover: "../Sponsors_NRs3.gif", w: 84, h: 48 },
	"NavigationButton5" : { image: "../Vendors_Ns1.gif", rollover: "../Vendors_NRs3.gif", w: 84, h: 48 },
	"NavigationButton6" : { image: "../Drawings_Ns1.gif", rollover: "../Drawings_NRs3.gif", w: 84, h: 48 },
	"NavigationButton7" : { image: "../Kids_Fun_Ns1.gif", rollover: "../Kids_Fun_NRs3.gif", w: 84, h: 48 },
	"NavigationButton8" : { image: "../Volunteer_Hs3.gif", rollover: "../Volunteer_HRs1.gif", w: 84, h: 48 },
	"NavigationButton9" : { image: "../News_Ns1.gif", rollover: "../News_NRs3.gif", w: 84, h: 48 },
	"NavigationButton10" : { image: "../Photos_Ns1.gif", rollover: "../Photos_NRs3.gif", w: 84, h: 48 },
	"NavigationButton11" : { image: "../Articles_Ns1.gif", rollover: "../Articles_NRs3.gif", w: 84, h: 48 },
	"NavigationButton12" : { image: "../Asheville_Ns1.gif", rollover: "../Asheville_NRs3.gif", w: 84, h: 48 },
	"NavigationButton13" : { image: "../Links_Ns1.gif", rollover: "../Links_NRs3.gif", w: 84, h: 48 },
	"NavigationButton14" : { image: "../Contact_Us_Ns1.gif", rollover: "../Contact_Us_NRs3.gif", w: 84, h: 48 },
	"NavigationButton15" : { image: "../Organicfest_Sponsors_2010_Ns1.gif", rollover: "../Organicfest_Sponsors_2010_NRs3.gif", w: 84, h: 48 }
};

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


// End Navigation Bars

