
MEN = {
		
### small_plane ###

	small_plane_airframe_0 = {
		pool = {
			weight = 5
			icons = {
			GFX_MEN_early_fighter_medium
			}
		}
	}
	
	small_plane_airframe_1 = {
		pool = {
			weight = 5
			icons = {
			GFX_MEN_fighter1_medium
			}
		}
	}
	
	small_plane_airframe_2 = {
		pool = {
			weight = 5
			icons = {
			GFX_MEN_fighter2_medium
			}
		}
	}
	
	small_plane_airframe_3 = {
		pool = {
			weight = 5
			icons = {
			GFX_MEN_fighter3_medium
			}
		}
	}
	
	
   ### CV fighter ###

	cv_small_plane_airframe_0 = {
		pool = {
			weight = 5
			icons = {
			GFX_MEN_early_fighter_medium
			}
		}
	}

	cv_small_plane_airframe_1 = {
		pool = {
			weight = 5
			icons = {
			GFX_MEN_fighter1_medium
			}
		}
	}

	cv_small_plane_airframe_2 = {
		pool = {
			weight = 5
			icons = {
			GFX_MEN_fighter2_medium
			}
		}
	}

	cv_small_plane_airframe_3 = {
		pool = {
			weight = 5
			icons = {
			GFX_MEN_fighter3_medium
			}
		}
	}	
	
	
### CAS small frame ###	
	
	small_plane_cas_airframe_1 = {
		pool = {
			weight = 5
			icons = {
			GFX_MEN_CAS1_medium
			}
		}
	}
	
	small_plane_cas_airframe_2 = {
		pool = {
			weight = 5
			icons = {
			GFX_MEN_CAS2_medium
			}
		}
	}

### CAS CV ###
	
	cv_small_plane_cas_airframe_1 = {
		pool = {
			weight = 5
			icons = {
			GFX_MEN_naval_bomber1_medium
			}
		}
	}
	
### CV small naval bombers ### 

	cv_small_plane_naval_bomber_airframe_1 = {
		pool = {
			weight = 5
			icons = {
			GFX_MEN_naval_bomber1_medium
			}
		}
	}
	
### small naval bombers ### 

	small_plane_naval_bomber_airframe_1 = {
		pool = {
			weight = 5
			icons = {
			GFX_MEN_naval_bomber1_medium
			}
		}
	}

	
### medium_plane ###
	
	medium_plane_airframe_0 = {
		pool = {
			weight = 5
			icons = {
			GFX_MEN_early_bomber_medium
			}
		}
	}
	
	medium_plane_airframe_1 = {
		pool = {
			weight = 5
			icons = {
			GFX_MEN_tactical_bomber1_medium
			}
		}
	}
	
	medium_plane_airframe_2 = {
		pool = {
			weight = 5
			icons = {
			GFX_MEN_tactical_bomber2_medium
			}
		}
	}


}