// 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: "./assets/images/autogen/Home_Hregular_1.gif", rollover: "./assets/images/autogen/Home_HRregular_1.gif", w: 99, h: 22 },
	"NavigationButton2" : { image: "./assets/images/autogen/The-TFC_Nregular_1.gif", rollover: "./assets/images/autogen/The-TFC_NRregular_1.gif", w: 99, h: 22, opening: "bottom", offsetX: 0, offsetY: 22 },
	"NavigationButton8" : { image: "./assets/images/autogen/About-Us_Nregular_2.gif", rollover: "./assets/images/autogen/About-Us_NRregularRollover_2.gif", w: 112, h: 22 },
	"NavigationButton9" : { image: "./assets/images/autogen/Learn-to-Fly_Nregular_2.gif", rollover: "./assets/images/autogen/Learn-to-Fly_NRregularRollover_2.gif", w: 112, h: 22 },
	"NavigationButton10" : { image: "./assets/images/autogen/Meetings_Nregular_2.gif", rollover: "./assets/images/autogen/Meetings_NRregularRollover_2.gif", w: 112, h: 22 },
	"NavigationButton11" : { image: "./assets/images/autogen/Regulations_Nregular_2.gif", rollover: "./assets/images/autogen/Regulations_NRregularRollover_2.gif", w: 112, h: 22 },
	"NavigationButton12" : { image: "./assets/images/autogen/Newsletters_Nregular_2.gif", rollover: "./assets/images/autogen/Newsletters_NRregularRollover_2.gif", w: 112, h: 22 },
	"NavigationButton13" : { image: "./assets/images/autogen/Photos-2010_Nregular_2.gif", rollover: "./assets/images/autogen/Photos-2010_NRregularRollover_2.gif", w: 112, h: 22 },
	"NavigationButton14" : { image: "./assets/images/autogen/Photos-2011_Nregular_2.gif", rollover: "./assets/images/autogen/Photos-2011_NRregularRollover_2.gif", w: 112, h: 22 },
	"NavigationButton3" : { image: "./assets/images/autogen/Join-TFC_Nregular_1.gif", rollover: "./assets/images/autogen/Join-TFC_NRregular_1.gif", w: 99, h: 22 },
	"NavigationButton4" : { image: "./assets/images/autogen/Aircraft-Info_Nregular_1.gif", rollover: "./assets/images/autogen/Aircraft-Info_NRregular_1.gif", w: 99, h: 22 },
	"NavigationButton5" : { image: "./assets/images/autogen/Instructors_Nregular_1.gif", rollover: "./assets/images/autogen/Instructors_NRregular_1.gif", w: 99, h: 22 },
	"NavigationButton6" : { image: "./assets/images/autogen/Officers_Nregular_1.gif", rollover: "./assets/images/autogen/Officers_NRregular_1.gif", w: 99, h: 22 },
	"NavigationButton7" : { image: "./assets/images/autogen/Miscellaneous_Nregular_1.gif", rollover: "./assets/images/autogen/Miscellaneous_NRregular_1.gif", w: 99, h: 22, opening: "bottom", offsetX: 0, offsetY: 22 },
	"NavigationButton15" : { image: "./assets/images/autogen/Contact-Info_Nregular_2.gif", rollover: "./assets/images/autogen/Contact-Info_NRregularRollover_2.gif", w: 112, h: 22 },
	"NavigationButton16" : { image: "./assets/images/autogen/TFC-Store_Nregular_2.gif", rollover: "./assets/images/autogen/TFC-Store_NRregularRollover_2.gif", w: 112, h: 22 },
	"NavigationButton17" : { image: "./assets/images/autogen/Aviation-Links_Nregular_2.gif", rollover: "./assets/images/autogen/Aviation-Links_NRregularRollover_2.gif", w: 112, h: 22 },
	"NavigationButton18" : { image: "./assets/images/autogen/PlacesToFly_Nregular_2.gif", rollover: "./assets/images/autogen/PlacesToFly_NRregularRollover_2.gif", w: 112, h: 22 },
	"NavigationButton19" : { image: "./assets/images/autogen/FlightCom_Nregular_2.gif", rollover: "./assets/images/autogen/FlightCom_NRregularRollover_2.gif", w: 112, h: 22 },
	"NavigationButton20" : { image: "./assets/images/autogen/Weather_Nregular_2.gif", rollover: "./assets/images/autogen/Weather_NRregularRollover_2.gif", w: 112, h: 22 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar3", rollover: true, autoClose: true });
	$("#NavigationBar3").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#NavigationBar3_1").nofNavBar({isMain: false, orientation: "vertical", opening: "fadeBottom", offsetX: 0, offsetY: 22 });
	$("#NavigationBar3_2").nofNavBar({isMain: false, orientation: "vertical", opening: "fadeBottom", offsetX: 0, offsetY: 22 });
	$("#NavigationBar3 ul").hide();
});


// End Navigation Bars


