// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton1" : { image: "./assets/images/autogen/_Np1_2.gif", rollover: "./assets/images/autogen/_NRp1.gif", w: 132, h: 32 },
	"NavigationButton2" : { image: "./assets/images/autogen/Home_Np1_2.gif", rollover: "./assets/images/autogen/Home_NRp2_2.gif", w: 132, h: 32 },
	"NavigationButton3" : { image: "./images/Cold_Facts_Ns1.gif", rollover: "./images/Cold_Facts_NRs2.gif", w: 132, h: 32 },
	"NavigationButton4" : { image: "./images/Soybean_Roast_Hs1.gif", rollover: "./images/Soybean_Roast_HRs2.gif", w: 132, h: 32 },
	"NavigationButton5" : { image: "./images/Hot_Flash_Ns1.gif", rollover: "./images/Hot_Flash_NRs2.gif", w: 132, h: 32 },
	"NavigationButton6" : { image: "./images/Allergy_Ns1.gif", rollover: "./images/Allergy_NRs2.gif", w: 132, h: 32 },
	"NavigationButton7" : { image: "./images/Prescription_for___Murder_Ns1.gif", rollover: "./images/Prescription_for___Murder_NRs2.gif", w: 132, h: 32 },
	"NavigationButton8" : { image: "./images/Metabolic_Slavery_Ns1.gif", rollover: "./images/Metabolic_Slavery_NRs2.gif", w: 132, h: 32 },
	"NavigationButton9" : { image: "./images/The_Good__the_Bad___and_the_UgNs1.gif", rollover: "./images/The_Good__the_Bad___and_the_UgNRs2.gif", w: 132, h: 32 },
	"NavigationButton10" : { image: "./images/The_Oldest___Question_Ns1.gif", rollover: "./images/The_Oldest___Question_NRs2.gif", w: 132, h: 32 },
	"NavigationButton11" : { image: "./images/Innate_Intelligence_Ns1.gif", rollover: "./images/Innate_Intelligence_NRs2.gif", w: 132, h: 32 },
	"NavigationButton12" : { image: "./images/Into_the_Mouth___of_Babes_Ns1.gif", rollover: "./images/Into_the_Mouth___of_Babes_NRs2.gif", w: 132, h: 32 },
	"NavigationButton13" : { image: "./images/Medical_Intervention_Ns1.gif", rollover: "./images/Medical_Intervention_NRs2.gif", w: 132, h: 32 },
	"NavigationButton14" : { image: "./images/Connect_the_Dots_Ns1.gif", rollover: "./images/Connect_the_Dots_NRs2.gif", w: 132, h: 32 },
	"NavigationButton15" : { image: "./images/For_the_Ladies_Ns1.gif", rollover: "./images/For_the_Ladies_NRs2.gif", w: 132, h: 32 },
	"NavigationButton16" : { image: "./assets/images/autogen/_Np1_3.gif", rollover: "./assets/images/autogen/_NRp1_1.gif", w: 132, h: 32 }
};

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


// End Navigation Bars

