function flowPlayerOpenFullScreen(config, size) {
  var winWidth = window.screen.availWidth;
  var winHeight = window.screen.availHeight;
  var fullScreenWindow = window.open('/stream/lib/fullscreen.php?config='+config+'&size='+size, 'FlowPlayer', 'left=0,top=0,width='+winWidth+',height='+winHeight+',status=no,resizable=yes');
}