focus_tree = {
	id = bosnia
	country = {
		factor = 0
		modifier = {
			add = 0
			tag = BOS
		}
	}
	
	#Economic Reform Branch
	focus = {
		id = BOS_economic_reform
		icon = economic_prosperity2
		
		x = 0
		y = 0
		
		cost = 10
		
		prerequisite = { }
		mutually_exclusive = { }
		available = {
			has_full_control_of_state = 128
			has_full_control_of_state = 129
		}
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = {
			128 = { add_extra_state_shared_building_slots = 1 }
			129 = { add_extra_state_shared_building_slots = 1 }
		}

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_invest_in_the_private_economy
		icon = coins
		
		x = -1
		y = 1
		relative_position_id = BOS_economic_reform
		
		cost = 10
		
		prerequisite = { focus = BOS_economic_reform }
		mutually_exclusive = { focus = BOS_expand_conscription }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = {
			add_stability = 0.02
			BOS_increase_B_happiness_by_1 = yes
			BOS_increase_C_happiness_by_1 = yes
			BOS_increase_S_happiness_by_1 = yes
		}

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_expand_conscription
		icon = entente
		
		x = 1
		y = 1
		relative_position_id = BOS_economic_reform
		
		cost = 10
		
		prerequisite = { focus = BOS_economic_reform }
		mutually_exclusive = { focus = BOS_invest_in_the_private_economy }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = {
			BOS_decrease_C_happiness_by_2 = yes
			BOS_decrease_S_happiness_by_2 = yes
			if = {
				limit = { has_idea = no_military }
				swap_ideas = { remove_idea = no_military add_idea = volunteer_army }
			}
			if = {
				limit = { has_idea = volunteer_army }
				swap_ideas = { remove_idea = volunteer_army add_idea = partial_draft_army }
			}
			if = {
				limit = { has_idea = partial_draft_army }
				swap_ideas = { remove_idea = partial_draft_army add_idea = draft_army }
			}
			if = {
				limit = { has_idea = draft_army }
				add_manpower = 5000 #if desired conscription level is reached before, manpower is rewarded instead
			}
		}

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_grant_funds_to_the_regional_economic_developments
		icon = infrastructure
		
		x = -2
		y = 2
		relative_position_id = BOS_economic_reform
		
		cost = 10
		
		prerequisite = { focus = BOS_invest_in_the_private_economy }
		mutually_exclusive = { }
		available = {
			has_war = no
			has_full_control_of_state = 128
			has_full_control_of_state = 129
		}
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = {
			128 = { add_building_construction = { type = industrial_complex level = 1 instant_build = yes } }
			129 = { add_building_construction = { type = industrial_complex level = 1 instant_build = yes } }
		}

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_economic_innovations
		icon = research
		
		x = 0
		y = 2
		relative_position_id = BOS_economic_reform
		
		cost = 10
		
		prerequisite = { focus = BOS_invest_in_the_private_economy }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = {
			add_research_slot = 1
		}

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_exploit_banja_luka_iron_ore
		icon = steel_production
		
		x = -1
		y = 3
		relative_position_id = BOS_economic_reform
		
		cost = 10
		
		prerequisite = { focus = BOS_economic_innovations }
		mutually_exclusive = { }
		available = {
			has_full_control_of_state = 129
		}
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = {
			129 = {
				add_resource = {
					type = steel
					amount = 10
				}
			}
			BOS_increase_S_happiness_by_3 = yes
		}

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_youth_employment_programs
		icon = union_negotiations
		
		x = 1
		y = 3
		relative_position_id = BOS_economic_reform
		
		cost = 10
		
		prerequisite = { focus = BOS_economic_innovations }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = {
			add_stability = 0.03
			add_war_support = 0.01
			128 = { add_extra_state_shared_building_slots = 1 }
			129 = { add_extra_state_shared_building_slots = 1 }
			BOS_increase_B_happiness_by_1 = yes
			BOS_increase_C_happiness_by_1 = yes
			BOS_increase_S_happiness_by_1 = yes
		}

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_approach_the_erasmus_program
		icon = tech_sharing
		
		x = 1
		y = 4
		relative_position_id = BOS_economic_reform
		
		cost = 10
		
		prerequisite = { focus = BOS_youth_employment_programs }
		mutually_exclusive = { }
		available = {
			has_war = no
			all_country = {
				OR = {
					NOT = { has_idea = EU_member }
					has_opinion = { target = BOS value > -25 }
				}
			}
			OR = {
				has_completed_focus = BOS_trade_with_serbia
				has_completed_focus = BOS_trade_with_croatia
				has_completed_focus = BOS_support_the_bosnian_diaspora
				has_completed_focus = BOS_approach_the_european_union
			}
		}
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = {
			add_research_slot = 1
		}

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_modernize_the_universities
		icon = research
		
		x = 1
		y = 5
		relative_position_id = BOS_economic_reform
		
		cost = 10
		
		prerequisite = { focus = BOS_approach_the_erasmus_program }
		mutually_exclusive = { }
		available = {
			has_war = no
		}
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = {
			add_research_slot = 1
		}

		ai_will_do = {
			base = 10
		}
	}
	
	#Stabilisation and Association Branch
	focus = {
		id = BOS_comply_with_the_saa
		icon = euro
		
		x = 3
		y = 0
		
		cost = 10
		
		prerequisite = { }
		mutually_exclusive = { }
		available = {
			has_political_power > 49
			has_war = no
		}
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = {
			add_political_power = -50
			BOS_increase_B_happiness_by_2 = yes
			BOS_increase_C_happiness_by_1 = yes
			BOS_increase_S_happiness_by_1 = yes
		}

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_trade_with_germany
		icon = trade
		
		x = 0
		y = 1
		relative_position_id = BOS_comply_with_the_saa
		
		cost = 10
		
		prerequisite = { focus = BOS_comply_with_the_saa }
		mutually_exclusive = { }
		available = {
			NOT = { has_war_with = GER }
			GER = {
				has_opinion = { target = ROOT value > 0 }
			}
			all_country = {
				OR = {
					NOT = { has_war_with = ROOT }
					NOT = { is_in_faction_with = GER }
				}
			}
		}
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = {
			GER = { add_opinion_modifier = { target = ROOT modifier = improve_trade } }
		}

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_trade_with_serbia
		icon = embargo
		
		x = -1
		y = 2
		relative_position_id = BOS_comply_with_the_saa
		
		cost = 10
		
		prerequisite = { focus = BOS_trade_with_germany }
		mutually_exclusive = { }
		available = {
			NOT = { has_war_with = SER }
			SER = {
				has_opinion = { target = ROOT value > 0 }
			}
			all_country = {
				OR = {
					NOT = { has_war_with = ROOT }
					NOT = { is_in_faction_with = SER }
				}
			}
		}
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = {
			SER = { add_opinion_modifier = { target = ROOT modifier = improve_trade } }
		}

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_trade_with_croatia
		icon = improve_relations_cyan
		
		x = 1
		y = 2
		relative_position_id = BOS_comply_with_the_saa
		
		cost = 10
		
		prerequisite = { focus = BOS_trade_with_germany }
		mutually_exclusive = { }
		available = {
			NOT = { has_war_with = CRO }
			CRO = {
				has_opinion = { target = ROOT value > 0 }
			}
			all_country = {
				OR = {
					NOT = { has_war_with = ROOT }
					NOT = { is_in_faction_with = CRO }
				}
			}
		}
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = {
			CRO = { add_opinion_modifier = { target = ROOT modifier = improve_trade } }
		}

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_a_port_on_the_adriatic_coast
		icon = naval_dockyard
		
		x = 0
		y = 3
		relative_position_id = BOS_comply_with_the_saa
		
		cost = 10
		
		prerequisite = { focus = BOS_trade_with_croatia }
		mutually_exclusive = { }
		available = {
			CRO = { has_opinion = { target = ROOT value > 50 } }
			has_full_control_of_state = 128
		}
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = {
			128 = {
				add_building_construction = {
					type = naval_base
					province = 11816
					instant_build = yes
					level = 2
				}
			}
			BOS_increase_C_happiness_by_3 = yes
			BOS_decrease_S_happiness_by_2 = yes
		}

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_token_concessions_to_the_croat_separatists
		icon = stolen_papers
		
		x = 2
		y = 3
		relative_position_id = BOS_comply_with_the_saa
		
		cost = 10
		
		prerequisite = { focus = BOS_trade_with_croatia }
		prerequisite = { focus = BOS_elections_of_2000 }
		mutually_exclusive = { }
		available = {
			has_political_power > 50
		}
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = {
			add_political_power = -50
			BOS_increase_C_happiness_by_2 = yes
		}

		ai_will_do = {
			base = 10
		}
	}
	
	#Elections of 2000
	focus = {
		id = BOS_elections_of_2000
		icon = democracy3
		
		x = 6
		y = 0
		
		cost = 10
		
		prerequisite = { }
		mutually_exclusive = { }
		available = { always = no }
		historical_ai = { }
		select_effect = { }
		bypass = { date > 2001.1.1 }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_reaffirm_federalization
		icon = self_management
		
		x = 1
		y = 1
		relative_position_id = BOS_elections_of_2000
		
		cost = 10
		
		prerequisite = { focus = BOS_elections_of_2000 }
		prerequisite = { focus = BOS_advocate_for_ethnic_peace }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_secure_regional_support_for_the_government
		icon = political_pressure
		
		x = 0
		y = 2
		relative_position_id = BOS_elections_of_2000
		
		cost = 10
		
		prerequisite = { focus = BOS_reaffirm_federalization }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_regional_autonomy_question
		icon = diplomacy
		
		x = 2
		y = 2
		relative_position_id = BOS_elections_of_2000
		
		cost = 10
		
		prerequisite = { focus = BOS_reaffirm_federalization }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_foreign_policy_reassessment
		icon = race_relations2
		
		x = 1
		y = 3
		relative_position_id = BOS_elections_of_2000
		
		cost = 10
		
		prerequisite = { focus = BOS_secure_regional_support_for_the_government }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	##Way towards the West
	focus = {
		id = BOS_way_towards_the_west
		icon = align_to_america
		
		x = -3
		y = 4
		relative_position_id = BOS_elections_of_2000
		
		cost = 10
		
		prerequisite = { focus = BOS_foreign_policy_reassessment }
		mutually_exclusive = { focus = BOS_splendid_neutrality }
		mutually_exclusive = { focus = BOS_eastern_alignment }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_path_to_nato_membership
		icon = align_to_nato
		
		x = 0
		y = 1
		relative_position_id = BOS_way_towards_the_west
		
		cost = 10
		
		prerequisite = { focus = BOS_way_towards_the_west }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_join_the_partnership_for_peace
		icon = political_pressure_blue
		
		x = 0
		y = 2
		relative_position_id = BOS_way_towards_the_west
		
		cost = 10
		
		prerequisite = { focus = BOS_path_to_nato_membership }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_intensify_dialogues
		icon = nato
		
		x = 0
		y = 4
		relative_position_id = BOS_way_towards_the_west
		
		cost = 10
		
		prerequisite = { 
			focus = BOS_join_the_partnership_for_peace
			focus = BOS_resolve_territorial_conflicts
		}
		mutually_exclusive = { }
		available = {
			OR = {
				has_government = democratic
				has_government = neutrality
			}
			OR = {
				has_defensive_war = yes
				AND = {
					has_completed_focus = BOS_join_the_partnership_for_peace
					has_completed_focus = BOS_resolve_territorial_conflicts
				}
			}
		}
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_membership_action_plan
		icon = nato2
		
		x = 0
		y = 5
		relative_position_id = BOS_way_towards_the_west
		
		cost = 10
		
		prerequisite = { focus = BOS_intensify_dialogues }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_join_nato
		icon = nato3
		
		x = 0
		y = 5
		relative_position_id = BOS_way_towards_the_west
		
		cost = 10
		
		prerequisite = { focus = BOS_membership_action_plan }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = {
			USA = {
				country_event = NATO.14
			}
		}

		ai_will_do = {
			base = 10
		}
	}
	##Splendid Neutrality
	focus = {
		id = BOS_splendid_neutrality
		icon = neutrality
		
		x = 1
		y = 4
		relative_position_id = BOS_elections_of_2000
		
		cost = 10
		
		prerequisite = { focus = BOS_foreign_policy_reassessment }
		mutually_exclusive = { focus = BOS_way_towards_the_west }
		mutually_exclusive = { focus = BOS_eastern_alignment }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	##European Union Sub Branch
	focus = {
		id = BOS_approach_the_european_union
		icon = align_to_europe
		
		x = -2
		y = 2
		relative_position_id = BOS_splendid_neutrality
		
		cost = 10
		
		prerequisite = {
			focus = BOS_peaceful_foreign_policy
			focus = BOS_way_towards_the_west
		}
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_resolve_territorial_conflicts
		icon = improve_relations
		
		x = -1
		y = 1
		relative_position_id = BOS_approach_the_european_union
		
		cost = 10
		
		prerequisite = {
			focus = BOS_join_the_partnership_for_peace
			focus = BOS_approach_the_european_union
		}
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_stabilisation_and_association_agreement
		icon = treaty
		
		x = 1
		y = 1
		relative_position_id = BOS_approach_the_european_union
		
		cost = 10
		
		prerequisite = {
			focus = BOS_approach_the_european_union
		}
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_join_the_european_union
		icon = align_to_europe
		
		x = 0
		y = 2
		relative_position_id = BOS_approach_the_european_union
		
		cost = 10
		
		prerequisite = {
			focus = BOS_resolve_territorial_conflicts
		}
		prerequisite = {
			focus = BOS_stabilisation_and_association_agreement
		}
		mutually_exclusive = { }
		available = {
			OR = {
				has_idea = gdp_5
				has_idea = gdp_6
				has_idea = gdp_7
				has_idea = gdp_8
				has_idea = gdp_9
				has_idea = gdp_10
				has_idea = gdp_11
				has_idea = gdp_12
			}
		}
		historical_ai = { }
		select_effect = { }
		bypass = {
			has_idea = EU_member
		}
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = {
			add_ideas = EU_member
		}

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_adopt_the_euro
		icon = euro
		
		x = 0
		y = 3
		relative_position_id = BOS_approach_the_european_union
		
		cost = 10
		
		prerequisite = {
			focus = BOS_resolve_territorial_conflicts
		}
		prerequisite = {
			focus = BOS_stabilisation_and_association_agreement
		}
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = {
			add_ideas = {
				the_euro
			}
		}
		
		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_peaceful_foreign_policy
		icon = volunteer_alliance
		
		x = -1
		y = 1
		relative_position_id = BOS_splendid_neutrality
		
		cost = 10
		
		prerequisite = { focus = BOS_splendid_neutrality }
		mutually_exclusive = { focus = BOS_aggressive_foreign_policy }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_aggressive_foreign_policy
		icon = backstab
		
		x = 1
		y = 1
		relative_position_id = BOS_splendid_neutrality
		
		cost = 10
		
		prerequisite = { focus = BOS_splendid_neutrality }
		mutually_exclusive = { focus = BOS_peaceful_foreign_policy }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_endorse_yugonostalgia
		icon = national_unity
		
		x = 1
		y = 2
		relative_position_id = BOS_splendid_neutrality
		
		cost = 10
		
		prerequisite = { focus = BOS_aggressive_foreign_policy }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_union_of_the_southern_slavs
		icon = demand_territory
		
		x = 1
		y = 3
		relative_position_id = BOS_splendid_neutrality
		
		cost = 10
		
		prerequisite = { focus = BOS_endorse_yugonostalgia }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	##Eastern Alignment
	focus = {
		id = BOS_eastern_alignment
		icon = align_to_russia
		
		x = 5
		y = 4
		relative_position_id = BOS_elections_of_2000
		
		cost = 10
		
		prerequisite = { focus = BOS_foreign_policy_reassessment }
		mutually_exclusive = { focus = BOS_way_towards_the_west }
		mutually_exclusive = { focus = BOS_splendid_neutrality }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_seek_big_brothers_approval
		icon = home_defense
		
		x = -1
		y = 1
		relative_position_id = BOS_eastern_alignment
		
		cost = 10
		
		prerequisite = { focus = BOS_eastern_alignment }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_permanent_peace_with_serbia
		icon = strike_at_democracy1
		
		x = 1
		y = 1
		relative_position_id = BOS_eastern_alignment
		
		cost = 10
		
		prerequisite = { focus = BOS_eastern_alignment }
		prerequisite = { focus = BOS_realign_with_belgrade }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_align_with_russia
		icon = align_to_russia
		
		x = -1
		y = 3
		relative_position_id = BOS_eastern_alignment
		
		cost = 10
		
		prerequisite = { focus = BOS_seek_big_brothers_approval }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_ties_with_the_russian_oligarchy
		icon = aristocratic_funding
		
		x = -2
		y = 4
		relative_position_id = BOS_eastern_alignment
		
		cost = 10
		
		prerequisite = { focus = BOS_align_with_russia }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_join_csto
		icon = align_to_csto
		
		x = 0
		y = 4
		relative_position_id = BOS_eastern_alignment
		
		cost = 10
		
		prerequisite = {
			focus = BOS_align_with_russia
			focus = BOS_permanent_peace_with_serbia
		}
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	
	#Advocate for Ethnic Peace
	focus = {
		id = BOS_advocate_for_ethnic_peace
		icon = national_unity
		
		x = 13
		y = 0
		
		cost = 10
		
		prerequisite = { }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = {
			BOS_increase_B_happiness_by_5 = yes
			BOS_increase_C_happiness_by_5 = yes
			BOS_increase_S_happiness_by_5 = yes
		}

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_streamline_remittance_legislation
		icon = treaty2
		
		x = -1
		y = 1
		relative_position_id = BOS_advocate_for_ethnic_peace
		
		cost = 10
		
		prerequisite = { focus = BOS_advocate_for_ethnic_peace }
		mutually_exclusive = { focus = BOS_economic_nationalism }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_support_the_bosnian_diaspora
		icon = money
		
		x = -1
		y = 2
		relative_position_id = BOS_advocate_for_ethnic_peace
		
		cost = 10
		
		prerequisite = { focus = BOS_streamline_remittance_legislation }
		mutually_exclusive = { focus = BOS_economic_nationalism }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_economic_nationalism
		icon = industry_democratic
		
		x = 1
		y = 1
		relative_position_id = BOS_advocate_for_ethnic_peace
		
		cost = 10
		
		prerequisite = { focus = BOS_advocate_for_ethnic_peace }
		mutually_exclusive = { focus = BOS_streamline_remittance_legislation }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	#Post War Effort
	focus = {
		id = BOS_post_war_effort
		icon = gold_standard
		
		x = 4
		y = 1
		relative_position_id = BOS_advocate_for_ethnic_peace
		
		cost = 10
		
		prerequisite = { focus = BOS_advocate_for_ethnic_peace }
		mutually_exclusive = { focus = BOS_streamline_remittance_legislation }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_land_mine_removal_effort
		icon = construction2
		
		x = -1
		y = 1
		relative_position_id = BOS_post_war_effort
		
		cost = 10
		
		prerequisite = { focus = BOS_post_war_effort }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_diplomatic_reintegration
		icon = communism11
		
		x = -3
		y = 1
		relative_position_id = BOS_post_war_effort
		
		cost = 10
		
		prerequisite = { focus = BOS_post_war_effort }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_request_international_land_mine_experts
		icon = great_railway_incident
		
		x = -1
		y = 2
		relative_position_id = BOS_post_war_effort
		
		cost = 10
		
		prerequisite = { focus = BOS_land_mine_removal_effort }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_rekindle_with_croatia_and_slovenia
		icon = improve_relations_orange
		
		x = -3
		y = 2
		relative_position_id = BOS_post_war_effort
		
		cost = 10
		
		prerequisite = { focus = BOS_diplomatic_reintegration }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_realign_with_belgrade
		icon = dangerous_deal
		
		x = -4
		y = 3
		relative_position_id = BOS_post_war_effort
		
		cost = 10
		
		prerequisite = {
			focus = BOS_rekindle_with_croatia_and_slovenia
		}
		mutually_exclusive = {
			focus = BOS_antagonize_belgrade
		}
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_antagonize_belgrade
		icon = war_against_russia2
		
		x = -2
		y = 3
		relative_position_id = BOS_post_war_effort
		
		cost = 10
		
		prerequisite = {
			focus = BOS_rekindle_with_croatia_and_slovenia
		}
		mutually_exclusive = {
			focus = BOS_realign_with_belgrade
		}
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_condemn_kosovo
		icon = political_pressure
		
		x = -4
		y = 5
		relative_position_id = BOS_post_war_effort
		
		cost = 10
		
		prerequisite = {
			focus = BOS_realign_with_belgrade
		}
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_recognize_kosovo
		icon = improve_relations_blue
		
		x = -2
		y = 5
		relative_position_id = BOS_post_war_effort
		
		cost = 10
		
		prerequisite = {
			focus = BOS_antagonize_belgrade
		}
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_align_with_albania
		icon = improve_relations
		
		x = -2
		y = 6
		relative_position_id = BOS_post_war_effort
		
		cost = 10
		
		prerequisite = {
			focus = BOS_recognize_kosovo
		}
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	##Bosnian Defense Sub Branch
	focus = {
		id = BOS_bosnian_defense_effort
		icon = defense
		
		x = 2
		y = 1
		relative_position_id = BOS_post_war_effort
		
		cost = 10
		
		prerequisite = { focus = BOS_post_war_effort }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_modernize_the_military_doctrine
		icon = army_doctrine
		
		x = -1
		y = 1
		relative_position_id = BOS_bosnian_defense_effort
		
		cost = 10
		
		prerequisite = { focus = BOS_bosnian_defense_effort }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_infantry_reform
		icon = infantry_allies
		
		x = 1
		y = 1
		relative_position_id = BOS_bosnian_defense_effort
		
		cost = 10
		
		prerequisite = { focus = BOS_bosnian_defense_effort }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_modernize_the_armament_industry
		icon = industry_military
		
		x = 5
		y = 1
		relative_position_id = BOS_bosnian_defense_effort
		
		cost = 10
		
		prerequisite = { focus = BOS_bosnian_defense_effort }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_border_fortifications
		icon = military_sphere
		
		x = 0
		y = 2
		relative_position_id = BOS_bosnian_defense_effort
		
		cost = 10
		
		prerequisite = { focus = BOS_bosnian_defense_effort }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_bosanska_artiljerija
		icon = artillery
		
		x = 2
		y = 2
		relative_position_id = BOS_bosnian_defense_effort
		
		cost = 10
		
		prerequisite = { focus = BOS_infantry_reform }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_western_defense_companies
		icon = align_to_nato
		
		x = 4
		y = 2
		relative_position_id = BOS_bosnian_defense_effort
		
		cost = 10
		
		prerequisite = { focus = BOS_modernize_the_armament_industry }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_russian_defense_companies
		icon = align_to_csto
		
		x = 6
		y = 2
		relative_position_id = BOS_bosnian_defense_effort
		
		cost = 10
		
		prerequisite = { focus = BOS_modernize_the_armament_industry }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_fortify_the_croatian_border
		icon = military_fort
		
		x = -1
		y = 3
		relative_position_id = BOS_bosnian_defense_effort
		
		cost = 10
		
		prerequisite = { focus = BOS_border_fortifications }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_fortify_the_serbian_border
		icon = military_fort
		
		x = 1
		y = 3
		relative_position_id = BOS_bosnian_defense_effort
		
		cost = 10
		
		prerequisite = { focus = BOS_border_fortifications }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
	focus = {
		id = BOS_chinese_defense_companies
		icon = align_to_china
		
		x = 5
		y = 3
		relative_position_id = BOS_bosnian_defense_effort
		
		cost = 10
		
		prerequisite = { focus = BOS_western_defense_companies }
		prerequisite = { focus = BOS_russian_defense_companies }
		mutually_exclusive = { }
		available = { }
		historical_ai = { }
		select_effect = { }
		bypass = { }
		cancel = { }

		cancel_if_invalid = yes
		continue_if_invalid = yes
		available_if_capitulated = no
		
		complete_tooltip = { }
		completion_reward = { }

		ai_will_do = {
			base = 10
		}
	}
}