// JavaScript Document
function fullScreen() 
{
	if(document.Player.playState > 0){
		//alert ("yo");
	document.Player.fullScreen = 1;
	}
}