// embed.js
// document.write('<embed width="135" height="41" src="./images/map.swf">')

htm = ""
htm+="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'"
htm+="        codebase='https://download.macromedia.com/pub/shockwave/"
      htm+="cabs/flash/swflash.cab'"
htm+="        width   = 263 " 
htm+="        height  = 173 >"
htm+="<param  name    = movie value='./images/map.swf'>"
htm+="<param  name    = quality value=high>"
htm+="<embed  src     = './images/map.swf' "
htm+="        quality = high  "
htm+="        width   = 263"
htm+="        height  = 173"
htm+="        type    = 'application/x-shockwave-flash' "
htm+="        pluginspage='https://www.macromedia.com/go/getflashplayer'>"
htm+="</embed>"
htm+="</object>"

document.write(htm)