// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton1" : { image: "./Home_Hp3.gif", rollover: "./Home_HRp1.gif", w: 120, h: 29 },
	"NavigationButton2" : { image: "./Sport_Np1.gif", rollover: "./Sport_NRp3.gif", w: 120, h: 29 },
	"NavigationButton3" : { image: "./Entertainment_Np1.gif", rollover: "./Entertainment_NRp3.gif", w: 120, h: 29 },
	"NavigationButton4" : { image: "./News_Papers_Np1.gif", rollover: "./News_Papers_NRp3.gif", w: 120, h: 29 },
	"NavigationButton5" : { image: "./News_Np1.gif", rollover: "./News_NRp3.gif", w: 120, h: 29 },
	"NavigationButton6" : { image: "./Tech_Np1.gif", rollover: "./Tech_NRp3.gif", w: 120, h: 29 },
	"NavigationButton7" : { image: "./Travel_Np1.gif", rollover: "./Travel_NRp3.gif", w: 120, h: 29 },
	"NavigationButton8" : { 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

