function fullScreen(theURL) {
	theWindow = window.open(theURL, '', 'fullscreen=1, scrollbars=auto');
	theWindow.location = theURL;
}

function fullwin(targeturl){
window.open(targeturl,"","fullscreen,scrollbars")
}