<!--
function flash(url, x, y)
{
	document.writeln("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+x+"' height='"+y+"'>");
	document.writeln("  <param name='movie' value='"+url+"'>");
	document.writeln("	<param name='wmode' VALUE='transparent'>");
	document.writeln("	<param name='menu' VALUE='false'>");
	document.writeln("  <param name='quality' value='high'>");
	document.writeln("  <param name='allowScriptAccess' value='always'>");
	document.writeln("  <embed src='"+url+"' quality='high' wmode=transparent pluginspage='https://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' allowScriptAccess='always' width='"+x+"' height='"+y+"'></embed>");
	document.writeln("</object>");
}

function flash_gacha(url, x, y)
{
	document.writeln("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+x+"' height='"+y+"'>");
	document.writeln("  <param name='movie' value='"+url+"'>");
	document.writeln("	<param name='wmode' VALUE='opaque'>");
	document.writeln("	<param name='menu' VALUE='false'>");
	document.writeln("  <param name='quality' value='high'>");
	document.writeln("  <param name='allowScriptAccess' value='always'>");
	document.writeln("  <embed src='"+url+"' quality='high' wmode=transparent pluginspage='https://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' allowScriptAccess='always' width='"+x+"' height='"+y+"'></embed>");
	document.writeln("</object>");
}

function flash2(url, x, y)
{
	document.writeln("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+x+"' height='"+y+"'>");
	document.writeln("  <param name='movie' value='"+url+"'>");
	document.writeln("	<param name='menu' VALUE='false'>");
	document.writeln("  <param name='quality' value='high'>");
	document.writeln("  <param name='allowScriptAccess' value='always'>");
	document.writeln("  <embed src='"+url+"' quality='high' wmode=transparent pluginspage='https://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' allowScriptAccess='always' width='"+x+"' height='"+y+"'></embed>");
	document.writeln("</object>");
}


function menu_sub(num, flashWIDTH, flashHEIGHT, flashURL){
		document.writeln ('<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" WIDTH='+flashWIDTH+' HEIGHT='+flashHEIGHT+'>');
		document.writeln ('<PARAM NAME=movie VALUE="'+flashURL+'">');
		document.writeln ('<PARAM NAME=wmode VALUE=transparent>');
		document.writeln ('<PARAM NAME=allowScriptAccess VALUE=always>');
		document.writeln("	<param name='menu' VALUE='false'>");
		document.writeln ('<PARAM NAME=loop VALUE=true>');
		document.writeln ('<PARAM NAME=quality VALUE=high>');
		document.writeln ('<EMBED src="'+flashURL+'" loop=true wmode=transparent quality=high allowScriptAccess=always swLiveConnect=FALSE WIDTH='+flashWIDTH+' HEIGHT='+flashHEIGHT+' TYPE="application/x-shockwave-flash" PLUGINSPAGE="https://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>');
		document.writeln ('</OBJECT>');
}
//-->
