function dispTop() {
	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="620" height="215" title="パレット">');
	document.write('<param name="movie" value="image/img_top/top_mov.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="image/img_top/top_mov.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="620" height="215"></embed>');
	document.write('</object>');
}

function dispFlashPrts() {
	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="440" height="73" title="Flashパーツ">');
	document.write('<param name="movie" value="img/palette_navi.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="img/palette_navi.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="440" height="73"></embed>');
	document.write('</object>');
}

function dispOpening() {
	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="440" height="203" title="オープニングFlash">');
	document.write('<param name="movie" value="img/opening.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="img/opening.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="440" height="203"></embed>');
	document.write('</object>');
}

function dispPuzzle(){
	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="800" height="600" title="パズル">');
	document.write('<param name="movie" value="img/puzzle.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="img/puzzle.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="600"></embed>');
	document.write('</object>');
}

function dispFlashmovie() {
	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="440" height="370">');
	document.write('<param name="movie" value="img/palette_cm.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="img/palette_cm.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="440" height="370"></embed>');
	document.write('</object>');
}



//

function openWin(url,winName,pro){
	win = window.open(url,winName,pro);
	win.focus();
}
