//▼トップページメイン【背景用】
function fla_top_bg()
{
document.write('<embed src="swf/fla_top_bg.swf" quality=high wmode=transparent id="top_flaback"></embed>');
}

//▼トップページメイン
function fla_top()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="280" height="360">\n');
document.write('<param name="movie" value="swf/fla_top.swf" />\n');
document.write('<PARAM name="LOOP" value="no">\n');
document.write('<param name="quality" value="high" />\n');
document.write('<embed src="swf/fla_top.swf" quality="high" wmode=transparent pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="280" height="360">\n');
document.write('</object>\n');
}

//▼トップページ告知スクロール
function fla_scroll()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="280" height="360">\n');
document.write('<param name="movie" value="swf/fla_scroll.swf" />\n');
document.write('<PARAM name="LOOP" value="no">\n');
document.write('<param name="quality" value="high" />\n');
document.write('<embed src="swf/fla_scroll.swf" quality="high" wmode=transparent pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="280" height="360">\n');
document.write('</object>\n');
}

//▼店舗用フラッシュ
function fla_result_salon()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="300" height="305">\n');
document.write('<param name="movie" value="swf/fla_salon.swf" />\n');
document.write('<PARAM name="LOOP" value="no">\n');
document.write('<param name="quality" value="high" />\n');
document.write('<embed src="swf/fla_salon.swf" quality="high" wmode=transparent pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="305">\n');
document.write('</object>\n');
}

//▼トップページワイドバージョン
function fla_top_wide()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="890" height="360">\n');
document.write('<param name="movie" value="swf/fla_top_wide.swf" />\n');
document.write('<PARAM name="LOOP" value="no">\n');
document.write('<param name="quality" value="high" />\n');
document.write('<embed src="swf/fla_top_wide.swf" quality="high" wmode=transparent pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="890" height="360">\n');
document.write('</object>\n');
}
