function fullScreen(theURL) {
  window.open(theURL, '', 'fullscreen=yes,resizable=no,scrollbars=no,location=no');
}
