// 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_NPrimaryButton.gif", rollover: "../../../Projects_NRPrimaryButton.gif", w: 95, h: 30 },
	"NavigationButton5" : { image: "../../../Featured_Projects_NPrimaryButton.gif", rollover: "../../../Featured_Projects_NRPrimaryButton.gif", w: 110, h: 20 },
	"NavigationButton6" : { image: "../../../HQ_Zoning_NSecondaryButton.gif", rollover: "../../../HQ_Zoning_NRSecondaryButton.gif", w: 110, h: 20 },
	"NavigationButton7" : { image: "../../../Midtown_Zoning_NPrimaryButton.gif", rollover: "../../../Midtown_Zoning_NRPrimaryButton.gif", w: 110, h: 20 },
	"NavigationButton8" : { image: "../../../Lower_Manhattan_HPrimaryButton.gif", rollover: "../../../Lower_Manhattan_HRPrimaryButton.gif", w: 110, h: 20 },
	"NavigationButton9" : { image: "../../../Sunshine_Zoning_NPrimaryButton.gif", rollover: "../../../Sunshine_Zoning_NRPrimaryButton.gif", w: 110, h: 20 },
	"NavigationButton10" : { image: "../../../CommunityViz_NPrimaryButton.gif", rollover: "../../../CommunityViz_NRPrimaryButton.gif", w: 110, h: 20 },
	"NavigationButton11" : { image: "../../../P_T_A__system_NPrimaryButton.gif", rollover: "../../../P_T_A__system_NRPrimaryButton.gif", w: 110, h: 20 },
	"NavigationButton12" : { image: "../../../MOCA_NSecondaryButton.gif", rollover: "../../../MOCA_NRSecondaryButton.gif", w: 110, h: 20 },
	"NavigationButton13" : { image: "../../../Hudson_Yards__NSecondaryButton.gif", rollover: "../../../Hudson_Yards__NRSecondaryButton.gif", w: 110, h: 20 },
	"NavigationButton14" : { image: "../../../Greenwich_Street__NSecondaryButton.gif", rollover: "../../../Greenwich_Street__NRSecondaryButton.gif", w: 110, h: 20 },
	"NavigationButton15" : { image: "../../../South_Kingstown_NPrimaryButton.gif", rollover: "../../../South_Kingstown_NRPrimaryButton.gif", w: 110, h: 20 },
	"NavigationButton16" : { image: "../../../Kona__NSecondaryButton.gif", rollover: "../../../Kona__NRSecondaryButton.gif", w: 110, h: 20 },
	"NavigationButton17" : { image: "../../../City_of_Glen_Cove_NSecondaryButton.gif", rollover: "../../../City_of_Glen_Cove_NRSecondaryButton.gif", w: 110, h: 20 },
	"NavigationButton18" : { image: "../../../125th_Street__NSecondaryButton.gif", rollover: "../../../125th_Street__NRSecondaryButton.gif", w: 110, h: 20 },
	"NavigationButton19" : { image: "../../../Alexander_Street__NSecondaryButton.gif", rollover: "../../../Alexander_Street__NRSecondaryButton.gif", w: 110, h: 20 },
	"NavigationButton20" : { image: "../../../NAHC_NPrimaryButton.gif", rollover: "../../../NAHC_NRPrimaryButton.gif", w: 110, h: 20 },
	"NavigationButton21" : { image: "../../../HD-OD_NSecondaryButton.gif", rollover: "../../../HD-OD_NRSecondaryButton.gif", w: 110, h: 20 },
	"NavigationButton22" : { image: "../../../Other_Projects_NPrimaryButton.gif", rollover: "../../../Other_Projects_NRPrimaryButton.gif", w: 95, h: 30 },
	"NavigationButton23" : { image: "../../../Three_D_s_NPrimaryButton.gif", rollover: "../../../Three_D_s_NRPrimaryButton.gif", w: 95, h: 30 },
	"NavigationButton24" : { image: "../../../Resources_NPrimaryButton.gif", rollover: "../../../Resources_NRPrimaryButton.gif", w: 95, h: 30 },
	"NavigationButton25" : { 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


