// 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["NavigationBar1"] = {
	"NavigationButton1" : { image: "./Home_Hregular_1_1.GIF", rollover: "./Home_HRregular_1_1.GIF", w: 100, h: 26 },
	"NavigationButton2" : { image: "./About_Nregular_2_1.GIF", rollover: "./About_NRregular_1_1.GIF", w: 100, h: 26 },
	"NavigationButton3" : { image: "./Profiles_Nregular_2_1.GIF", rollover: "./Profiles_NRregular_1_1.GIF", w: 100, h: 26 },
	"NavigationButton4" : { image: "./Training_Nregular_2_1.GIF", rollover: "./Training_NRregular_1_1.GIF", w: 100, h: 26, opening: "fadeBottom", offsetX: 0, offsetY: 26 },
	"NavigationButton10" : { image: "./RegForm_Nregular_2_1.GIF", rollover: "./RegForm_NRregular_1_1.GIF", w: 100, h: 26 },
	"NavigationButton5" : { image: "./OurServices_Nregular_2_1.GIF", rollover: "./OurServices_NRregular_1_1.GIF", w: 100, h: 26 },
	"NavigationButton6" : { image: "./Newsletter_Nregular_2_1.GIF", rollover: "./Newsletter_NRregular_1_1.GIF", w: 100, h: 26 },
	"NavigationButton7" : { image: "./ContactUs_Nregular_2_1.GIF", rollover: "./ContactUs_NRregular_1_1.GIF", w: 100, h: 26 }
};

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


// End Navigation Bars


