function setMovie(url,name) {
  document.getElementById("video_object").innerHTML = '<!-- //--><object width="287" height="240"><param name="movie" value="'+url+'"></param><param name="wmode" value="transparent"></param><embed src="'+url+'" type="application/x-shockwave-flash" wmode="transparent" width="287" height="240"></embed></object>';
  document.getElementById("video_name").innerHTML = name;
}