// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar3"] = {
	"NavigationButton1" : { image: "./2009_NNavButton.gif", rollover: "./2009_NRNavButton.gif", w: 128, h: 29 },
	"NavigationButton2" : { image: "./2010_NNavButton.gif", rollover: "./2010_NRNavButton.gif", w: 128, h: 29 },
	"NavigationButton3" : { image: "./2011_NNavButton.gif", rollover: "./2011_NRNavButton.gif", w: 128, h: 29 }
};

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


// End Navigation Bars


