// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar6"] = {
	"NavigationButton1" : { image: "../Home_NPrimaryButton.gif", rollover: "../Home_NRPrimaryButton.gif", w: 95, h: 30 },
	"NavigationButton2" : { image: "../About_Us_NPrimaryButton.gif", rollover: "../About_Us_NRPrimaryButton.gif", w: 95, h: 30 },
	"NavigationButton3" : { image: "../Services_NPrimaryButton.gif", rollover: "../Services_NRPrimaryButton.gif", w: 95, h: 30 },
	"NavigationButton4" : { image: "../Projects_HPrimaryButton.gif", rollover: "../Projects_HRPrimaryButton.gif", w: 95, h: 30 },
	"NavigationButton5" : { image: "../Featured_Projects_NPrimaryButton.gif", rollover: "../Featured_Projects_NRPrimaryButton.gif", w: 110, h: 20 },
	"NavigationButton6" : { image: "../Lower_Manhattan_NPrimaryButton.gif", rollover: "../Lower_Manhattan_NRPrimaryButton.gif", w: 110, h: 20 },
	"NavigationButton7" : { image: "../CommunityViz_NPrimaryButton.gif", rollover: "../CommunityViz_NRPrimaryButton.gif", w: 110, h: 20 },
	"NavigationButton8" : { image: "../MOCA_NSecondaryButton.gif", rollover: "../MOCA_NRSecondaryButton.gif", w: 110, h: 20 },
	"NavigationButton9" : { image: "../Hudson_Yards__NSecondaryButton.gif", rollover: "../Hudson_Yards__NRSecondaryButton.gif", w: 110, h: 20 },
	"NavigationButton10" : { image: "../Greenwich_Street__NSecondaryButton.gif", rollover: "../Greenwich_Street__NRSecondaryButton.gif", w: 110, h: 20 },
	"NavigationButton11" : { image: "../Kona__NSecondaryButton.gif", rollover: "../Kona__NRSecondaryButton.gif", w: 110, h: 20 },
	"NavigationButton12" : { image: "../City_of_Glen_Cove_NSecondaryButton.gif", rollover: "../City_of_Glen_Cove_NRSecondaryButton.gif", w: 110, h: 20 },
	"NavigationButton13" : { image: "../125th_Street__NSecondaryButton.gif", rollover: "../125th_Street__NRSecondaryButton.gif", w: 110, h: 20 },
	"NavigationButton14" : { image: "../Alexander_Street__NSecondaryButton.gif", rollover: "../Alexander_Street__NRSecondaryButton.gif", w: 110, h: 20 },
	"NavigationButton15" : { image: "../HD-OD_NSecondaryButton.gif", rollover: "../HD-OD_NRSecondaryButton.gif", w: 110, h: 20 },
	"NavigationButton16" : { image: "../Other_Projects_NPrimaryButton.gif", rollover: "../Other_Projects_NRPrimaryButton.gif", w: 95, h: 30 },
	"NavigationButton17" : { image: "../Three_D_s_NPrimaryButton.gif", rollover: "../Three_D_s_NRPrimaryButton.gif", w: 95, h: 30 },
	"NavigationButton18" : { image: "../Resources_NPrimaryButton.gif", rollover: "../Resources_NRPrimaryButton.gif", w: 95, h: 30 },
	"NavigationButton19" : { image: "../Contact_Us_NPrimaryButton.gif", rollover: "../Contact_Us_NRPrimaryButton.gif", w: 95, h: 30 }
};

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


// End Navigation Bars

