// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton1" : { image: "../../../../NatWorks_Home_Ns1.gif", rollover: "../../../../NatWorks_Home_NRs3.gif", w: 100, h: 20 },
	"NavigationButton2" : { image: "../../../../Products_Ns1.gif", rollover: "../../../../Products_NRs3.gif", w: 100, h: 20, opening: "right", offsetX: 120, offsetY: 10 },
	"NavigationButton11" : { image: "../../../../NatQuery_Np1.gif", rollover: "../../../../NatQuery_NRp3.gif", w: 100, h: 20 },
	"NavigationButton12" : { image: "../../../../NatCDC_Np1.gif", rollover: "../../../../NatCDC_NRp3.gif", w: 100, h: 20 },
	"NavigationButton3" : { image: "../../../../News_Ns1.gif", rollover: "../../../../News_NRs3.gif", w: 100, h: 20 },
	"NavigationButton4" : { image: "../../../../Partners_Ns1.gif", rollover: "../../../../Partners_NRs3.gif", w: 100, h: 20 },
	"NavigationButton5" : { image: "../../../../Contact_Us_Ns1.gif", rollover: "../../../../Contact_Us_NRs3.gif", w: 100, h: 20 },
	"NavigationButton6" : { image: "../../../../Downloads_Ns1.gif", rollover: "../../../../Downloads_NRs3.gif", w: 100, h: 20 },
	"NavigationButton7" : { image: "../../../../About_NatWorks_Ns1.gif", rollover: "../../../../About_NatWorks_NRs3.gif", w: 100, h: 20 },
	"NavigationButton8" : { image: "../../../../Legal_Ns1.gif", rollover: "../../../../Legal_NRs3.gif", w: 100, h: 20 },
	"NavigationButton9" : { image: "../../../../Links_of_Interest_Ns1.gif", rollover: "../../../../Links_of_Interest_NRs3.gif", w: 100, h: 20 },
	"NavigationButton10" : { image: "../../../../Slide_Show_Ns1.gif", rollover: "../../../../Slide_Show_NRs3.gif", w: 100, h: 20 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar1", rollover: true, autoClose: false, spacing: 3 });
	$("#NavigationBar1").nofNavBar({isMain: true, orientation: "vertical" });
	$("#NavigationBar1_1").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 120, offsetY: 10 });
	$("#NavigationBar1 ul").hide();
	$("#NavigationBar1").css('background-color', '#FFFFFF');
	$("#NavigationBar1 ul").css('background-color', '#FFFFFF');
});


// End Navigation Bars

