function showNewPlayer(actionUrl){	
	var newWin = window.open(actionUrl,'LuxFm','width=600,height=300,left=300,top=100,screenX=200,screenY=100,resizable=no');
}

