associate_arts = new Array(
"Select Major",
"Applied Science and Technology",
"Applied Science and Technology",
"Child Development",
"Communications",
"Counseling",
"Criminal Justice",
"Electronics Technology",
"Human Services",
"Language Arts",
"Legal Studies",
"Liberal Arts",
"Liberal Studies",
"Risk Management",
"Social Services",
"Social Work"
);

associate_science = new Array(
"Select Major",
"Accounting",
"Applied Health Studies",
"Applied Science and Technology",
"Automotive Technology",
"Biology",
"Business Administration",
"Business Management",
"Communications",
"Computer Information Systems",
"Computer Network Systems",
"Computer Science",
"Criminal Justice",
"Electrical Engineering",
"Electronics Engineering Technology",
"Electronics Technology",
"Electronics Technology",
"Facilities Management",
"Fire Science",
"Healthcare Administration",
"Human Resource Management",
"Industrial Technology",
"Management",
"Mechanical Engineering",
"Occupational Safety and Health",
"Security Management",
"Social Services",
"Telecommunications",
"Training and Leadership"
);

bachelor_arts = new Array(
"Select Major",
"Business Administration",
"Business Management",
"Christian Ministry",
"Counseling",
"Criminal Justice",
"Education",
"English Literature",
"Environmental Safety and Health",
"Fine Arts",
"Graphic Design",
"Healthcare Administration",
"Human Services",
"Industrial Technology",
"Journalism",
"Language Arts",
"Legal Studies",
"Management",
"Mass Communications",
"Mathematics",
"Mechanical Engineering",
"Music Education",
"Public Administration",
"Quality Assurance",
"Religious Studies",
"Social Sciences",
"Social Services",
"Social Work",
"Sociology",
"Telecommunications",
"Theatre Arts",
"Theology",
"Training and Development",
"Training and Leadership",
"Travel and Tourism",
"Youth Ministry"
);

bachelor_of_commerce = new Array(
"Select Major",
"Accounting",
"Business Administration",
"Information Systems",
"Economics",
"Finance",
"Financial Management",
"Human Resources Management",
"Industrial Technology",
"International Business",
"Logistics",
"Management",
"Marketing"
);

bachelor_business_admin = new Array(
"Select Major",
"Accounting",
"Administrative Office Management",
"Banking",
"Business Administration",
"Business Management",
"Communications",
"E-Commerce",
"Economics",
"Electronics Technology",
"Facilities Management",
"Finance",
"Healthcare Administration",
"Hotel and Restaurant Management",
"Human Resource Management",
"Industrial Technology",
"Information Systems",
"International Business Management",
"Logistics",
"Management",
"Manufacturing Technology",
"Marketing",
"Mass Communications",
"Materials Management",
"Occupational Safety and Health",
"Operations Management",
"Public Administration",
"Purchasing Management",
"Quality Assurance",
"Real Estate",
"Restaurant Management",
"Retail Management",
"Risk Management",
"Telecommunications",
"Training and Development",
"Training and Leadership",
"Transportation Management"
);

bachelor_science = new Array(
"Select Major",
"Accounting",
"Applied Science and Technology",
"Automotive Technology",
"Biology",
"Business Administration",
"Business Management",
"Civil Engineering",
"Communications",
"Computer Engineering",
"Computer Information Systems",
"Computer Information Technology",
"Computer Network Systems",
"Computer Science",
"Criminal Justice",
"Education",
"Electrical Engineering",
"Electronics Engineering Technology",
"Electronics Engineering",
"Electronics Technology",
"Environmental Sciences",
"Facilities Management",
"Fire Science",
"Healthcare Administration",
"Human Resource Management",
"Human Services",
"Industrial Technology",
"Information Systems",
"International Business Management",
"Language Arts",
"Legal Studies",
"Liberal Arts",
"Liberal Studies",
"Logistics",
"Management",
"Manufacturing Technology",
"Marketing",
"Mass Communications",
"Mathematics",
"Mechanical Engineering",
"Occupational Safety and Health",
"Operations Management",
"Public Administration",
"Quality Assurance",
"Real Estate",
"Risk Management",
"Safety Engineering",
"Security Management",
"Social Sciences",
"Social Services",
"Telecommunications",
"Theology",
"Training and Leadership",
"Transportation Management"
);

bachelor_social_work = new Array(
"Select Major",
"Human Services",
"Social Sciences",
"Social Work"
);

bachelor_divinity = new Array(
"Select Major",
"Bible Studies",
"Ministry",
"Religious Studies"
);

bachelor_theology = new Array(
"Select Major",
"Bible Studies",
"Counseling",
"Religious Studies"
);

master_of_commerce = new Array(
"Select Major",
"Accounting",
"Business Administration",
"Information System Management",
"Economics",
"Finance",
"Financial Management",
"Human Resources Management",
"Industrial Technology",
"International Business",
"Logistics",
"Management",
"Marketing"
);

master_business_administration = new Array(
"Select Major",
"Accounting",
"Applied Science and Technology",
"Business Administration",
"Business Management",
"Business Strategies",
"Communications",
"Computer Science",
"Economics",
"Electrical Engineering",
"Electronics Technology",
"Environmental Sciences",
"Facilities Management",
"Finance",
"Healthcare Administration",
"Human Resource Management",
"Industrial Technology",
"Information Systems",
"International Business Management",
"Logistics",
"Management",
"Manufacturing Technology",
"Marketing",
"Occupational Safety and Health",
"Operations Management",
"Public Administration",
"Purchasing Management",
"Real Estate",
"Restaurant Management",
"Risk Management",
"Security Management",
"Social Services",
"Telecommunications",
"Training and Development",
"Training and Leadership",
"Transportation Management"
);

master_arts = new Array(
"Select Major",
"Bible Studies",
"Business Management",
"Communications",
"Education",
"Finance",
"Fine Arts",
"Graphic Design",
"Graphics",
"Healthcare Administration",
"Human Services",
"International Studies",
"Journalism",
"Language Arts",
"Legal Studies",
"Liberal Arts",
"Management",
"Mass Communications",
"Materials Management",
"Mathematics",
"Public Administration",
"Security Management",
"Social Sciences",
"Social Work",
"Sociology",
"Telecommunications",
"Theatre Arts",
"Theology",
"Training and Leadership",
"Travel and Tourism"
);

master_divinity = new Array(
"Select Major",
"Bible Studies",
"Church Ministry",
"Counseling",
"Divinity",
"Religious Studies",
"Theology"
);

master_theology = new Array(
"Select Major",
"Bible Studies",
"Christian Education",
"Counseling",
"Divinity",
"Religious Studies"
);

master_science = new Array(
"Select Major",
"Accounting",
"Applied Science and Technology",
"Automotive Technology",
"Biology",
"Business Administration",
"Civil Engineering",
"Computer Engineering",
"Computer Information Systems",
"Computer Information Technology",
"Computer Science",
"Construction",
"Counseling",
"Criminal Justice",
"E-Commerce",
"Education",
"Electrical Engineering",
"Electronics Engineering Technology",
"Electronics Engineering",
"Electronics Technology",
"Environmental Sciences",
"Fire Science",
"Healthcare Administration",
"Human Resource Management",
"Human Services",
"Industrial Technology",
"Information Systems",
"International Business Management",
"International Studies",
"Legal Studies",
"Library Science",
"Logistics",
"Management",
"Mathematics",
"Mechanical Engineering",
"Occupational Safety and Health",
"Public Administration",
"Quality Assurance",
"Risk Management",
"Safety Management",
"Security Management",
"Social Sciences",
"Social Services",
"Social Work",
"Sociology",
"Telecommunications",
"Training and Development",
"Training and Leadership",
"Transportation Management"
);

function populate_major()
{

	var box = document.forms["enrollFrm1"].degree;
	var degree = box.options[box.selectedIndex].value;
	if(!degree)
	{
		degree = box.options[box.selectedIndex].text;
	}
	if (!degree){
		document.forms["enrollFrm1"].major.options.length = 0;
		return;
	}
	var list = "";

	if(degree == "AA")
	{
		list = associate_arts;
	}
	if(degree == "AS")
	{
		list = associate_science;
	}
	if(degree == "BA")
	{
		list = bachelor_arts;
	}
	if(degree == "BBA")
	{
		list = bachelor_business_admin;
	}
	if(degree == "BC")
	{
		list = bachelor_of_commerce;
	}
	if(degree == "BS")
	{
		list = bachelor_science;
	}
	if(degree == "BSW")
	{
		list = bachelor_social_work;
	}
	if(degree == "BD")
	{
		list = bachelor_divinity;
	}
	if(degree == "BT")
	{
		list = bachelor_theology;
	}
	if(degree == "MBA")
	{
		list = master_business_administration;
	}
	if(degree == "MA")
	{
		list = master_arts;
	}
	if(degree == "MC")
	{
		list = master_of_commerce;
	}
	if(degree == "MD")
	{
		list = master_divinity;
	}
	if(degree == "MT")
	{
		list = master_theology;
	}
	if(degree == "MS")
	{
		list = master_science;
	}

	var box2 = document.forms["enrollFrm1"].major;
	box2.options.length = 0;
	for(i=0;i<list.length;i++)
	{
		box2.options[i] = new Option(list[i],list[i]);
	}
}