// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar3"] = {
	"NavigationButton1" : { image: "../assets/images/autogen/Home_NButton1_1.gif", rollover: "../assets/images/autogen/Home_NRButton1_1.gif", w: 125, h: 40 },
	"NavigationButton2" : { image: "../assets/images/autogen/About_Us_HButton1_1.gif", rollover: "../assets/images/autogen/About_Us_HRButton1_1.gif", w: 125, h: 40 },
	"NavigationButton3" : { image: "../assets/images/autogen/Bouquets_NButton1_1.gif", rollover: "../assets/images/autogen/Bouquets_NRButton1_1.gif", w: 125, h: 40 },
	"NavigationButton4" : { image: "../assets/images/autogen/Weddings_NButton1_1.gif", rollover: "../assets/images/autogen/Weddings_NRButton1_1.gif", w: 125, h: 40 },
	"NavigationButton5" : { image: "../assets/images/autogen/Gallery_NButton1_1.gif", rollover: "../assets/images/autogen/Gallery_NRButton1_1.gif", w: 125, h: 40 },
	"NavigationButton6" : { image: "../assets/images/autogen/Links_NButton1_1.gif", rollover: "../assets/images/autogen/Links_NRButton1_1.gif", w: 125, h: 40 },
	"NavigationButton7" : { image: "../assets/images/autogen/Contact_Us_NButton1_1.gif", rollover: "../assets/images/autogen/Contact_Us_NRButton1_1.gif", w: 125, h: 40 }
};

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


// End Navigation Bars

