
function topMenu_flash()	{
	// Flash Code
	document.write("<object data='img/flash/nav.swf?xmlURL=img/flash/' width='968' height='225' type='application/x-shockwave-flash'>");
	document.write("<param name='movie' value='img/flash/nav.swf?xmlURL=img/flash/' />");
	document.write("<param name='wmode' value='transparent'>");
	document.write("</object>");
}

function gameStart_flash()	{
// Flash Code
	document.write("<object data='img/flash/btn_gamestart.swf' width='314' height='146' type='application/x-shockwave-flash'>");
	document.write("<param name='movie' value='img/flash/btn_gamestart.swf' />");
	document.write("<param name='wmode' value='transparent'>");
	document.write("</object>");
}

function mainDownload_flash()	{
// Flash Code
	document.write("<object data='img/flash/download.swf' width='265' height='122' type='application/x-shockwave-flash'>");
	document.write("<param name='movie' value='img/flash/download.swf' />");
	document.write("<param name='wmode' value='transparent'>");
	document.write("</object>");
}

function mainEvent_flash()	{
// Flash Code
	document.write("<object data='img/flash/event.swf' width='424' height='269' type='application/x-shockwave-flash'>");
	document.write("<param name='movie' value='img/flash/event.swf' />");
	document.write("<param name='wmode' value='transparent'>");
	document.write("</object>");
}


function mainMovie_flash()	{
// Flash Code
	document.write("<object data='img/flash/movie.swf' width='208' height='198' type='application/x-shockwave-flash'>");
	document.write("<param name='movie' value='img/flash/movie.swf' />");
	document.write("<param name='wmode' value='transparent'>");
	document.write("</object>");
}

function mainPopup_flash()	{
// Flash Code
	document.write("<object data='img/flash/popup.swf' width='1023' height='528' type='application/x-shockwave-flash'>");
	document.write("<param name='movie' value='img/flash/popup.swf' />");
	document.write("<param name='wmode' value='transparent'>");
	document.write("</object>");
}

function maintenance_flash()	{
// Flash Code
	document.write("<object data='img/flash/maintenance.swf' width='685' height='494' type='application/x-shockwave-flash'>");
	document.write("<param name='movie' value='img/flash/maintenance.swf' />");
	document.write("<param name='wmode' value='transparent'>");
	document.write("</object>");
}

function schedule_flash()	{
// Flash Code
	document.write("<object data='img/flash/schedule.swf' width='701' height='740' type='application/x-shockwave-flash'>");
	document.write("<param name='movie' value='img/flash/schedule.swf' />");
	document.write("<param name='wmode' value='transparent'>");
	document.write("</object>");
}

function map_flash()	{
// Flash Code
	document.write("<object data='img/flash/EP3_map.swf' width='630' height='900' type='application/x-shockwave-flash'>");
	document.write("<param name='movie' value='img/flash/EP3_map.swf' />");
	document.write("<param name='wmode' value='transparent'>");
	document.write("</object>");
}

function pictorial_flash()	{
// Flash Code
	document.write("<object data='img/flash/pictorial_map.swf' width='927' height='768' type='application/x-shockwave-flash'>");
	document.write("<param name='movie' value='img/flash/pictorial.swf' />");
	document.write("<param name='wmode' value='transparent'>");
	document.write("</object>");
}

function openmenu(){
	document.getElementById('topMenu').style.height='225'+"px";
}

function closemenu(){
	document.getElementById('topMenu').style.height='68'+"px";
}

