// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash58").media({ width: 220, height: 140,
		src: '../assets/applets/EthioFlagLionDarkBg.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'transparent' }
	});
});
// End jMedia Components

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar3"] = {
	"NavigationButton1" : { image: "../begena1.gif", rollover: "../Ethiopiabutton.gif", w: 60, h: 140 },
	"NavigationButton2" : { image: "../kirar.gif", rollover: "../Ethiopiabutton.gif", w: 60, h: 133 },
	"NavigationButton3" : { image: "../masinko.gif", rollover: "../Ethiopiabutton.gif", w: 60, h: 133 },
	"NavigationButton4" : { image: "../kirar.gif", rollover: "../Ethiopiabutton.gif", w: 60, h: 133 },
	"NavigationButton5" : { image: "../masinko.gif", rollover: "../Ethiopiabutton.gif", w: 60, h: 133 },
	"NavigationButton6" : { image: "../kirar.gif", rollover: "../Ethiopiabutton.gif", w: 60, h: 133 },
	"NavigationButton7" : { image: "../masinko.gif", rollover: "../Ethiopiabutton.gif", w: 60, h: 133 },
	"NavigationButton8" : { image: "../kirar.gif", rollover: "../assets/images/autogen/chatrooms_NREthiopia.gif", w: 60, h: 133 },
	"NavigationButton9" : { image: "../masinko.gif", rollover: "../Ethiopiabutton.gif", w: 60, h: 133 }
};

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


ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton10" : { image: "../gasha.gif", rollover: "../gashaGlow.gif", w: 65, h: 84 },
	"NavigationButton11" : { image: "../gasha.gif", rollover: "../gashaGlow.gif", w: 65, h: 84 },
	"NavigationButton12" : { image: "../gasha.gif", rollover: "../gashaGlow.gif", w: 65, h: 84 },
	"NavigationButton13" : { image: "../gasha.gif", rollover: "../gashaGlow.gif", w: 65, h: 84 },
	"NavigationButton14" : { image: "../gasha.gif", rollover: "../gashaGlow.gif", w: 65, h: 84 },
	"NavigationButton15" : { image: "../gasha.gif", rollover: "../gashaGlow.gif", w: 65, h: 84 },
	"NavigationButton16" : { image: "../gasha.gif", rollover: "../gashaGlow.gif", w: 65, h: 84 },
	"NavigationButton17" : { image: "../gasha.gif", rollover: "../gashaGlow.gif", w: 65, h: 84 }
};

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


// End Navigation Bars

