function flashIE(swf, width, height, param) {
  document.write("<object type=\"application/x-shockwave-flash\" data=\"" + swf + "\"");
  document.write("  width=\"" + width + "\"");
  document.write("  height=\"" + height + "\">");
  document.write("<param name=\"movie\" value=\"" + swf + "\"/>");
  document.write("\"" + param);
  document.write("</object>");
}

function flashIET(swf, width, height, param) {
  document.write("<object type=\"application/x-shockwave-flash\" data=\"" + swf + "\"");
  document.write("  width=\"" + width + "\"");
  document.write("  height=\"" + height + "\">");
  document.write("<param name=\"movie\" value=\"" + swf + "\"/>");
  document.write("<param name=\"wmode\" value=\"transparent\"/>");
  document.write("\"" + param);
  document.write("</object>");
}
