function openFullScreen(sURL) {
  window.open(sURL,"","fullscreen=yes");
}

