function menu_flash(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=2,0,0,0" width="740" height="87">');
	document.write('<param name="movie" value="menu.swf">');
	document.write('<embed src="menu.swf" pluginspage="http://www.macromedia.com/shockwave/download/" width="740" height="87">');
	document.write('</embed>');
	document.write('</object>');
}

//*************************************************************
//ヘッダー部分のフラッシュ
//*************************************************************
function header_flash( url ){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=2,0,0,0" width="740" height="87">');
	document.write('<param name="movie" value="');
	document.write(url);
	document.write('">');
	document.write('<embed src="');
	document.write( url );
	document.write('" pluginspage="http://www.macromedia.com/shockwave/download/" width="740" height="59>');
	document.write('</embed>');
	document.write('</object>');
}

//*************************************************************
// ロビー紹介部分のフラッシュ
//*************************************************************
function lobby_flash(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="834" height="640">');
	document.write('<param name="movie" value="');
	document.write( 'lobby.swf' );
	document.write('">');
	document.write('<embed src="');
	document.write( 'lobby.swf' );
	document.write('" pluginspage="http://www.macromedia.com/shockwave/download/" width="834" height="640">');
	document.write('</embed>');
	document.write('</object>');
}
