// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar2"] = {
	"NavigationButton1" : { image: "../assets/images/autogen/Home_Page_NPrimary_button_1_1.gif", rollover: "../assets/images/autogen/Home_Page_NRPrimary_button_1_1.gif", w: 130, h: 25 },
	"NavigationButton2" : { image: "../assets/images/autogen/About_SVEC_NPrimary_button_1_2.gif", rollover: "../assets/images/autogen/About_SVEC_NRPrimary_button_1_2.gif", w: 130, h: 25 },
	"NavigationButton3" : { image: "../assets/images/autogen/Calendar_2012_NPrimary_button_1_2.gif", rollover: "../assets/images/autogen/Calendar_2012_NRPrimary_button_1_2.gif", w: 130, h: 25 },
	"NavigationButton4" : { image: "../assets/images/autogen/Events___Shows_NPrimary_button_1_2.gif", rollover: "../assets/images/autogen/Events___Shows_NRPrimary_button_1_2.gif", w: 130, h: 25 },
	"NavigationButton5" : { image: "../assets/images/autogen/Training___Clinics_NPrimary_button_1_2.gif", rollover: "../assets/images/autogen/Training___Clinics_NRPrimary_button_1_2.gif", w: 130, h: 25 },
	"NavigationButton6" : { image: "../assets/images/autogen/Children_s_activities_NPrimary_button_1_2.gif", rollover: "../assets/images/autogen/Children_s_activities_NRPrimary_button_1_2.gif", w: 130, h: 25 },
	"NavigationButton7" : { image: "../assets/images/autogen/Camps_NPrimary_button_1_2.gif", rollover: "../assets/images/autogen/Camps_NRPrimary_button_1_2.gif", w: 130, h: 25 },
	"NavigationButton8" : { image: "../assets/images/autogen/Results_2011_HPrimary_button_1_1.gif", rollover: "../assets/images/autogen/Results_2011_HRPrimary_button_1_1.gif", w: 130, h: 25 },
	"NavigationButton9" : { image: "../assets/images/autogen/Dressage_-_31st_January_NSecondary_button_1_1.gif", rollover: "../assets/images/autogen/Dressage_-_31st_January_NRSecondary_button_1_1.gif", w: 130, h: 25 },
	"NavigationButton10" : { image: "../assets/images/autogen/Dressage_-_2nd_June_NSecondary_button_1_1.gif", rollover: "../assets/images/autogen/Dressage_-_2nd_June_NRSecondary_button_1_1.gif", w: 130, h: 25 },
	"NavigationButton11" : { image: "../assets/images/autogen/Dressage_-_7th_July_NSecondary_button_1_1.gif", rollover: "../assets/images/autogen/Dressage_-_7th_July_NRSecondary_button_1_1.gif", w: 130, h: 25 },
	"NavigationButton12" : { image: "../assets/images/autogen/Dressage_Championship_NSecondary_button_1_1.gif", rollover: "../assets/images/autogen/Dressage_Championship_NRSecondary_button_1_1.gif", w: 130, h: 25 },
	"NavigationButton13" : { image: "../assets/images/autogen/Affiliated_Dressage_NSecondary_button_1_1.gif", rollover: "../assets/images/autogen/Affiliated_Dressage_NRSecondary_button_1_1.gif", w: 130, h: 25 },
	"NavigationButton14" : { image: "../assets/images/autogen/Show_Jumping__-_9th_June_NSecondary_button_1_1.gif", rollover: "../assets/images/autogen/Show_Jumping__-_9th_June_NRSecondary_button_1_1.gif", w: 130, h: 25 },
	"NavigationButton15" : { image: "../assets/images/autogen/Show_Jumping__-_14th_July_NSecondary_button_1_1.gif", rollover: "../assets/images/autogen/Show_Jumping__-_14th_July_NRSecondary_button_1_1.gif", w: 130, h: 25 },
	"NavigationButton16" : { image: "../assets/images/autogen/Walk___Trot_-_13th_June_NSecondary_button_1_1.gif", rollover: "../assets/images/autogen/Walk___Trot_-_13th_June_NRSecondary_button_1_1.gif", w: 130, h: 25 },
	"NavigationButton17" : { image: "../assets/images/autogen/Walk___Trot_-_18th_July_NSecondary_button_1_1.gif", rollover: "../assets/images/autogen/Walk___Trot_-_18th_July_NRSecondary_button_1_1.gif", w: 130, h: 25 },
	"NavigationButton18" : { image: "../assets/images/autogen/Handy_Links_NPrimary_button_1_2.gif", rollover: "../assets/images/autogen/Handy_Links_NRPrimary_button_1_2.gif", w: 130, h: 25 }
};

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


// End Navigation Bars


