function fullScreen(URL) {
window.open(URL, '', 'fullscreen=yes, scrollbars=auto');
}
