function fullScreen(theURL) {
	window.open(theURL, '', 'scrollbars=yes, toolbar=yes, menubar=yes, channelmode, statusbar=yes, resizable=yes, location=yes');
}