// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar2"] = {
	"NavigationButton1" : { image: "../assets/images/autogen/Home_Ntoppurple.jpg", rollover: "../assets/images/autogen/Home_NRtoppurple.jpg", w: 129, h: 47 },
	"NavigationButton2" : { image: "../assets/images/autogen/About_Us_Ntoppurple.jpg", rollover: "../assets/images/autogen/About_Us_NRtoppurple.jpg", w: 129, h: 47, opening: "bottom", offsetX: 0, offsetY: 47 },
	"NavigationButton7" : { image: "../assets/images/autogen/History_Nsmalleryellow1.jpg", rollover: "../assets/images/autogen/History_NRsmallerpurple1.jpg", w: 160, h: 32 },
	"NavigationButton8" : { image: "../assets/images/autogen/Statement_of_Goals_Nsmalleryellow1.jpg", rollover: "../assets/images/autogen/Statement_of_Goals_NRsmallerpurple1.jpg", w: 160, h: 32 },
	"NavigationButton3" : { image: "../assets/images/autogen/Montessori_Ntoppurple.jpg", rollover: "../assets/images/autogen/Montessori_NRtoppurple.jpg", w: 129, h: 47, opening: "bottom", offsetX: 0, offsetY: 47 },
	"NavigationButton9" : { image: "../assets/images/autogen/Philosophy_Nsmalleryellow1.jpg", rollover: "../assets/images/autogen/Philosophy_NRsmallerpurple1.jpg", w: 160, h: 32 },
	"NavigationButton10" : { image: "../assets/images/autogen/Peace_Curriculum_Nsmalleryellow1.jpg", rollover: "../assets/images/autogen/Peace_Curriculum_NRsmallerpurple1.jpg", w: 160, h: 32 },
	"NavigationButton11" : { image: "../assets/images/autogen/Classroom_Environment_Nsmalleryellow1.jpg", rollover: "../assets/images/autogen/Classroom_Environment_NRsmallerpurple1.jpg", w: 160, h: 32 },
	"NavigationButton4" : { image: "../assets/images/autogen/Programs_Ntoppurple.jpg", rollover: "../assets/images/autogen/Programs_NRtoppurple.jpg", w: 129, h: 47, opening: "bottom", offsetX: 0, offsetY: 47 },
	"NavigationButton12" : { image: "../assets/images/autogen/Toddler_Nsmalleryellow1.jpg", rollover: "../assets/images/autogen/Toddler_NRsmallerpurple1.jpg", w: 160, h: 32 },
	"NavigationButton13" : { image: "../assets/images/autogen/Preschool_Nsmalleryellow1.jpg", rollover: "../assets/images/autogen/Preschool_NRsmallerpurple1.jpg", w: 160, h: 32 },
	"NavigationButton14" : { image: "../assets/images/autogen/Kindergarten_Nsmalleryellow1.jpg", rollover: "../assets/images/autogen/Kindergarten_NRsmallerpurple1.jpg", w: 160, h: 32 },
	"NavigationButton15" : { image: "../assets/images/autogen/Program_Options_Nsmalleryellow1.jpg", rollover: "../assets/images/autogen/Program_Options_NRsmallerpurple1.jpg", w: 160, h: 32 },
	"NavigationButton5" : { image: "../assets/images/autogen/Admissions_Ntoppurple.jpg", rollover: "../assets/images/autogen/Admissions_NRtoppurple.jpg", w: 129, h: 47, opening: "bottom", offsetX: 0, offsetY: 47 },
	"NavigationButton16" : { image: "../assets/images/autogen/Registration_Nsmalleryellow1.jpg", rollover: "../assets/images/autogen/Registration_NRsmallerpurple1.jpg", w: 160, h: 32 },
	"NavigationButton17" : { image: "../assets/images/autogen/Tuition_Nsmalleryellow1.jpg", rollover: "../assets/images/autogen/Tuition_NRsmallerpurple1.jpg", w: 160, h: 32 },
	"NavigationButton18" : { image: "../assets/images/autogen/Waiting_List_Nsmalleryellow1.jpg", rollover: "../assets/images/autogen/Waiting_List_NRsmallerpurple1.jpg", w: 160, h: 32 },
	"NavigationButton6" : { image: "../assets/images/autogen/Contact_Us_Ntoppurple.jpg", rollover: "../assets/images/autogen/Contact_Us_NRtoppurple.jpg", w: 129, h: 47, opening: "bottom", offsetX: 0, offsetY: 47 },
	"NavigationButton19" : { image: "../assets/images/autogen/Information_Nsmalleryellow1.jpg", rollover: "../assets/images/autogen/Information_NRsmallerpurple1.jpg", w: 160, h: 32 },
	"NavigationButton20" : { image: "../assets/images/autogen/Directions_Nsmalleryellow1.jpg", rollover: "../assets/images/autogen/Directions_NRsmallerpurple1.jpg", w: 160, h: 32 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar2", rollover: true, autoClose: true });
	$("#NavigationBar2").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#NavigationBar2_1").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 0, offsetY: 32 });
	$("#NavigationBar2_2").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 0, offsetY: 32 });
	$("#NavigationBar2_3").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 0, offsetY: 32 });
	$("#NavigationBar2_4").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 0, offsetY: 32 });
	$("#NavigationBar2_5").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 0, offsetY: 32 });
	$("#NavigationBar2 ul").hide();
});


// End Navigation Bars


