function videoembed(filename, width, height) {
  document.write("<embed src=\"")
  document.write(filename)
  document.write("\" autostart=\"true\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"480\" height=\"360\"></embed>")
  }
