// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar4"] = {
	"NavigationButton1" : { image: "./Home_Page_Np1.gif", rollover: "./Home_Page_NRp2.GIF", w: 105, h: 23 },
	"NavigationButton2" : { image: "./Flavex_Np1.gif", rollover: "./Flavex_NRp2.GIF", w: 105, h: 23 },
	"NavigationButton3" : { image: "./Uses_of_Flavex_Np1.gif", rollover: "./Uses_of_Flavex_NRp2.GIF", w: 105, h: 23, opening: "bottom", offsetX: 0, offsetY: 23 },
	"NavigationButton9" : { image: "./Casseroles_Ns1.gif", rollover: "./Casseroles_NRs2.gif", w: 105, h: 17 },
	"NavigationButton10" : { image: "./Seafood_Ns1.gif", rollover: "./Seafood_NRs2.gif", w: 105, h: 17 },
	"NavigationButton11" : { image: "./Dips_Ns1.gif", rollover: "./Dips_NRs2.gif", w: 105, h: 17 },
	"NavigationButton12" : { image: "./Sauces_Ns1.gif", rollover: "./Sauces_NRs2.gif", w: 105, h: 17 },
	"NavigationButton13" : { image: "./Gravies___Seasonings_Ns1.gif", rollover: "./Gravies___Seasonings_NRs2.gif", w: 105, h: 17 },
	"NavigationButton14" : { image: "./Pickles___Cures_Ns1.gif", rollover: "./Pickles___Cures_NRs2.gif", w: 105, h: 17 },
	"NavigationButton15" : { image: "./Snackfood_Ns1.gif", rollover: "./Snackfood_NRs2.gif", w: 105, h: 17 },
	"NavigationButton16" : { image: "./Soups___Bases_Ns1.gif", rollover: "./Soups___Bases_NRs2.gif", w: 105, h: 17 },
	"NavigationButton17" : { image: "./Smallgoods_Ns1.gif", rollover: "./Smallgoods_NRs2.gif", w: 105, h: 17 },
	"NavigationButton18" : { image: "./Pet_food_Ns1.gif", rollover: "./Pet_food_NRs2.gif", w: 105, h: 17 },
	"NavigationButton4" : { image: "./Products_Np1.gif", rollover: "./Products_NRp2.GIF", w: 105, h: 23, opening: "bottom", offsetX: 0, offsetY: 23 },
	"NavigationButton19" : { image: "./Flavex_Ns1.gif", rollover: "./Flavex_NRs2.gif", w: 105, h: 17 },
	"NavigationButton20" : { image: "./Yeast_Extracts_Ns1.gif", rollover: "./Yeast_Extracts_NRs2.gif", w: 105, h: 17 },
	"NavigationButton21" : { image: "./Specialty_flavours_Ns1.gif", rollover: "./Specialty_flavours_NRs2.gif", w: 105, h: 17 },
	"NavigationButton22" : { image: "./Soy_Sauces_Ns1.gif", rollover: "./Soy_Sauces_NRs2.gif", w: 105, h: 17 },
	"NavigationButton23" : { image: "./Malt_extract_Ns1.gif", rollover: "./Malt_extract_NRs2.gif", w: 105, h: 17 },
	"NavigationButton5" : { image: "./Contract_Drying_Np1.gif", rollover: "./Contract_Drying_NRp2.GIF", w: 105, h: 23 },
	"NavigationButton6" : { image: "./About_Us_Np1.gif", rollover: "./About_Us_NRp2.GIF", w: 105, h: 23, opening: "bottom", offsetX: 0, offsetY: 23 },
	"NavigationButton24" : { image: "./Archive_Photos_Ns1.gif", rollover: "./Archive_Photos_NRs2.gif", w: 105, h: 17 },
	"NavigationButton25" : { image: "./Certification_Ns1.gif", rollover: "./Certification_NRs2.gif", w: 105, h: 17 },
	"NavigationButton26" : { image: "./Laboratory_Services_Ns1.gif", rollover: "./Laboratory_Services_NRs2.gif", w: 105, h: 17 },
	"NavigationButton7" : { image: "./Distributors_Hp3.GIF", rollover: "./Distributors_HRp2.gif", w: 105, h: 23 },
	"NavigationButton8" : { image: "./Contact_Us_Np1.gif", rollover: "./Contact_Us_NRp2.GIF", w: 105, h: 23 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar4", rollover: true, autoClose: true });
	$("#NavigationBar4").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#NavigationBar4_1").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 0, offsetY: 17 });
	$("#NavigationBar4_2").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 0, offsetY: 17 });
	$("#NavigationBar4_3").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 0, offsetY: 17 });
	$("#NavigationBar4 ul").hide();
});


// End Navigation Bars

