// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash11").media({ width: 300, height: 150,
		src: '../assets/applets/Kuru.swf', flashVersion: '8,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autohigh', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
$(document).ready(
function() {
	$("#Flash12").media({ width: 300, height: 150,
		src: '../assets/applets/Kuruzoom.swf', flashVersion: '8,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autohigh', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
$(document).ready(
function() {
	$("#Flash14").media({ width: 433, height: 222,
		src: '../assets/applets/Proud_to_BeEth2.swf', flashVersion: '8,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autohigh', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
// 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


