// However, in English pages, convert the encode of this file into the Western character encoding (ISO-8859-1) to match it to the encode of HTML files. (It is good with Japanese converted into "?" etc.)

// // // // // // // // ???? // // // // // // // // 

function JLJS_TM_additional_airportList() {}

JLJS_TM_additional_airportList.prototype = {
selectionSets : {
	"JPN_USA_06" : [ "JPN_13", "USA_07", "CAN_03" ]
},


globalAreas : {
	
},


countries : {
	"BKK_02" : {	/* SG_FP TOP */
		"CD" : "BKK_02", "title_J" : "\u30d0\u30f3\u30b3\u30af", "title_E" : "Bangkok",
		"list" : [ "BKK" ],
		"list_E" : [ "BKK" ],
		"list_OL" : [ "BKK" ]
	},
	
	"CAN_03" : {	/* SG_FP TOP */
		"CD" : "CAN_03", "title_J" : "\u30ab\u30ca\u30c0", "title_E" : "Canada",
		"list" : [ "YVR" ],
		"list_E" : [ "YVR" ],
		"list_OL" : [ "YVR" ]
	}
},


cities : {

}

};



for( var i in JLJS_TM_additional_airportList.prototype.selectionSets ) {
	JLJS_TM_airportList.prototype.selectionSets[i] = JLJS_TM_additional_airportList.prototype.selectionSets[i];
}
for( var i in JLJS_TM_additional_airportList.prototype.globalAreas ) {
	JLJS_TM_airportList.prototype.globalAreas[i] = JLJS_TM_additional_airportList.prototype.globalAreas[i];
}
for( var i in JLJS_TM_additional_airportList.prototype.countries ) {
	JLJS_TM_airportList.prototype.countries[i] = JLJS_TM_additional_airportList.prototype.countries[i];
}
for( var i in JLJS_TM_additional_airportList.prototype.cities ) {
	JLJS_TM_airportList.prototype.cities[i] = JLJS_TM_additional_airportList.prototype.cities[i];
}