/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	フラッシュ貼付け用処理
──────────────────────────────── */
function FlashWrite(){
	AC_FL_RunContent(
		'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
		'width', '625',
		'height', '460',
		'src', 'ibero_japan',
		'quality', 'high',
		'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
		'align', 'middle',
		'play', 'true',
		'loop', 'true',
		'scale', 'showall',
		'wmode', 'window',
		'devicefont', 'false',
		'id', 'ibero_japan',
		'bgcolor', '#ffffff',
		'name', 'ibero_japan',
		'menu', 'true',
		'allowFullScreen', 'false',
		'allowScriptAccess','sameDomain',
		'movie', 'ibero_japan',
		'salign', ''
	)
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	ポップアップ用
──────────────────────────────── */
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}