﻿/* ---------- flash動作 ---------- */

function mainmenu()
{
	document.write('<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="220" height="180">\n');
	document.write('<PARAM name="MOVIE" value="swf/main_menu.swf">\n');
	document.write('<PARAM name="PLAY" value="true">\n');
	document.write('<PARAM name="LOOP" value="true">\n');
	document.write('<PARAM name="QUALITY" value="High">\n');
	document.write('<EMBED src="swf/main_menu.swf" width="220" height="180" type="a">\n');
	document.write('</object>\n');
}

function top()
{
	document.write('<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="580" height="180">\n');
	document.write('<PARAM name="MOVIE" value="swf/top.swf">\n');
	document.write('<PARAM name="PLAY" value="true">\n');
	document.write('<PARAM name="LOOP" value="true">\n');
	document.write('<PARAM name="QUALITY" value="High">\n');
	document.write('<EMBED src="swf/top.swf" width="580" height="180" type="a">\n');
	document.write('</object>\n');
}

function top_banner()
{
	document.write('<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="150" height="380">\n');
	document.write('<PARAM name="MOVIE" value="swf/top_banner.swf">\n');
	document.write('<PARAM name="PLAY" value="true">\n');
	document.write('<PARAM name="LOOP" value="true">\n');
	document.write('<PARAM name="QUALITY" value="High">\n');
	document.write('<EMBED src="swf/top_banner.swf" width="150" height="380" type="a">\n');
	document.write('</object>\n');
}

