function show_video() {
  toggle_visibility('video-container');  
  if(!VideoJS.isIE()) { 
  var myPlayer = VideoJS.setup("oasis_video_final"); 
    myPlayer.play();}
  var a = document.getElementById("video_teaser").parentNode;
a.style.display = 'none';
};

