function run_flash(url,width,height)
{
document.write('<object classid="clsid:d27cdb6e-..." >\n');
document.write('<param name="movie" value="movie">\n');
document.write('<embed src="'+url+'" width="'+width+'" height="'+height+'" type="application/x-shockwave-flash">\n');
document.write('</embed>\n');
document.write('</object>\n');
}
