
var qual = new Array();
qual[0] = new Array(
	'Select qualification level','',  	
	'year10','year10',
	'year11','year11',
	'year12','year12',
	'International Baccalaureate','International Baccalaureate',
	'A Levels','A Levels',
	'O Levels','O Levels',
	'Upper Secondary','Upper Secondary',
	'Lower Secondary','Lower Secondary',
	'Australian HSC 2004','Australian HSC 2004',
	'HSC 2003 or prior','HSC 2003 or prior'
	);
qual[1] = new Array(
	'Select qualification level','',  	
	'Certificate I','Certificate I',
	'Certificate II','Certificate II',
	'Certificate III','Certificate III',
	'Certificate IV','Certificate IV',
	'Diploma','Diploma',
	'Associate Diploma','Associate Diploma',
	'Advanced Diploma','Advanced Diploma',
	'Trade Certificate','Trade Certificate',
	'Statement of Attainment','Statement of Attainment'
	);
qual[2] = new Array(
	'Select qualification level','',  	
	'Foundation Studies','Foundation Studies'
	);
qual[3] = new Array(
	'Select qualification level','',  	
	'Non-Award','Non-Award',
	'Bachelors Degree','Bachelors Degree',
	'Graduate Diploma','Graduate Diploma',
	'Graduate Certificate','Graduate Certificate',
	'Masters Degree','Masters Degree',
	'PhD','PhD'
	);

// ***** Arrays populated by acad_career-specific included JS files ****//
// ** two-dimensional array: [level] -> disciplines **//
var discipline = new Array(); 
// *** three-dimensional array: [level][discipline] -> programs **//
var programs = new Array();

