// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton1" : { image: "./Gift_Ideas_NProthesia_s_Oval_flat.GIF", rollover: "./Gift_Ideas_NRProthesia_s_Oval_flat_pink.GIF", w: 123, h: 35 },
	"NavigationButton2" : { image: "./For_the_Home_NProthesia_s_Oval_flat.GIF", rollover: "./For_the_Home_NRProthesia_s_Oval_flat_pink.GIF", w: 123, h: 35 },
	"NavigationButton3" : { image: "./For_Her_NProthesia_s_Oval_flat.GIF", rollover: "./For_Her_NRProthesia_s_Oval_flat_pink.GIF", w: 123, h: 35 },
	"NavigationButton4" : { image: "./Children_NProthesia_s_Oval_flat.GIF", rollover: "./Children_NRProthesia_s_Oval_flat_pink.GIF", w: 123, h: 35 },
	"NavigationButton5" : { image: "./Pet_Lovers_NProthesia_s_Oval_flat_1.GIF", rollover: "./Pet_Lovers_NRProthesia_s_Oval_flat_pink_1.GIF", w: 123, h: 35 },
	"NavigationButton6" : { image: "./Pet_Portraits_NProthesia_s_Oval_flat.GIF", rollover: "./Pet_Portraits_NRProthesia_s_Oval_flat_pink.GIF", w: 123, h: 35 },
	"NavigationButton7" : { image: "./About_Prothesia_s_NProthesia_s_Oval_flat_1.GIF", rollover: "./About_Prothesia_s_NRProthesia_s_Oval_flat_pink_1.GIF", w: 123, h: 35 }
};

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


ButtonsImageMapping["NavigationBar3"] = {
	"NavigationButton8" : { image: "./Home_Hs3_1.gif", rollover: "./Home_HRs4_1.gif", w: 119, h: 24 },
	"NavigationButton9" : { image: "./Gift_Ideas_Ns1_1.gif", rollover: "./Gift_Ideas_NRs2_1.gif", w: 119, h: 24 },
	"NavigationButton10" : { image: "./For_the_Home_Ns1_1.gif", rollover: "./For_the_Home_NRs2_1.gif", w: 119, h: 24 },
	"NavigationButton11" : { image: "./For_Her_Ns1_1.gif", rollover: "./For_Her_NRs2_1.gif", w: 119, h: 24 },
	"NavigationButton12" : { image: "./Children_Ns1_1.gif", rollover: "./Children_NRs2_1.gif", w: 119, h: 24 },
	"NavigationButton13" : { image: "./Pet_Lovers_Ns1_1.gif", rollover: "./Pet_Lovers_NRs2_1.gif", w: 119, h: 24 },
	"NavigationButton14" : { image: "./Pet_Portraits_Ns1_1.gif", rollover: "./Pet_Portraits_NRs2_1.gif", w: 119, h: 24 },
	"NavigationButton15" : { image: "./About_Prothesia_s_Ns1_1.gif", rollover: "./About_Prothesia_s_NRs2_1.gif", w: 119, h: 24, opening: "right", offsetX: 119, offsetY: 0 },
	"NavigationButton31" : { image: "./Customer_Service_Ns1_2.gif", rollover: "./Customer_Service_NRs2_2.gif", w: 119, h: 24 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar3", rollover: true, autoClose: false });
	$("#NavigationBar3").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#NavigationBar3_1").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 119, offsetY: 0 });
	$("#NavigationBar3_2").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 119, offsetY: 0 });
	$("#NavigationBar3 ul").hide();
});


// End Navigation Bars

