<script language="JavaScript">

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

</script>
