//var hide_empty_list=true; //uncomment this line to hide empty selection lists
//addOption("a", "Select a degree", "", "", 1); //Empty starter option
//addOption("a", "a", "a");
//addList("a", "a", "a", "a");
var disable_empty_list=true; //uncomment this line to disable empty selection lists

addListGroup("stuff", "program");

addOption("program", "Select a program", "", "", 1); //Empty starter option
addList("program", "Bioinformatics (BIIN)", "Bioinformatics (BIIN)", "Bioinformatics (BIIN)");
addList("program", "Biological Sciences (BSCI)", "Biological Sciences (BSCI)", "Biological Sciences (BSCI)");
addList("program", "Biomedical Engineering (BIEN)", "Biomedical Engineering (BIEN)", "Biomedical Engineering (BIEN)");
addList("program", "Chemistry (CHEM)", "Chemistry (CHEM)", "Chemistry (CHEM)");
addList("program", "Civil Engineering (CEEN)", "Civil Engineering (CEEN)", "Civil Engineering (CEEN)");
addList("program", "Clinical Psychology (CLPS)", "Clinical Psychology (CLPS)", "Clinical Psychology (CLPS)");
addList("program", "Communication (COMM)", "Communication (COMM)", "Communication (COMM)");
addList("program", "Computing (COMP)", "Computing (COMP)", "Computing (COMP)");
addList("program", "Counseling (COUN)", "Counseling (COUN)", "Counseling (COUN)");
addList("program", "Counseling Psychology (COPS)", "Counseling Psychology (COPS)", "Counseling Psychology (COPS)");
addList("program", "Dentistry (DENT)", "Dentistry (DENT)", "Dentistry (DENT)");
addList("program", "Dispute Resolution (DIRS)", "Dispute Resolution (DIRS)", "Dispute Resolution (DIRS)");
addList("program", "Educational Policy and Leadership (EDPL)", "Educational Policy and Leadership (EDPL)", "Educational Policy and Leadership (EDPL)");
addList("program", "Educational Psychology (EDPS)", "Educational Psychology (EDPS)", "Educational Psychology (EDPS)");
addList("program", "Electrical and Computer Engineering (EECE)", "Electrical and Computer Engineering (EECE)", "Electrical and Computer Engineering (EECE)");
addList("program", "Engineering Management (ENMA)", "Engineering Management (ENMA)", "Engineering Management (ENMA)");
addList("program", "English (ENGL)", "English (ENGL)", "English (ENGL)");
addList("program", "Foreign Languages and Literatures (FOLL)", "Foreign Languages and Literatures (FOLL)", "Foreign Languages and Literatures (FOLL)");
addList("program", "Gerontology (GERT)", "Gerontology (GERT)", "Gerontology (GERT)");
addList("program", "Health Care Technologies Management (HCTM)", "Health Care Technologies Management (HCTM)", "Health Care Technologies Management (HCTM)");
addList("program", "History (HIST)", "History (HIST)", "History (HIST)");
addList("program", "Interdisciplinary PHD (INPR)", "Interdisciplinary PHD (INPR)", "Interdisciplinary PHD (INPR)");
addList("program", "International Affairs (INAF)", "International Affairs (INAF)", "International Affairs (INAF)");
addList("program", "Law Enforcement Leadership and Management (LELM)", "Law Enforcement Leadership and Management (LELM)", "Law Enforcement Leadership and Management (LELM)");
addList("program", "Leadership Studies (LEDR)", "Leadership Studies (LEDR)", "Leadership Studies (LEDR)");
addList("program", "Mathematics, Statistics and Computer Science (MSCS)", "Mathematics, Statistics and Computer Science (MSCS)", "Mathematics, Statistics and Computer Science (MSCS)");
addList("program", "Mechanical Engineering (MEEN)", "Mechanical Engineering (MEEN)", "Mechanical Engineering (MEEN)");
addList("program", "Nursing (NURS)", "Nursing (NURS)", "Nursing (NURS)");
addList("program", "Philosophy (PHIL)", "Philosophy (PHIL)", "Philosophy (PHIL)");
addList("program", "Political Science (POSC)", "Political Science (POSC)", "Political Science (POSC)");
addList("program", "Public Service (PUBS)", "Public Service (PUBS)", "Public Service (PUBS)");
addList("program", "Religious Studies (REST)", "Religious Studies (REST)", "Religious Studies (REST)");
addList("program", "Speech-Language Pathology (SPLA)", "Speech-Language Pathology (SPLA)", "Speech-Language Pathology (SPLA)");
addList("program", "Theology (THEO)", "Theology (THEO)", "Theology (THEO)");
addList("program", "Transfusion Medicine (TRME)", "Transfusion Medicine (TRME)", "Transfusion Medicine (TRME)");


addOption("Bioinformatics (BIIN)", "Select a degree", "", ""); //Empty starter option
addList("Bioinformatics (BIIN)", "Master of Science", "Master of Science", "BIIN-MS", 1);
addOption("BIIN-MS", "Select a specialization", "");
addOption("BIIN-MS", "NONE", "NONE", 1);

addOption("Biological Sciences (BSCI)", "Select a degree", "", "", 1); //Empty starter option
addList("Biological Sciences (BSCI)", "Master of Science (MS)", "Master of Science (MS)", "BSCI-MS");
addList("Biological Sciences (BSCI)", "Doctor of Philosophy (PHD)", "Doctor of Philosophy (PHD)", "BSCI-PHD");
addOption("BSCI-MS", "Select a specialization", "", 1);
addOption("BSCI-MS", "Cell Biology (CEBI)", "Cell Biology (CEBI)");
addOption("BSCI-MS", "Developmental Biology (DEBI)", "Developmental Biology (DEBI)");
addOption("BSCI-MS", "Ecology (ECOL)", "Ecology (ECOL)");
addOption("BSCI-MS", "Epithelial Physiology (EPPH)", "Epithelial Physiology (EPPH)");
addOption("BSCI-MS", "Genetics (GENE)", "Genetics (GENE)");
addOption("BSCI-MS", "Microbiology (MICR)", "Microbiology (MICR)");
addOption("BSCI-MS", "Molecular Biology (MOBI)", "Molecular Biology (MOBI)");
addOption("BSCI-MS", "Muscle and Exercise Physiology (MUEX)", "Muscle and Exercise Physiology (MUEX)");
addOption("BSCI-MS", "NONE", "NONE");
addOption("BSCI-PHD", "Select a specialization", "", 1);
addOption("BSCI-PHD", "Cell Biology (CEBI)", "Cell Biology (CEBI)");
addOption("BSCI-PHD", "Developmental Biology (DEBI)", "Developmental Biology (DEBI)");
addOption("BSCI-PHD", "Ecology (ECOL)", "Ecology (ECOL)");
addOption("BSCI-PHD", "Epithelial Physiology (EPPH)", "Epithelial Physiology (EPPH)");
addOption("BSCI-PHD", "Genetics (GENE)", "Genetics (GENE)");
addOption("BSCI-PHD", "Microbiology (MICR)", "Microbiology (MICR)");
addOption("BSCI-PHD", "Molecular Biology (MOBI)", "Molecular Biology (MOBI)");
addOption("BSCI-PHD", "Muscle and Exercise Physiology (MUEX)", "Muscle and Exercise Physiology (MUEX)");
addOption("BSCI-PHD", "Neuroscience (NSCI)", "Neuroscience (NSCI)");
addOption("BSCI-PHD", "NONE", "NONE");

addOption("Biomedical Engineering (BIEN)", "Select a degree", "", "", 1); //Empty starter option
addList("Biomedical Engineering (BIEN)", "Master of Science (MS)", "Master of Science (MS)", "BIEN-MS");
addList("Biomedical Engineering (BIEN)", "Doctor of Philosophy (PHD)", "Doctor of Philosophy (PHD)", "BIEN-PHD");
addList("Biomedical Engineering (BIEN)", "Master of Engineering (ME)", "Master of Engineering (ME)", "BIEN-ME");
addOption("BIEN-MS", "Select a specialization", "", 1);
addOption("BIEN-MS", "Bioinstrumentation/Computers (BICO)", "Bioinstrumentation/Computers (BICO)");
addOption("BIEN-MS", "Biomechanics/Biomaterials (BIOM)", "Biomechanics/Biomaterials (BIOM)");
addOption("BIEN-MS", "Rehabilitation Bioengineering (REBI)", "Rehabilitation Bioengineering (REBI)");
addOption("BIEN-MS", "Systems Physiology (SYPH)", "Systems Physiology (SYPH)");
addOption("BIEN-MS", "NONE", "NONE");
addOption("BIEN-PHD", "Select a specialization", "", 1);
addOption("BIEN-PHD", "Bioinstrumentation/Computers (BICO)", "Bioinstrumentation/Computers (BICO)");
addOption("BIEN-PHD", "Biomechanics/Biomaterials (BIOM)", "Biomechanics/Biomaterials (BIOM)");
addOption("BIEN-PHD", "Rehabilitation Bioengineering (REBI)", "Rehabilitation Bioengineering (REBI)");
addOption("BIEN-PHD", "Systems Physiology (SYPH)", "Systems Physiology (SYPH)");
addOption("BIEN-PHD", "Functional Imaging (FUIM)", "Functional Imaging (FUIM)");
addOption("BIEN-PHD", "NONE", "NONE");
addOption("BIEN-ME", "Biocomputing (BIOC)", "Biocomputing (BIOC)");
addOption("BIEN-ME", "Bioimaging (BIOI)", "Bioimaging (BIOI)");
addOption("BIEN-ME", "Bioinstrumentation (BIOE)", "Bioinstrumentation (BIOE)");
addOption("BIEN-ME", "Biomechanics (BIOM)", "Biomechanics (BIOM)");
addOption("BIEN-ME", "Biorehabiltation (REBI)", "Biorehabiltation (REBI)");

addOption("Chemistry (CHEM)", "Select a degree", "", "", 1); //Empty starter option
addList("Chemistry (CHEM)", "Master of Science (MS)", "Master of Science (MS)", "CHEM-MS");
addList("Chemistry (CHEM)", "Doctor of Philosophy (PHD)", "Doctor of Philosophy (PHD)", "CHEM-PHD");
addOption("CHEM-MS", "Select a specialization", "", 1);
addOption("CHEM-MS", "Analytical Chemistry (ANCH)", "Analytical Chemistry (ANCH)");
addOption("CHEM-MS", "Bioanalytical Chemistry (BIAN)", "Bioanalytical Chemistry (BIAN)");
addOption("CHEM-MS", "Biophysical Chemistry (BIPH)", "Biophysical Chemistry (BIPH)");
addOption("CHEM-MS", "Chemical Physics (CHPH)", "Chemical Physics (CHPH)");
addOption("CHEM-MS", "Inorganic Chemistry (INCH)", "Inorganic Chemistry (INCH)");
addOption("CHEM-MS", "Organic Chemistry (ORCH)", "Organic Chemistry (ORCH)");
addOption("CHEM-MS", "Physical Chemistry (PHCH)", "Physical Chemistry (PHCH)");
addOption("CHEM-MS", "NONE", "NONE");
addOption("CHEM-PHD", "Select a specialization", "", 1);
addOption("CHEM-PHD", "Analytical Chemistry (ANCH)", "Analytical Chemistry (ANCH)");
addOption("CHEM-PHD", "Bioanalytical Chemistry (BIAN)", "Bioanalytical Chemistry (BIAN)");
addOption("CHEM-PHD", "Biophysical Chemistry (BIPH)", "Biophysical Chemistry (BIPH)");
addOption("CHEM-PHD", "Chemical Physics (CHPH)", "Chemical Physics (CHPH)");
addOption("CHEM-PHD", "Inorganic Chemistry (INCH)", "Inorganic Chemistry (INCH)");
addOption("CHEM-PHD", "Organic Chemistry (ORCH)", "Organic Chemistry (ORCH)");
addOption("CHEM-PHD", "Physical Chemistry (PHCH)", "Physical Chemistry (PHCH)");
addOption("CHEM-PHD", "NONE", "NONE");

addOption("Civil Engineering (CEEN)", "Select a degree", "", "", 1); //Empty starter option
addList("Civil Engineering (CEEN)", "Master of Science (MS)", "Master of Science (MS)", "CEEN-MS");
addList("Civil Engineering (CEEN)", "Doctor of Philosophy (PHD)", "Doctor of Philosophy (PHD)", "CEEN-PHD");
addList("Civil Engineering (CEEN)", "Certificate", "Certificate", "CEEN-CERT");
addOption("CEEN-MS", "Select a specialization", "", 1);
addOption("CEEN-MS", "Construction/Public Works Management (CONS)", "Construction/Public Works Management (CONS)");
addOption("CEEN-MS", "Environmental/Water Resources Engineering (ENWA)", "Environmental/Water Resources Engineering (ENWA)");
addOption("CEEN-MS", "Structural/Geotechnical Engineering (STGE)", "Structural/Geotechnical Engineering (STGE)");
addOption("CEEN-MS", "Transportation Engineering and Planning (TREP)", "Transportation Engineering and Planning (TREP)");
addOption("CEEN-MS", "NONE", "NONE");
addOption("CEEN-PHD", "Select a specialization", "", 1);
addOption("CEEN-PHD", "Construction/Public Works Management (CONS)", "Construction/Public Works Management (CONS)");
addOption("CEEN-PHD", "Environmental/Water Resources Engineering (ENWA)", "Environmental/Water Resources Engineering (ENWA)");
addOption("CEEN-PHD", "Structural/Geotechnical Engineering (STGE)", "Structural/Geotechnical Engineering (STGE)");
addOption("CEEN-PHD", "Transportation Engineering and Planning (TREP)", "Transportation Engineering and Planning (TREP)");
addOption("CEEN-PHD", "NONE", "NONE");
addOption("CEEN-CERT", "Construction Engineering and Management (CEMA)", "Construction Engineering and Management (CEMA)");
addOption("CEEN-CERT", "Structural Design (STDE)", "Structural Design (STDE)");
addOption("CEEN-CERT", "Transportation (TRAN)", "Transportation (TRAN)");
addOption("CEEN-CERT", "Water and Wastewater Treatment Processes (WWTP)", "Water and Wastewater Treatment Processes (WWTP)");
addOption("CEEN-CERT", "Water Resources Engineering (WREN)", "Water Resources Engineering (WREN)");
addOption("CEEN-CERT", "NONE", "NONE");

addOption("Clinical Psychology (CLPS)", "Select a degree", "", "", 1); //Empty starter option
addList("Clinical Psychology (CLPS)", "Master of Science (MS)", "Master of Science (MS)", "CLPS-MS");
addList("Clinical Psychology (CLPS)", "Doctor of Philosophy (PHD)", "Doctor of Philosophy (PHD)", "CLPS-PHD");
addOption("CLPS-MS", "Select a specialization", "");
addOption("CLPS-MS", "NONE", "NONE", 1);
addOption("CLPS-PHD", "Select a specialization", "");
addOption("CLPS-PHD", "NONE", "NONE", 1);

addOption("Communication (COMM)", "Select a degree", "", "", 1); //Empty starter option
addList("Communication (COMM)", "Master of Arts (MA)", "Master of Arts (MA)", "COMM-MA");
addList("Communication (COMM)", "Certificate", "Certificate", "COMM-CERT");
addOption("COMM-MA", "Select a specialization", "", 1);
addOption("COMM-MA", "Advertising and Public Relations (ADPR)", "Advertising and Public Relations (ADPR)");
addOption("COMM-MA", "Broadcast and Electronic Communication (BREC)", "Broadcast and Electronic Communication (BREC)");
addOption("COMM-MA", "Communication Studies (CMST)", "Communication Studies (CMST)");
addOption("COMM-MA", "Journalism (JOUR)", "Journalism (JOUR)");
addOption("COMM-MA", "Mass Communication (MASS)", "Mass Communication (MASS)");
addOption("COMM-MA", "Science, Health and Environmental Communcation (SHEC)", "Science, Health and Environmental Communcation (SHEC)");
addOption("COMM-MA", "NONE", "NONE");
addOption("COMM-CERT", "Select a specialization", "");
addOption("COMM-CERT", "Professional Communication (PRCO)", "Professional Communication (PRCO)")
addOption("COMM-CERT", "Digital Storytelling (DIST)", "Digital Storytelling (DIST)")



addOption("Computing (COMP)", "Select a degree", "", ""); //Empty starter option
addList("Computing (COMP)", "Master of Science (MS)", "Master of Science (MS)", "COMP-MS", 1);
addOption("COMP-MS", "Select a specialization", "");
addOption("COMP-MS", "NONE", "NONE", 1);

addOption("Counseling (COUN)", "Select a degree", "", ""); //Empty starter option
addList("Counseling (COUN)", "Master of Arts (MA)", "Master of Arts (MA)", "COUN-MA", 1);
addOption("COUN-MA", "Select a specialization", "", 1);
addOption("COUN-MA", "Community Counseling (COMC)", "Community Counseling (COMC)");
addOption("COUN-MA", "School Counseling (SCHC)", "School Counseling (SCHC)");
addOption("COUN-MA", "NONE", "NONE");

addOption("Counseling Psychology (COPS)", "Select a degree", "", ""); //Empty starter option
addList("Counseling Psychology (COPS)", "Doctor of Philosophy (PHD)", "Doctor of Philosophy (PHD)", "COPS-PHD", 1);
addOption("COPS-PHD", "Select a specialization", "");
addOption("COPS-PHD", "NONE", "NONE", 1);

addOption("Dentistry (DENT)", "Select a degree", "", "", 1); //Empty starter option
addList("Dentistry (DENT)", "Master of Science (MS)", "Master of Science (MS)", "DENT-MS");
addList("Dentistry (DENT)", "Master of Science and Certificate", "Master of Science and Certificate", "DENT-MS-CERT");
addList("Dentistry (DENT)", "Certificate", "Certificate", "DENT-Certificate");
addOption("DENT-MS", "Select a specialization", "", 1);
addOption("DENT-MS", "Dental Biomaterials (BIMA)", "Dental Biomaterials (BIMA)");
addOption("DENT-MS", "Endodontics (ENDO)", "Endodontics (ENDO)");
addOption("DENT-MS", "Orthodontics (ORTH)", "Orthodontics (ORTH)");
addOption("DENT-MS", "Prosthodontics (PROS)", "Prosthodontics (PROS)");
addOption("DENT-MS", "NONE", "NONE");
addOption("DENT-MS-CERT", "Select a specialization", "", 1);
addOption("DENT-MS-CERT", "Endodontics (ENDO)", "Endodontics (ENDO)");
addOption("DENT-MS-CERT", "Orthodontics (ORTH)", "Orthodontics (ORTH)");
addOption("DENT-MS-CERT", "Prosthodontics (PROS)", "Prosthodontics (PROS)");
addOption("DENT-MS-CERT", "NONE", "NONE");
addOption("DENT-Certificate", "Select a specialization", "", 1);
addOption("DENT-Certificate", "Advanced Training in General Dentistry (Completion)", "Advanced Training in General Dentistry (Completion)");
addOption("DENT-Certificate", "Endodontics (Specialty)", "Endodontics (Specialty)");
addOption("DENT-Certificate", "Orthodontics (Specialty)", "Orthodontics (Specialty)");
addOption("DENT-Certificate", "Prosthodontics (Specialty)", "Prosthodontics (Specialty)");
addOption("DENT-Certificate", "NONE", "NONE");

addOption("Dispute Resolution (DIRS)", "Select a degree", "", "", 1); //Empty starter option
addList("Dispute Resolution (DIRS)", "Certificate", "Certificate", "DIRS-Certificate");
addList("Dispute Resolution (DIRS)", "Master in Dispute Resolution (MDR)", "Master in Dispute Resolution (MDR)", "DIRS-MDR");
addOption("DIRS-Certificate", "Select a specialization", "", 1);
addOption("DIRS-Certificate", "NONE", "NONE");
addOption("DIRS-MDR", "NONE", "NONE");

addOption("Educational Policy and Leadership (EDPL)", "Select a degree", "", "", 1); //Empty starter option
addList("Educational Policy and Leadership (EDPL)", "Master of Arts (MA)", "Master of Arts (MA)", "EDPL-MA");
addList("Educational Policy and Leadership (EDPL)", "Master of Education (MED)", "Master of Education (MED)", "EDPL-MED");
addList("Educational Policy and Leadership (EDPL)", "Doctor of Philosophy (PHD)", "Doctor of Philosophy (PHD)", "EDPL-PHD");
addList("Educational Policy and Leadership (EDPL)", "Specialist Certificate", "Specialist Certificate", "EDPL-CERT");
addOption("EDPL-MA", "Select a specialization", "", 1);
addOption("EDPL-MA", "Curriculum and Instruction (CUIN)", "Curriculum and Instruction (CUIN)");
addOption("EDPL-MA", "Educational Leadership (EDLE)", "Educational Leadership (EDLE)");
addOption("EDPL-MA", "Literacy (LITR)", "Literacy (LITR)");
addOption("EDPL-MA", "NONE", "NONE");
addOption("EDPL-MED", "Select a specialization", "", 1);
addOption("EDPL-MED", "College Student Personnel Administration (STPA)", "College Student Personnel Administration (STPA)");
addOption("EDPL-MED", "Educational Administration (EDAD)", "Educational Administration (EDAD)");
addOption("EDPL-MED", "Elementary Education (ELED)", "Elementary Education (ELED)");
addOption("EDPL-MED", "Secondary Education (SEED)", "Secondary Education (SEED)");
addOption("EDPL-MED", "NONE", "NONE");
addOption("EDPL-PHD", "Select a specialization", "");
addOption("EDPL-PHD", "NONE", "NONE", 1);
addOption("EDPL-CERT", "Select a specialization", "", 1);
addOption("EDPL-CERT", "Director of Instruction (DIIN)", "Director of Instruction (DIIN)");
addOption("EDPL-CERT", "Elementary Education (ELED)", "Elementary Education (ELED)");
addOption("EDPL-CERT", "Principal (PRIN)", "Principal (PRIN)");
addOption("EDPL-CERT", "Reading Specialist (RESP)", "Reading Specialist (RESP)");
addOption("EDPL-CERT", "Reading Teacher (RETE)", "Reading Teacher (RETE)");
addOption("EDPL-CERT", "Secondary Education (SEED)", "Secondary Education (SEED)");
addOption("EDPL-CERT", "Superintendent (SUPR)", "Superintendent (SUPR)");
addOption("EDPL-CERT", "NONE", "NONE");

addOption("Educational Psychology (EDPS)", "Select a degree", "", "", 1); //Empty starter option
addList("Educational Psychology (EDPS)", "Master of Arts", "Master of Arts", "EDPS-MA");
addOption("EDPS-MA", "Select a specialization", "");
addOption("EDPS-MA", "NONE", "NONE", 1);

addOption("Electrical and Computer Engineering (EECE)", "Select a degree", "", "", 1); //Empty starter option
addList("Electrical and Computer Engineering (EECE)", "Master of Science (MS)", "Master of Science (MS)", "EECE-MS");
addList("Electrical and Computer Engineering (EECE)", "Doctor of Philosophy (PHD)", "Doctor of Philosophy (PHD)", "EECE-PHD");
addList("Electrical and Computer Engineering (EECE)", "Certificate (CERT)", "Certificate (CERT)", "EECE-CERT");
addOption("EECE-MS", "Select a specialization", "");
addOption("EECE-MS", "NONE", "NONE", 1);
addOption("EECE-PHD", "Select a specialization", "");
addOption("EECE-PHD", "NONE", "NONE", 1);
addOption("EECE-CERT", "Select a specialization", "");
addOption("EECE-CERT", "Digital Signal Processing (DISP)", "Digital Signal Processing (DISP)");
addOption("EECE-CERT", "Electric Machines, Drives, and Controls (EMDC)", "- Electric Machines, Drives, and Controls (EMDC)");
addOption("EECE-CERT", "Microwaves and Antennas (MIAN)", "Microwaves and Antennas (MIAN)");
addOption("EECE-CERT", "Sensors and Smart Sensor Systems (SSSS)", "Sensors and Smart Sensor Systems (SSSS)");
addOption("EECE-CERT", "NONE", "NONE", 1);

addOption("Engineering Management (ENMA)", "Select a degree", "", ""); //Empty starter option
addList("Engineering Management (ENMA)", "Master of Science in Engineering Management (MSEM)", "Master of Science in Engineering Management (MSEM)", "ENMA-MSEM");
addList("Engineering Management (ENMA)", "Degree: Certificate", "Degree: Certificate", "ENMA-DC");
addOption("ENMA-MSEM", "Select a specialization", "");
addOption("ENMA-MSEM", "NONE", "NONE", 1);
addOption("ENMA-DC", "Select a specialization", "");
addOption("ENMA-DC", "Engineering Innovation (ENIN)", "Engineering Innovation (ENIN)");
addOption("ENMA-DC", "New Product and Process Development (NPPD)", "New Product and Process Development (NPPD)");


addOption("English (ENGL)", "Select a degree", "", "", 1); //Empty starter option
addList("English (ENGL)", "Master of Arts (MA)", "Master of Arts (MA)", "ENGL-MA");
addList("English (ENGL)", "Doctor of Philosophy (PHD)", "Doctor of Philosophy (PHD)", "ENGL-PHD");
addOption("ENGL-MA", "Select a specialization", "", 1);
addOption("ENGL-MA", "British and American Literature (BRAM)", "British and American Literature (BRAM)");
addOption("ENGL-MA", "NONE", "NONE");
addOption("ENGL-PHD", "Select a specialization", "", 1);
addOption("ENGL-PHD", "American Literature (AMLI)", "American Literature (AMLI)");
addOption("ENGL-PHD", "British Literature (BRLI)", "British Literature (BRLI)");
addOption("ENGL-PHD", "NONE", "NONE");

addOption("Foreign Languages and Literatures (FOLL)", "Select a degree", "", "", 1); //Empty starter option
addList("Foreign Languages and Literatures (FOLL)", "Master of Arts (MA)", "Master of Arts (MA)", "FOLL-MA");
addList("Foreign Languages and Literatures (FOLL)", "Master of Arts in Teaching (MAT)", "Master of Arts in Teaching (MAT)", "FOLL-MAT");
addOption("FOLL-MA", "Select a specialization", "", 1);
addOption("FOLL-MA", "Spanish (SPAN)", "Spanish (SPAN)");
addOption("FOLL-MA", "NONE", "NONE");
addOption("FOLL-MAT", "Select a specialization", "", 1);
addOption("FOLL-MAT", "Spanish (SPAN)", "Spanish (SPAN)");
addOption("FOLL-MAT", "NONE", "NONE");

addOption("Gerontology (GERT)", "Select a degree", "", ""); //Empty starter option
addList("Gerontology (GERT)", "Certificate", "Certificate", "GERT-Certificate", 1);
addOption("GERT-Certificate", "Select a specialization", "");
addOption("GERT-Certificate", "NONE", "NONE", 1);

addOption("Health Care Technologies Management (HCTM)", "Select a degree", "", ""); //Empty starter option
addList("Health Care Technologies Management (HCTM)", "Master of Science (MS)", "Master of Science (MS)", "HCTM-MS", 1);
addOption("HCTM-MS", "Select a specialization", "");
addOption("HCTM-MS", "NONE", "NONE", 1);

addOption("History (HIST)", "Select a degree", "", "", 1); //Empty starter option
addList("History (HIST)", "Master of Arts (MA)", "Master of Arts (MA)", "HIST-MA");
addList("History (HIST)", "Doctor of Philosophy (PHD)", "Doctor of Philosophy (PHD)", "HIST-PHD");
addOption("HIST-MA", "Select a specialization", "", 1);
addOption("HIST-MA", "European History (EURO)", "European History (EURO)");
addOption("HIST-MA", "United States History (USHI)", "United States History (USHI)");
addOption("HIST-MA", "Global Studies (GLST)", "Global Studies (GLST)");
addOption("HIST-MA", "NONE", "NONE");
addOption("HIST-PHD", "Select a specialization", "", 1);
addOption("HIST-PHD", "European History (EURO)", "European History (EURO)");
addOption("HIST-PHD", "United States History (USHI)", "United States History (USHI)");
addOption("HIST-PHD", "NONE", "NONE");

addOption("Interdisciplinary PHD (INPR)", "Select a degree", "", ""); //Empty starter option
addList("Interdisciplinary PHD (INPR)", "Doctor of Philosophy (PHD)", "Doctor of Philosophy (PHD)", "INPR-PHD", 1);
addOption("INPR-PHD", "Select a specialization", "");
addOption("INPR-PHD", "NONE", "NONE", 1);

addOption("International Affairs (INAF)", "Select a degree", "", ""); //Empty starter option
addList("International Affairs (INAF)", "Master of Arts (MA)", "Master of Arts (MA)", "INAF-MA", 1);
addOption("INAF-MA", "Select a specialization", "");
addOption("INAF-MA", "NONE", "NONE", 1);

addOption("Leadership Studies (LEDR)", "Select a degree", "", "", 1);//Empty starter option
addList("Leadership Studies (LEDR)", "Master in Leadership Studies (MLS)", "Master of Leadership Studies (MLS)", "LEDR-MLS")
addList("Leadership Studies (LEDR)", "Certificate", "Certificate", "LEDR-Certificate");
addOption("LEDR-MLS", "Select a specialization", "", 1);
addOption("LEDR-MLS", "Criminal Justice Administration (CJAD)", "Criminal Justice Administration (CJAD)");
addOption("LEDR-MLS", "Dispute Resolution (DIRS)", "Dispute Resolution (DIRS)");
addOption("LEDR-MLS", "Engineering (ENGI)", "Engineering (ENGI)");
addOption("LEDR-MLS", "Health Care Administration (HECA)", "Health Care Administration (HECA)");
addOption("LEDR-MLS", "Non-profit Sector (NPSE)", "Non-profit Sector (NPSE)");
addOption("LEDR-MLS", "Public Service (PUBS)", "Public Service (PUBS)");
addOption("LEDR-MLS", "NONE", "NONE");
addOption("LEDR-Certificate", "NONE", "NONE", 1);

addOption("Law Enforcement Leadership and Management (LELM)", "Select a degree", "", ""); //Empty starter option
addList("Law Enforcement Leadership and Management (LELM)", "Certificate", "Certificate", "LELM-Certificate", 1);
addOption("LELM-Certificate", "Select a specialization", "");
addOption("LELM-Certificate", "NONE", "NONE", 1);

addOption("Mathematics, Statistics and Computer Science (MSCS)", "Select a degree", "", "", 1); //Empty starter option
addList("Mathematics, Statistics and Computer Science (MSCS)", "Master of Science (MS)", "Master of Science (MS)", "MSCS-MS");
addList("Mathematics, Statistics and Computer Science (MSCS)", "Doctor of Philosophy (PHD)", "Doctor of Philosophy (PHD)", "MSCS-PHD");
addOption("MSCS-MS", "Select a specialization", "", 1);
addOption("MSCS-MS", "Computer Science (COSC)", "Computer Science (COSC)");
addOption("MSCS-MS", "Mathematics (MATH)", "Mathematics (MATH)");
addOption("MSCS-MS", "Mathematics Education (MAED)", "Mathematics Education (MAED)");
addOption("MSCS-MS", "NONE", "NONE");
addOption("MSCS-PHD", "Select a specialization", "", 1);
addOption("MSCS-PHD", "Algebra (ALGE)", "Algebra (ALGE)");
addOption("MSCS-PHD", "Biomathematics (BMTH)", "Biomathematics (BMTH)");
addOption("MSCS-PHD", "Logic and Foundations (LOFO)", "Logic and Foundations (LOFO)");
addOption("MSCS-PHD", "Statistics (STAT)", "Statistics (STAT)");

addOption("Mechanical Engineering (MEEN)", "Select a degree", "", "", 1); //Empty starter option
addList("Mechanical Engineering (MEEN)", "Master of Science (MS)", "Master of Science (MS)", "MEEN-MS");
addList("Mechanical Engineering (MEEN)", "Doctor of Philosophy (PHD)", "Doctor of Philosophy (PHD)", "MEEN-PHD");
addOption("MEEN-MS", "Select a specialization", "", 1);
addOption("MEEN-MS", "Energy Systems (ENSY)", "Energy Systems (ENSY)");
addOption("MEEN-MS", "Manufacturing Systems (MNSY)", "Manufacturing Systems (MNSY)");
addOption("MEEN-MS", "Mechanical Systems (MESY)", "Mechanical Systems (MESY)");
addOption("MEEN-MS", "NONE", "NONE");
addOption("MEEN-PHD", "Select a specialization", "", 1);
addOption("MEEN-PHD", "Energy Systems (ENSY)", "Energy Systems (ENSY)");
addOption("MEEN-PHD", "Manufacturing Systems (MNSY)", "Manufacturing Systems (MNSY)");
addOption("MEEN-PHD", "Mechanical Systems (MESY)", "Mechanical Systems (MESY)");
addOption("MEEN-PHD", "NONE", "NONE");

addOption("Nursing (NURS)", "Select a degree", "", "", 1); //Empty starter option
addList("Nursing (NURS)", "Master of Science in Nursing (MSN)", "Master of Science in Nursing (MSN)", "NURS-MSN");
addList("Nursing (NURS)", "Post-Master's Certificate", "Post-Master's Certificate", "NURS-POSTCERT");
addList("Nursing (NURS)", "Doctor of Philosophy (PHD)", "Doctor of Philosophy (PHD)", "NURS-PHD");
addList("Nursing (NURS)", "Doctor of Nursing Practice", "Doctor of Nursing Practice", "NURS-DNP");
addOption("NURS-MSN", "Select a specialization", "", 1);
addOption("NURS-MSN", "Advanced Practice Nursing: Acute Care (ACCA)", "Advanced Practice Nursing: Acute Care (ACCA)");
addOption("NURS-MSN", "Advanced Practice Nursing: Adults (ADUL)", "Advanced Practice Nursing: Adults (ADUL)");
addOption("NURS-MSN", "Advanced Practice Nursing: Nurse-Midwifery (MIDW)", "Advanced Practice Nursing: Nurse-Midwifery (MIDW)");
addOption("NURS-MSN", "Advanced Practice Nursing: Older Adults (GERO)", "Advanced Practice Nursing: Older Adults (GERO)");
addOption("NURS-MSN", "Advanced Practice Nursing: Pediatrics Primary Care (PEDI)", "Advanced Practice Nursing: Pediatrics Primary Care (PEDI)");
addOption("NURS-MSN", "Advanced Practice Nursing: Pediatrics Acute Care (PEDA)", "Advanced Practice Nursing: Pediatrics Acute Care (PEDA)");
addOption("NURS-MSN", "Clinical Nurse Leader (CLNL)", "Clinical Nurse Leader (CLNL)");
addOption("NURS-MSN", "Health Care Systems Leadership (HCSL)", "Health Care Systems Leadership (HCSL)");
addOption("NURS-MSN", "NONE", "NONE");
addOption("NURS-POSTCERT", "Select a specialization", "", 1);
addOption("NURS-POSTCERT", "Acute Care Nurse Practitioner (ACNP)", "Acute Care Nurse Practitioner (ACNP)");
addOption("NURS-POSTCERT", "Adult Nurse Practitioner (ADNP)", "Adult Nurse Practitioner (ADNP)");
addOption("NURS-POSTCERT", "Gerontologic Nurse Practitioner (GENP)", "Gerontologic Nurse Practitioner (GENP)");
addOption("NURS-POSTCERT", "Health Care Systems Leadership (HCSL)", "Health Care Systems Leadership (HCSL)");
addOption("NURS-POSTCERT", "Nurse-Midwifery (NUMI)", "Nurse-Midwifery (NUMI)");
addOption("NURS-POSTCERT", "Pediatrics Primary Care (PEDI)", "Pediatrics Primary Care (PEDI)");
addOption("NURS-POSTCERT", "Pediatrics Acute Care (PEDA)", "Pediatrics Acute Care (PEDA)");
addOption("NURS-POSTCERT", "NONE", "NONE");
addOption("NURS-DNP", "Select a specialization", "", 1);
addOption("NURS-DNP", "Advanced Practice Nursing: Acute Care (ACCA)", "Advanced Practice Nursing: Acute Care (ACCA)");
addOption("NURS-DNP", "Advanced Practice Nursing: Adults (ADUL)", "Advanced Practice Nursing: Adults (ADUL)");
addOption("NURS-DNP", "Advanced Practice Nursing:Nurse-Midwifery (MIDW)", "Advanced Practice Nursing:Nurse-Midwifery (MIDW)");
addOption("NURS-DNP", "Advanced Practice Nursing:Older Adults (GERO)", "Advanced Practice Nursing:Older Adults (GERO)");
addOption("NURS-DNP", "Advanced Practice Nursing:Pediatrics Primary Care (PEDI)", "Advanced Practice Nursing:Pediatrics Primary Care (PEDI)");
addOption("NURS-DNP", "Advanced Practice Nursing:Pediatrics Acute Care (PEDA)", "Advanced Practice Nursing:Pediatrics Acute Care (PEDA)");
addOption("NURS-DNP", "Health Care Systems Leadership (HCSL)", "Health Care Systems Leadership (HCSL)");
addOption("NURS-DNP", "NONE", "NONE");
addOption("NURS-PHD", "Select a specialization", "");
addOption("NURS-PHD", "NONE", "NONE", 1);

addOption("Philosophy (PHIL)", "Select a degree", "", "", 1); //Empty starter option
addList("Philosophy (PHIL)", "Master of Arts (MA)", "Master of Arts (MA)", "PHIL-MA");
addList("Philosophy (PHIL)", "Doctor of Philosophy (PHD)", "Doctor of Philosophy (PHD)", "PHIL-PHD");
addOption("PHIL-MA", "Select a specialization", "", 1);
addOption("PHIL-MA", "History of Philosophy (HIPH)", "History of Philosophy (HIPH)");
addOption("PHIL-MA", "Social and Applied Philosophy (SOAP)", "Social and Applied Philosophy (SOAP)");
addOption("PHIL-MA", "NONE", "NONE");
addOption("PHIL-PHD", "Select a specialization", "", 1);
addOption("PHIL-PHD", "Ancient Philosophy (ANPH)", "Ancient Philosophy (ANPH)");
addOption("PHIL-PHD", "British Empiricism/Analytical Philosophy (BREM)", "British Empiricism/Analytical Philosophy (BREM)");
addOption("PHIL-PHD", "Christian Philosophy (CHRI)", "Christian Philosophy (CHRI)");
addOption("PHIL-PHD", "Early Modern European Philosophy (MOPH)", "Early Modern European Philosophy (MOPH)");
addOption("PHIL-PHD", "Ethics (ETHI)", "Ethics (ETHI)");
addOption("PHIL-PHD", "German Philosophy (GEPH)", "German Philosophy (GEPH)");
addOption("PHIL-PHD", "Medieval Philosophy (MEPH)", "Medieval Philosophy (MEPH)");
addOption("PHIL-PHD", "Phenomenology-Existentialism (PHEN)", "Phenomenology-Existentialism (PHEN)");
addOption("PHIL-PHD", "Philosophy of Religion (PHRE)", "Philosophy of Religion (PHRE)");
addOption("PHIL-PHD", "NONE", "NONE");

addOption("Political Science (POSC)", "Select a degree", "", ""); //Empty starter option
addList("Political Science (POSC)", "Master of Arts (MA)", "Master of Arts (MA)", "POSC-MA", 1);
addOption("POSC-MA", "Select a specialization", "");
addOption("POSC-MA", "NONE", "NONE", 1);

addOption("Public Service (PUBS)", "Select a degree", "", ""); //Empty starter option
addList("Public Service (PUBS)", "Master of Arts in Public Service (MAPS)", "Master of Arts in Public Service (MAPS)", "PUBS-MAPS", 1);
addOption("PUBS-MAPS", "Select a specialization", "", 1);
addOption("PUBS-MAPS", "Criminal Justice Administration (CJAD)", "Criminal Justice Administration (CJAD)");
addOption("PUBS-MAPS", "Dispute Resolution (DIRS)", "Dispute Resolution (DIRS)");
addOption("PUBS-MAPS", "Health Care Administration (HECA)", "Health Care Administration (HECA)");
addOption("PUBS-MAPS", "Leadership Studies (LEDR)", "Leadership Studies (LEDR)");
addOption("PUBS-MAPS", "Non-Profit Sector (NPSE)", "Non-Profit Sector (NPSE)");
addOption("PUBS-MAPS", "NONE", "NONE");

addOption("Religious Studies (REST)", "Select a degree", "", ""); //Empty starter option
addList("Religious Studies (REST)", "Doctor of Philosophy (PHD)", "Doctor of Philosophy (PHD)", "REST-PHD", 1);
addOption("REST-PHD", "Select a specialization", "", 1);
addOption("REST-PHD", "Biblical Theology (BITH)", "Biblical Theology (BITH)");
addOption("REST-PHD", "Historical Theology (HITH)", "Historical Theology (HITH)");
addOption("REST-PHD", "Systematic Theology (SYTH)", "Systematic Theology (SYTH)");
addOption("REST-PHD", "Theological Ethics (THET)", "Theological Ethics (THET)");
addOption("REST-PHD", "Theology and Society (THSO)", "Theology and Society (THSO)");
addOption("REST-PHD", "NONE", "NONE");

addOption("Speech-Language Pathology (SPLA)", "Select a degree", "", "", 1); //Empty starter option
addList("Speech-Language Pathology (SPLA)", "Master of Science (MS)", "Master of Science (MS)", "SPLA-MS");
addList("Speech-Language Pathology (SPLA)", "Certificate", "Certificate", "SPLA-Certificate");
addOption("SPLA-MS", "Select a specialization", "");
addOption("SPLA-MS", "NONE", "NONE", 1);
addOption("SPLA-Certificate", "Select a specialization", "");
addOption("SPLA-Certificate", "Bilingual English-Spanish (BIES)", "Bilingual English-Spanish (BIES)", 1);

addOption("Theology (THEO)", "Select a degree", "", "", 1); //Empty starter option
addList("Theology (THEO)", "Master of Arts (MA)", "Master of Arts (MA)", "THEO-MA");
addList("Theology (THEO)", "Master of Arts in Christine Doctrine (MACD)", "Master of Arts in Christian Doctrine (MACD)", "THEO-MACD");
addOption("THEO-MA", "Select a specialization", "", 1);
addOption("THEO-MA", "Biblical Theology (BITH)", "Biblical Theology (BITH)");
addOption("THEO-MA", "Historical Theology (HITH)", "Historical Theology (HITH)");
addOption("THEO-MA", "Systematic Theology (SYTH)", "Systematic Theology (SYTH)");
addOption("THEO-MA", "NONE", "NONE");
addOption("THEO-MACD", "Select a specialization", "");
addOption("THEO-MACD", "NONE", "NONE", 1);

addOption("Transfusion Medicine (TRME)", "Select a degree", "", ""); //Empty starter option
addList("Transfusion Medicine (TRME)", "Master of Science in Transfusion Medicine (MSTM)", "Master of Science in Transfusion Medicine (MSTM)", "TRME-MSTM", 1);
addOption("TRME-MSTM", "Select a specialization", "", 1);
addOption("TRME-MSTM", "Business Administration (BUAD)", "Business Administration (BUAD)");
addOption("TRME-MSTM", "Education (EDUC)", "Education (EDUC)");
addOption("TRME-MSTM", "Science (SCIE)", "Science (SCIE)");
addOption("TRME-MSTM", "NONE", "NONE");
