//////////////////////////////////////////////////////////////
// this function makes the code & meaning pairs for the 
// fare Category & airport drop downs
function makePair(code, meaning) { 
	this.code=code; 
	this.meaning=meaning; 
} 