// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar3"] = {
	"NavigationButton1" : { image: "../../UK_Np1.gif", rollover: "../../UK_NRp3.gif", w: 120, h: 29 },
	"NavigationButton2" : { image: "../../USA_Np1.gif", rollover: "../../USA_NRp3.gif", w: 120, h: 29 }
};

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

ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton3" : { image: "../../Home_Np1.gif", rollover: "../../Home_NRp3.gif", w: 120, h: 29 },
	"NavigationButton4" : { image: "../../Sport_Np1.gif", rollover: "../../Sport_NRp3.gif", w: 120, h: 29 },
	"NavigationButton5" : { image: "../../Entertainment_Np1.gif", rollover: "../../Entertainment_NRp3.gif", w: 120, h: 29 },
	"NavigationButton6" : { image: "../../News_Papers_Np1.gif", rollover: "../../News_Papers_NRp3.gif", w: 120, h: 29 },
	"NavigationButton7" : { image: "../../News_Np1.gif", rollover: "../../News_NRp3.gif", w: 120, h: 29 },
	"NavigationButton8" : { image: "../../Tech_Np1.gif", rollover: "../../Tech_NRp3.gif", w: 120, h: 29 },
	"NavigationButton9" : { image: "../../Travel_Np1.gif", rollover: "../../Travel_NRp3.gif", w: 120, h: 29 },
	"NavigationButton10" : { image: "../../Freeware_Np1.gif", rollover: "../../Freeware_NRp3.gif", w: 120, h: 29 }
};

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


// End Navigation Bars

