﻿// ActiveX Javascript

function RunFlashTop()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="780" height="440">');
    document.write('<param name="movie" value="flash/top.swf">');
    document.write('<param name="quality" value="high">');
    document.write('<embed src="flash/top.swf" width="780" height="440" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>');
    document.write('</object>');
}

function RunFlashTopEnter()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="780" height="440">');
    document.write('<param name="movie" value="flash/top_enter.swf">');
    document.write('<param name="quality" value="high">');
    document.write('<embed src="flash/top_enter.swf" width="780" height="440" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>');
    document.write('</object>');
}

function RunFlashAcop()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="780" height="440">');
	document.write('<param name="movie" value="../flash/acop.swf">');
    document.write('<param name="quality" value="high">');
    document.write('<embed src="../flash/acop.swf" width="780" height="440" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>');
    document.write('</object>');
}

function RunFlashActivity()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="780" height="440">');
    document.write('<param name="movie" value="../flash/activity.swf">');
    document.write('<param name="quality" value="high">');
    document.write('<embed src="../flash/activity.swf" width="780" height="440" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>');
    document.write('</object>');
}

function RunFlashVoice()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="780" height="440">');
    document.write('<param name="movie" value="../flash/voice.swf">');
    document.write('<param name="quality" value="high">');
    document.write('<embed src="../flash/voice.swf" width="780" height="440" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>');
    document.write('</object>');
}

function RunFlashVoiceGrad01()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="780" height="440">');
    document.write('<param name="movie" value="../flash/voice_grad01.swf">');
    document.write('<param name="quality" value="high">');
    document.write('<embed src="../flash/voice_grad01.swf" width="780" height="440" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>');
    document.write('</object>');
}
function RunFlashVoiceGrad02()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="780" height="440">');
    document.write('<param name="movie" value="../flash/voice_grad02.swf">');
    document.write('<param name="quality" value="high">');
    document.write('<embed src="../flash/voice_grad02.swf" width="780" height="440" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>');
    document.write('</object>');
}
function RunFlashVoiceReport()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="780" height="440">');
    document.write('<param name="movie" value="../flash/voice_report.swf">');
    document.write('<param name="quality" value="high">');
    document.write('<embed src="../flash/voice_report.swf" width="780" height="440" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>');
    document.write('</object>');
}


