
//******************************************************************
//FlashPlayer8表示用
function displaySwf8(URL,contentWidth,contentHeight){
var URL;
var contentWidth;
var contentHeight;
	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="'+contentWidth+'" HEIGHT="'+contentHeight+'" id="swf">\n');
	document.write('<param name="movie" value='+URL+' />\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="menu" value="false">\n');
	document.write('<embed src='+URL+' menu="false" quality="high" WIDTH="'+contentWidth+'" HEIGHT="'+contentHeight+'" NAME="swf" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
	document.write('</object>\n');
}

//******************************************************************
//FlashPlayer7表示用
function displaySwf7(URL,contentWidth,contentHeight){
var URL;
var contentWidth;
var contentHeight;
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" WIDTH="'+contentWidth+'" HEIGHT="'+contentHeight+'" id="swf">\n');
	document.write('<param name="movie" value='+URL+' />\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="menu" value="false">\n');
	document.write('<embed src='+URL+' menu="false" quality="high" WIDTH="'+contentWidth+'" HEIGHT="'+contentHeight+'" NAME="swf" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
	document.write('</object>\n');
}

//******************************************************************
//FlashPlayer6表示用
function displaySwf6(URL,contentWidth,contentHeight){
var URL;
var contentWidth;
var contentHeight;
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+contentWidth+'" HEIGHT="'+contentHeight+'" id="swf">\n');
	document.write('<param name="movie" value='+URL+' />\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="menu" value="false">\n');
	document.write('<embed src='+URL+' menu="false" quality="high" WIDTH="'+contentWidth+'" HEIGHT="'+contentHeight+'" NAME="swf" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
	document.write('</object>\n');
}

//******************************************************************
//FlashPlayer5表示用
function displaySwf5(URL,contentWidth,contentHeight){
var URL;
var contentWidth;
var contentHeight;
	document.write('<object classid="clsid:dd27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH="'+contentWidth+'" HEIGHT="'+contentHeight+'" id="swf">\n');
	document.write('<param name="movie" value='+URL+' />\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="menu" value="false">\n');
	document.write('<embed src='+URL+' menu="false" quality="high" WIDTH="'+contentWidth+'" HEIGHT="'+contentHeight+'" NAME="swf" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
	document.write('</object>\n');
}

