

var arrDepAirportGroups = new Array
( 
	[2,'London'],
	[4,'North'],
	[3,'Midlands'],
	[5,'Scotland'],
	[6,'West'],
	[1,'Ireland']
);

var arrDepAirports = new Array
( 
	[18,'Belfast',1],
	[23,'Birmingham',3],
	[44,'Cardiff',6],
	[101,'Gatwick',2],
	[65,'Glasgow',5],
	[113,'Manchester',4],
	[34,'Bristol',6],
	[56,'East Midlands',3],
	[54,'Edinburgh',5],
	[97,'Londonderry',1],
	[108,'Luton',2],
	[132,'Newcastle',4],
	[1,'Aberdeen',5],
	[57,'Exeter',6],
	[95,'Leeds/Bradford',4],
	[113,'Manchester',3],
	[178,'Stansted',2],
	[31,'Bournemouth',6],
	[123,'Durham Tees Valley',4],
	[102,'Heathrow',2],
	[133,'Norwich',3],
	[145,'Prestwick',5],
	[79,'Humberside',4],
	[174,'Southampton',6],
	[286,'Doncaster',3],
	[106,'Liverpool',4],
	[244,'Coventry Baginton',3]
);

var arrDestAirportGroups = new Array
( 
	[40,'Bulgaria']
);

var arrDestAirports = new Array
( 
	[32,'Bourgas (Bulgaria)',40,],
	[173,'Sofia',40,],
	[191,'Varna (Bulgaria)',40,]
);


