// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar3"] = {
	"NavigationButton1" : { image: "./assets/images/autogen/Home_HRoof_button_sm3_1.gif", rollover: "./assets/images/autogen/Home_HRRoof_button_sm3_1.gif", w: 97, h: 38 },
	"NavigationButton2" : { image: "./assets/images/autogen/About_Us_NRoof_button_sm3_1.gif", rollover: "./assets/images/autogen/About_Us_NRRoof_button_sm3_1.gif", w: 97, h: 38 },
	"NavigationButton3" : { image: "./assets/images/autogen/Contact_Us_NRoof_button_sm3_1.gif", rollover: "./assets/images/autogen/Contact_Us_NRRoof_button_sm3_1.gif", w: 97, h: 38 },
	"NavigationButton4" : { image: "./assets/images/autogen/References_NRoof_button_sm3_1.gif", rollover: "./assets/images/autogen/References_NRRoof_button_sm3_1.gif", w: 97, h: 38 },
	"NavigationButton5" : { image: "./assets/images/autogen/Photo_Album_NRoof_button_sm3_1.gif", rollover: "./assets/images/autogen/Photo_Album_NRRoof_button_sm3_1.gif", w: 97, h: 38 },
	"NavigationButton6" : { image: "./assets/images/autogen/Free_Estimate_NRoof_button_sm3_1.gif", rollover: "./assets/images/autogen/Free_Estimate_NRRoof_button_sm3_1.gif", w: 97, h: 38 }
};

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


// End Navigation Bars


