function RunFlash()
{
document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'")
document.write(" codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab'")
document.write("       width=640 height=480>")
document.write("<param name=movie value='top.swf'>")
document.write("<param name=quality value=high>")
document.write("<embed src='top.swf' quality=high  ")
document.write("       width=640 height=480")
document.write("       type='application/x-shockwave-flash' ")
document.write("pluginspage='http://www.macromedia.com/go/getflashplayer'>")
document.write("</embed>")
document.write("</object>")
}

function RunFlash2()
{
document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'")
document.write(" codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab'")
document.write("       width=70 height=20>")
document.write("<param name=movie value='bgm.swf'>")
document.write("<param name=quality value=high>")
document.write("<embed src='bgm.swf' quality=high  ")
document.write("       width=70 height=20")
document.write("       type='application/x-shockwave-flash' ")
document.write("pluginspage='http://www.macromedia.com/go/getflashplayer'>")
document.write("</embed>")
document.write("</object>")
}

