// ActiveX コントロールのアクティブ化
function TopFlash(){
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="500" height="274">\n');
    document.write('<param name="movie" value="flash/top.swf">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<param name="wmode" value="transparent">\n');
    document.write('<embed wmode="transparent" src="flash/top.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="500" height="274">\n');
    document.write('</object>\n');
}

function TopFlashLogin(){
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="500" height="274">\n');
    document.write('<param name="movie" value="flash/top.swf">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<embed src="flash/top.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="500" height="274">\n');
    document.write('</object>\n');
}

function RegistFlash(){
    document.write('<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="500" HEIGHT="274" id="regist" ALIGN="">\n');
    document.write('<PARAM NAME=movie VALUE="./images/regist.swf">\n');
    document.write('<PARAM NAME=quality VALUE=high>\n');
    document.write('<PARAM NAME=bgcolor VALUE=#000000>\n');
    document.write('<EMBED src="./images/regist.swf" quality=high bgcolor=#000000  WIDTH="500" HEIGHT="274" NAME="regist" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>\n');
    document.write('</OBJECT>\n');
}





 


 
    
