// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash44").media({ width: 250, height: 150,
		src: '../assets/applets/JahFlag.swf', flashVersion: '8,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autohigh', scale: 'showall', salign: 'Left', wmode: 'transparent' }
	});
});
$(document).ready(
function() {
	$("#Flash45").media({ width: 250, height: 150,
		src: '../assets/applets/LionOfJudahHIM.swf', flashVersion: '8,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autohigh', scale: 'showall', salign: 'Left', wmode: 'transparent' }
	});
});
// End jMedia Components

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar3"] = {
	"NavigationButton1" : { image: "../gasha.gif", rollover: "../gashaGlow.gif", w: 65, h: 84 },
	"NavigationButton2" : { image: "../gasha.gif", rollover: "../gashaGlow.gif", w: 65, h: 84 },
	"NavigationButton3" : { image: "../gasha.gif", rollover: "../gashaGlow.gif", w: 65, h: 84 },
	"NavigationButton4" : { image: "../gasha.gif", rollover: "../gashaGlow.gif", w: 65, h: 84 },
	"NavigationButton5" : { image: "../gasha.gif", rollover: "../gashaGlow.gif", w: 65, h: 84 },
	"NavigationButton6" : { image: "../gasha.gif", rollover: "../gashaGlow.gif", w: 65, h: 84 },
	"NavigationButton7" : { image: "../gasha.gif", rollover: "../gashaGlow.gif", w: 65, h: 84 },
	"NavigationButton8" : { image: "../gasha.gif", rollover: "../gashaGlow.gif", w: 65, h: 84 }
};

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


// End Navigation Bars


