function openPopup (popupurl) {
  MyWindow = window.open(popupurl, "movieplayer", "width=420,height=460,left=100,top=200");
  MyWindow.focus();
}
