morestartdatesplus_cro = {
	icon = generic_research
	visible = {
	    tag = CRO
		has_start_date < 1944.1.1
	}
}

morestartdatesplus_cro1944 = {
	icon = generic_research
	visible = {
	    tag = CRO
		has_start_date > 1944.1.1
		has_start_date < 1945.5.1
	}
}

morestartdatesplus_yug = {
	icon = generic_research
	visible = {
	    tag = YUG
		has_start_date > 1945.5.1
	}
}

more_states_plus_sov_decisions = {
	icon = generic_research
	visible = {
        tag = SOV
		has_war_with = GER
		has_start_date < 1945.5.1
	}
}

more_states_plus_pol_decisions = {
	icon = generic_research
	visible = {
        tag = POL
		has_war_with = GER
	}
}

more_states_plus_frf_decisions = {
	icon = generic_research
	visible = {
        tag = FRA
		has_war_with = GER
	}
}

historical_embargoes = {
    icon = generic_research
	visible = {
	    OR = {
           tag = POR
		   tag = SWE
		   tag = SPA
		}
	}
}

join_the_united_nations = {
    icon = generic_research
	visible = {
	    OR = {
		    tag = GUA
			tag = ELS
			tag = HON
			tag = NIC
			tag = COS
			tag = PAN
			tag = COL
			tag = VEN
			tag = BRA
			tag = PRU
			tag = ECU
			tag = BOL
			tag = PAR
			tag = URG
			tag = ARG
			tag = CHL
			tag = CUB
			tag = HAI
			tag = DOM
			tag = LIB
			tag = TUR
			tag = SAU
		}
	}
}