function runSWF(rFile, rWidth, rHeight)
{
document.write('<object width='+rWidth+' height='+rHeight+'>')
document.write('<param name=movie value='+rFile+' />')
document.write('<embed src='+rFile+' width='+rWidth+' height='+rHeight+'></embed>') 
document.write('</object>')
}
