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