// 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["NavigationBar1"] = {
	"NavigationButton1" : { image: "./assets/images/autogen/Consulting_Np_Regular.jpg", rollover: "./assets/images/autogen/Consulting_NRp_RegularOver.jpg", w: 131, h: 43, opening: "bottom", offsetX: 0, offsetY: 43 },
	"NavigationButton6" : { image: "./assets/images/autogen/www.linkedin.com-in-mikkosummaNs_Regular.gif", rollover: "./assets/images/autogen/www.linkedin.com-in-mikkosummaNRs_RegularOver.gif", w: 131, h: 25 },
	"NavigationButton2" : { image: "./assets/images/autogen/Int-Development_Np_Regular.jpg", rollover: "./assets/images/autogen/Int-Development_NRp_RegularOver.jpg", w: 131, h: 43, opening: "bottom", offsetX: 0, offsetY: 43 },
	"NavigationButton7" : { image: "./assets/images/autogen/www.neenigeria.com_Ns_Regular.gif", rollover: "./assets/images/autogen/www.neenigeria.com_NRs_RegularOver.gif", w: 131, h: 25 },
	"NavigationButton3" : { image: "./assets/images/autogen/Charity_Np_Regular.jpg", rollover: "./assets/images/autogen/Charity_NRp_RegularOver.jpg", w: 131, h: 43, opening: "bottom", offsetX: 0, offsetY: 43 },
	"NavigationButton8" : { image: "./assets/images/autogen/www.hopeww.org_Ns_Regular.gif", rollover: "./assets/images/autogen/www.hopeww.org_NRs_RegularOver.gif", w: 131, h: 25 },
	"NavigationButton4" : { image: "./assets/images/autogen/Photography_Np_Regular.jpg", rollover: "./assets/images/autogen/Photography_NRp_RegularOver.jpg", w: 131, h: 43, opening: "bottom", offsetX: 0, offsetY: 43 },
	"NavigationButton9" : { image: "./assets/images/autogen/mikon.zenfolio.com_Ns_Regular.gif", rollover: "./assets/images/autogen/mikon.zenfolio.com_NRs_RegularOver.gif", w: 131, h: 25 },
	"NavigationButton5" : { image: "./assets/images/autogen/Contact-Us_Np_Regular.jpg", rollover: "./assets/images/autogen/Contact-Us_NRp_RegularOver.jpg", w: 131, h: 43 }
};

$(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: "bottom", offsetX: 0, offsetY: 25 });
	$("#NavigationBar1_2").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 0, offsetY: 25 });
	$("#NavigationBar1_3").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 0, offsetY: 25 });
	$("#NavigationBar1_4").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 0, offsetY: 25 });
	$("#NavigationBar1 ul").hide();
});


// End Navigation Bars


