function fullScreen(Page) {
	window.open(Page.getAttribute('href'), Page.getAttribute('target') || '_blank', 'fullscreen=yes, scrollbars=auto');
}
