function FullScreen(theURL) {
   window.open(theURL, '', 'fullscreen=yes, resizable=yes, status=yes, scrollbars=auto');
}
