function f_dice(){
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'")
document.write(" codebase='http://download.macromedia.com/pub/shockwave/cabs/")
document.write("flash/swflash.cab#version=6,0,0,0'")
document.write(" width=640 height=480 id='dice'>")
document.write("<param name=movie value='./dice.swf'>")
document.write("<param name=quality value=high>")
document.write("<embed src='./dice.swf' quality=high  ")
document.write(" width=640 height=480 NAME='dice'")
document.write(" type='application/x-shockwave-flash' ")
document.write("pluginspage='http://www.macromedia.com/go/getflashplayer'>")
document.write("</embed>")
document.write("</object>")
}

function mv_dice(){
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'")
document.write(" codebase='http://download.macromedia.com/pub/shockwave/cabs/")
document.write("flash/swflash.cab#version=6,0,0,0'")
document.write(" width=95% height=95% id='dice'>")
document.write("<param name=movie value='./dice.swf'>")
document.write("<param name=quality value=high>")
document.write("<embed src='./dice.swf' quality=high  ")
document.write(" width=95% height=95% NAME='dice'")
document.write(" type='application/x-shockwave-flash' ")
document.write("pluginspage='http://www.macromedia.com/go/getflashplayer'>")
document.write("</embed>")
document.write("</object>")
}