// JavaScript Document

function RunFoo()
{
    document.write('<object classid="../flash/topimage.swf" type="application/x-shockwave-flash" width="400" height="300">\n');
    document.write('<param name="movie" value="../flash/topimage.swf" />\n');
    document.write('</object>\n');
}