/** PGRS Programs, grouped by Discipline **/
programs['PGRS'] = new Array();
programs['PGRS'][0] = new Array(
	'Master of Architecture',
	'Master of Building Science',
	'Master of Design Studies',
	'Master of Design Studies (Landscape)',
	'Master of Landscape Architecture by research',
	'Master of Urban Design',
	'Doctor of Philosophy','Doctor of Philosophy(Architecture, Landscape Architecture & Urban Design)');
programs['PGRS'][1] = new Array(	
	'Doctor of Philosophy','Doctor of Philosophy (Business)');
programs['PGRS'][2] = new Array(	
	'Master of Commerce',
	'Doctor of Philosophy','Doctor of Philosophy (Commerce)');
programs['PGRS'][3] = new Array(	
	'Doctor of Clinical Dentistry (Dento-Maxillo-Facial Radiology)',
	'Doctor of Clinical Dentistry (Endodontics)',
	'Doctor of Clinical Dentistry (Forensic Odontology)',
	'Doctor of Clinical Dentistry (General Dental Practice)',
	'Doctor of Clinical Dentistry (Oral & Maxillo-Facial Surgery)',
	'Doctor of Clinical Dentistry (Oral Medicine)',
	'Doctor of Clinical Dentistry (Oral Pathology)',
	'Doctor of Clinical Dentistry (Orthodontics)',
	'Doctor of Clinical Dentistry (Paediatric Dentistry)',
	'Doctor of Clinical Dentistry (Periodontics)',
	'Doctor of Clinical Dentistry (Prosthodontics)',
	'Doctor of Clinical Dentistry (Special Needs Dentistry)',
	'Master of Science in Dentistry',
	'Doctor of Philosophy','Doctor of Philosophy (Dentistry)');
programs['PGRS'][4] = new Array(	
	'Master of Economics',
	'Doctor of Philosophy in Economics and Finance');
programs['PGRS'][5] = new Array(	
	'Master of Education',
	'Doctor of Education',
	'Doctor of Philosophy','Doctor of Philosophy (Education)');
programs['PGRS'][6] = new Array(	
	'Master of Applied Science (Engineering)',
	'Master of Engineering Science',
	'Doctor of Philosophy','Doctor of Philosophy (Engineering)');
programs['PGRS'][7] = new Array(	
	'Master of Arts (Gastronomy)',
	'Doctor of Philosophy','Doctor of Philosophy (Humanities and Social Science');
programs['PGRS'][8] = new Array(	
	'Master of Laws',
	'Doctor of Philosophy','Doctor of Philosophy (Law)');
programs['PGRS'][9] = new Array(	
	'Master of Science (Computer Science)',
	'Master of Science (Mathematical Sciences)',
	'Doctor of Philosophy in Computer Science',
	'Doctor of Philosophy in Mathematical Sciences');
programs['PGRS'][10] = new Array(	
	'Master of Clinical Science',
	'Master of Grief and Palliative Care Counselling',
	'Master of Medical Science',
	'Master of Surgery',
	'Doctor of Nursing',
	'Doctor of Philosophy in Medicine and Surgery',
	'Combined Phd/Master of Psychology (Clinical)');
programs['PGRS'][11] = new Array(	
	'Master of Arts (Music)',
	'Master of Music  ', 'Master of Music',
	'Doctor of Philosophy in Music',
	'Doctor of Philosophy (specialisation in performance)'
);
programs['PGRS'][12] = new Array(	
	'Master of Agricultural Science',
	'Master of Applied Science (Science)',
	'Master of Science',
	'Master of Science (Medical Physics)',
	'Master of Science (Petroleum Geology & Geophysics)',
	'Master of Science (Reservoir Geoscience)',
	'Doctor of Philosophy','Doctor of Philosophy (Science)');

/** PGCW Disciplines **/
discipline['PGRS'] = new Array(
	'Select area of study','',  	
	'Architecture, Landscape Architecture & Urban Design','0',
	'Business','1',
	'Commerce','2',
	'Dentistry','3',
	'Economics','4',
	'Education','5',
	'Engineering','6',
	'Humanities and Social Sciences','7',
	'Law','8',
	'Mathematical and Computer Sciences','9',
	'Medicine and Health Sciences','10',
	'Music','11',
	'Sciences','12');
