// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar3"] = {
	"NavigationButton1" : { image: "../Home_Ns1.gif", rollover: "../Home_NRs3.gif", w: 84, h: 48 },
	"NavigationButton2" : { image: "../Press_Pack_Hs3.gif", rollover: "../Press_Pack_HRs1.gif", w: 84, h: 48 },
	"NavigationButton3" : { image: "../Send_Files_Ns1_1.gif", rollover: "../Send_Files_NRs3_1.gif", w: 84, h: 48 },
	"NavigationButton4" : { image: "../Music_Ns1.gif", rollover: "../Music_NRs3.gif", w: 84, h: 48 },
	"NavigationButton5" : { image: "../Sponsors_Ns1.gif", rollover: "../Sponsors_NRs3.gif", w: 84, h: 48 },
	"NavigationButton6" : { image: "../Vendors_Ns1.gif", rollover: "../Vendors_NRs3.gif", w: 84, h: 48 },
	"NavigationButton7" : { image: "../Drawings_Ns1.gif", rollover: "../Drawings_NRs3.gif", w: 84, h: 48 },
	"NavigationButton8" : { image: "../Kids_Fun_Ns1.gif", rollover: "../Kids_Fun_NRs3.gif", w: 84, h: 48 },
	"NavigationButton9" : { image: "../Volunteer_Ns1.gif", rollover: "../Volunteer_NRs3.gif", w: 84, h: 48 },
	"NavigationButton10" : { image: "../News_Ns1.gif", rollover: "../News_NRs3.gif", w: 84, h: 48 },
	"NavigationButton11" : { image: "../Photos_Ns1.gif", rollover: "../Photos_NRs3.gif", w: 84, h: 48 },
	"NavigationButton12" : { image: "../Articles_Ns1.gif", rollover: "../Articles_NRs3.gif", w: 84, h: 48 },
	"NavigationButton13" : { image: "../Asheville_Ns1.gif", rollover: "../Asheville_NRs3.gif", w: 84, h: 48 },
	"NavigationButton14" : { image: "../Links_Ns1.gif", rollover: "../Links_NRs3.gif", w: 84, h: 48 },
	"NavigationButton15" : { image: "../Contact_Us_Ns1.gif", rollover: "../Contact_Us_NRs3.gif", w: 84, h: 48 }
};

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


// End Navigation Bars

