
function Fullscreen() {
		
		URL = this.location.href;
		window.open(URL, '', 'fullscreen=yes, scrollbars=auto');
}
