<!--

function FullScreen(theURL) { 
	var theWindowName = 'WWPfullscreen';
	window.open(theURL, theWindowName , 'resizable=yes, status=yes, scrollbars=auto');
	}

// -->
