// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar6"] = {
	"NavigationButton1" : { image: "./fruit-off-l.png", rollover: "./fruit-on-l.png", w: 105, h: 105 },
	"NavigationButton2" : { image: "./eggs-off-l.png", rollover: "./eggs-on-l.png", w: 105, h: 105 },
	"NavigationButton3" : { image: "./jam-off-l.png", rollover: "./jam-on-l.png", w: 105, h: 105 }
};

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


ButtonsImageMapping["NavigationBar7"] = {
	"NavigationButton4" : { image: "./deli-off-l.png", rollover: "./deli-on-l.png", w: 105, h: 105 },
	"NavigationButton5" : { image: "./biscuits-off-l.png", rollover: "./biscuits-on-l.png", w: 105, h: 105 },
	"NavigationButton6" : { image: "./bread-off-l.png", rollover: "./bread-on-l.png", w: 105, h: 105 }
};

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


ButtonsImageMapping["NavigationBar8"] = {
	"NavigationButton7" : { image: "./game-off-l.png", rollover: "./game-on-l.png", w: 105, h: 105 },
	"NavigationButton8" : { image: "./pickle-off-l.png", rollover: "./pickle-on-l.png", w: 105, h: 105 },
	"NavigationButton9" : { image: "./pulses-off-l.png", rollover: "./pulses-on-l.png", w: 105, h: 105 }
};

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


ButtonsImageMapping["NavigationBar9"] = {
	"NavigationButton10" : { image: "./meat-off-l.png", rollover: "./meat-on-l.png", w: 105, h: 105 },
	"NavigationButton11" : { image: "./coffee-off-l.png", rollover: "./coffee-on-l.png", w: 105, h: 105 },
	"NavigationButton12" : { image: "./dried_fruit-off-l.png", rollover: "./dried_fruit-on-l.png", w: 105, h: 105 }
};

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


ButtonsImageMapping["NavigationBar10"] = {
	"NavigationButton13" : { image: "./wood_vegbox-off.png", rollover: "./wood_vegbox-on1.png", w: 241, h: 264 }
};

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


ButtonsImageMapping["NavigationBar11"] = {
	"NavigationButton14" : { image: "./assets/images/autogen/Shop_Hp3_1.gif", rollover: "./assets/images/autogen/Shop_HRp2_1.gif", w: 108, h: 24 },
	"NavigationButton15" : { image: "./assets/images/autogen/About_Np1_1.gif", rollover: "./assets/images/autogen/About_NRp2_1.gif", w: 95, h: 24 },
	"NavigationButton16" : { image: "./assets/images/autogen/Account_Np1_1.gif", rollover: "./assets/images/autogen/Account_NRp2_1.gif", w: 95, h: 24 },
	"NavigationButton17" : { image: "./assets/images/autogen/Agent_Np1_1.gif", rollover: "./assets/images/autogen/Agent_NRp2_1.gif", w: 95, h: 24 },
	"NavigationButton18" : { image: "./assets/images/autogen/Be_an_Agent_Np1_1.gif", rollover: "./assets/images/autogen/Be_an_Agent_NRp2_1.gif", w: 95, h: 24 },
	"NavigationButton19" : { image: "./assets/images/autogen/Contact_Us_Np1_1.gif", rollover: "./assets/images/autogen/Contact_Us_NRp2_1.gif", w: 95, h: 24 },
	"NavigationButton20" : { image: "./assets/images/autogen/FAQ_Np1_1.gif", rollover: "./assets/images/autogen/FAQ_NRp2_1.gif", w: 95, h: 24 },
	"NavigationButton21" : { image: "./assets/images/autogen/Shopping_Cart_Np1_1.gif", rollover: "./assets/images/autogen/Shopping_Cart_NRp2_1.gif", w: 95, h: 24 },
	"NavigationButton22" : { image: "./assets/images/autogen/T___C_Np1_1.gif", rollover: "./assets/images/autogen/T___C_NRp2_1.gif", w: 95, h: 24 },
	"NavigationButton23" : { image: "./assets/images/autogen/Logout_Np1_1.gif", rollover: "./assets/images/autogen/Logout_NRp2_1.gif", w: 95, h: 24 }
};

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


// End Navigation Bars

