function launchFullscreen(winURL){
  window.open(winURL, "fullscreen", "width=800", "height=600");
}
