function setOptions(chosen,selbox) {
// selbox assignment deleted

selbox.options.length = 0;
if (chosen == " ") {
  selbox.options[selbox.options.length] = new Option('Please select one of the options above first',' ');
setTimeout(setOptions(' ',document.mainForm.degree_id),5);
 
}
// Art and Design Options
if (chosen == "9") {
  selbox.options[selbox.options.length] = new Option('Animation','70');
  selbox.options[selbox.options.length] = new Option('Architecture','88');
  selbox.options[selbox.options.length] = new Option('Fashion','71');
  selbox.options[selbox.options.length] = new Option('Graphic Design & Multimedia','49');
  selbox.options[selbox.options.length] = new Option('Interior Design','51');
  selbox.options[selbox.options.length] = new Option('Video Game Dev & Design','52');
  selbox.options[selbox.options.length] = new Option('Visual Communication','69');
  selbox.options[selbox.options.length] = new Option('Web Development & Design','50');
setTimeout(setOptions('70',document.mainForm.degree_id),5);
}

// Business Options
if (chosen == "2") {
  selbox.options[selbox.options.length] = new Option('Business Administration','13');
  selbox.options[selbox.options.length] = new Option('Communications','66');
  selbox.options[selbox.options.length] = new Option('Contract Management','15');
  selbox.options[selbox.options.length] = new Option('Customer Service','81');
  selbox.options[selbox.options.length] = new Option('E Business','16');
  selbox.options[selbox.options.length] = new Option('Economics','80');
  selbox.options[selbox.options.length] = new Option('Entrepreneurship','47');
  selbox.options[selbox.options.length] = new Option('Healthcare Management','17');
  selbox.options[selbox.options.length] = new Option('Hospitality Management','75');
  selbox.options[selbox.options.length] = new Option('Human Resources','19');
  selbox.options[selbox.options.length] = new Option('International Business','20');
  selbox.options[selbox.options.length] = new Option('IT Management','21');
  selbox.options[selbox.options.length] = new Option('Leadership','77');
  selbox.options[selbox.options.length] = new Option('Marketing','1');
  selbox.options[selbox.options.length] = new Option('Organizational Management','76');
  selbox.options[selbox.options.length] = new Option('Project Management','23');
  selbox.options[selbox.options.length] = new Option('Six Sigma','63');
  selbox.options[selbox.options.length] = new Option('Sports & Entertainment Business','78');
  selbox.options[selbox.options.length] = new Option('Supply Chain Management','79');
setTimeout(setOptions('13',document.mainForm.degree_id),5);
}

// Criminal Justice
if (chosen == "3") {
  selbox.options[selbox.options.length] = new Option('Computer Security','55');
  selbox.options[selbox.options.length] = new Option('Corrections','56');
  selbox.options[selbox.options.length] = new Option('Crime Scene','57');
  selbox.options[selbox.options.length] = new Option('Criminal Justice (General)','58');
  selbox.options[selbox.options.length] = new Option('Forensics','59');
  selbox.options[selbox.options.length] = new Option('Homeland Security','60');
  selbox.options[selbox.options.length] = new Option('Law Enforcement & Investigation','61');
  selbox.options[selbox.options.length] = new Option('Public Safety & Security','62');
setTimeout(setOptions('55',document.mainForm.degree_id),5);
}

// Culinary Arts
if (chosen == "20") {
  selbox.options[selbox.options.length] = new Option('Culinary Arts','0');
setTimeout(setOptions('200',document.mainForm.degree_id),5);
}

// Education / Teaching
if (chosen == "5") {
  selbox.options[selbox.options.length] = new Option('Adult Education','46');
  selbox.options[selbox.options.length] = new Option('Curriculum & Instruction','41');
  selbox.options[selbox.options.length] = new Option('Education/Teaching (General)','37');
  selbox.options[selbox.options.length] = new Option('Educational Leadership & Administration','39');
  selbox.options[selbox.options.length] = new Option('Instructional Technology','42');
  selbox.options[selbox.options.length] = new Option('Special Education','72');
setTimeout(setOptions('46',document.mainForm.degree_id),5);
}

// Healthcare
if (chosen == "6") {
  selbox.options[selbox.options.length] = new Option('Geriatrics and Gerontology','92');
  selbox.options[selbox.options.length] = new Option('Health Informatics','82');
  selbox.options[selbox.options.length] = new Option('Health Information Technology','90');
  selbox.options[selbox.options.length] = new Option('Health Services','89');
  selbox.options[selbox.options.length] = new Option('Health Specialties','91');
  selbox.options[selbox.options.length] = new Option('Healthcare Administration','43');
  selbox.options[selbox.options.length] = new Option('Healthcare Management','95');
  selbox.options[selbox.options.length] = new Option('Medical and Dental Specialties','83');
  selbox.options[selbox.options.length] = new Option('Medical Assisting','84');
  selbox.options[selbox.options.length] = new Option('Medical Billing and Coding','68');
  selbox.options[selbox.options.length] = new Option('Nursing','44');
  selbox.options[selbox.options.length] = new Option('Pharmacy','93');
  selbox.options[selbox.options.length] = new Option('Physical and Occupational Therapy','85');
  selbox.options[selbox.options.length] = new Option('Public Health','86');
  selbox.options[selbox.options.length] = new Option('Wellness / Exercise / Nutrition','94');
setTimeout(setOptions('92',document.mainForm.degree_id),5);
}

// Human Services
if (chosen == "15") {
  selbox.options[selbox.options.length] = new Option('Counseling','10');
  selbox.options[selbox.options.length] = new Option('Psychology','9');
setTimeout(setOptions('100',document.mainForm.degree_id),5);
}

// Legal / Paralegal
if (chosen == "16") {
  selbox.options[selbox.options.length] = new Option('Law & Legal','73');
  selbox.options[selbox.options.length] = new Option('Paralegal','74');
setTimeout(setOptions('73',document.mainForm.degree_id),5);
}

// Liberal Arts
if (chosen == "18") {
  selbox.options[selbox.options.length] = new Option('Liberal Arts','0');
setTimeout(setOptions('180',document.mainForm.degree_id),5);
}

// Nursing
if (chosen == "10") {
  selbox.options[selbox.options.length] = new Option('Nursing','0');
setTimeout(setOptions('100',document.mainForm.degree_id),5);
}

// Politcal Science
if (chosen == "22") {
  selbox.options[selbox.options.length] = new Option('Politcal Science','0');
setTimeout(setOptions('220',document.mainForm.degree_id),5);
}

// Religious Studies
if (chosen == "19") {
  selbox.options[selbox.options.length] = new Option('Religious Studies','0');
setTimeout(setOptions('190',document.mainForm.degree_id),5);
}

// Science & Math
if (chosen == "17") {
  selbox.options[selbox.options.length] = new Option('Science & Math','0');
setTimeout(setOptions('170',document.mainForm.degree_id),5);
}

// Technology
if (chosen == "4") {
  selbox.options[selbox.options.length] = new Option('Computer Science','33');
  selbox.options[selbox.options.length] = new Option('Database Technology','35');
  selbox.options[selbox.options.length] = new Option('Info. Technology / Computer Systems','25');
  selbox.options[selbox.options.length] = new Option('Internet & Website Development','29');
  selbox.options[selbox.options.length] = new Option('Management Info Systems','36');
  selbox.options[selbox.options.length] = new Option('Network Admin & Security','26');
  selbox.options[selbox.options.length] = new Option('Programming','27');
  selbox.options[selbox.options.length] = new Option('Software Engineering','30');
  selbox.options[selbox.options.length] = new Option('Tech Project Management','28');
  selbox.options[selbox.options.length] = new Option('Technology Management','31');
  selbox.options[selbox.options.length] = new Option('Technology/E Business','34');
  selbox.options[selbox.options.length] = new Option('Telecommunications','48');
setTimeout(setOptions('33',document.mainForm.degree_id),5);
}

// repeat for entries in first dropdown list

//DEGREE TYPE ID LEGEND
// Certificate - 7
// Associate - 2
// Bachelor - 1
// Master - 3
// M.B.A. - 6
// Doctoral - 4
// Degree Completion - 12
// Post-Bacc Programs - 13
// Post-Grad Certificates - 14


// ART AND DESIGN DEGREE OPTIONS
// Animation
if (chosen == "70") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
}
// Architecture
if (chosen == "88") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
}
// Fashion
if (chosen == "71") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
}
// Graphic Design & Multimedia
if (chosen == "49") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');

}
// Interior Design
if (chosen == "51") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
}
// Video Game Dev & Design
if (chosen == "52") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
}
// Visual Communication
if (chosen == "69") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
}
// Web Development & Design
if (chosen == "50") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
}

// BUSINESS DEGREE OPTIONS
// Business Administration
if (chosen == "13") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}
  
//Communications
if (chosen == "66") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
}

//Contract Management
if (chosen == "15") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
}

//Customer Service
if (chosen == "81") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
}

//E Business
if (chosen == "16") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

//Economics
if (chosen == "80") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
}

//Entrepreneurship
if (chosen == "47") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

//Healthcare Management
if (chosen == "17") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
}

//Hospitality Management
if (chosen == "75") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('MBA','6');
}

//Human Resources
if (chosen == "19") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

//International Business
if (chosen == "20") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
}

//IT Management
if (chosen == "21") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
}

//Leadership
if (chosen == "77") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

//Marketing
if (chosen == "1") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

//Organizational Management
if (chosen == "76") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

//Project Management
if (chosen == "23") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

//Six Sigma
if (chosen == "63") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
}

//Sports & Entertainment Business
if (chosen == "78") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
}

//Supply Chain Management
if (chosen == "79") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
}

// CRIMINAL JUSTICE
// Computer Security
if (chosen == "55") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
}

//Corrections
if (chosen == "56") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
}

//Crime Scene
if (chosen == "57") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
}

//Criminal Justice (General)
if (chosen == "58") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

//Forensics
if (chosen == "59") {
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
}

//Homeland Security
if (chosen == "60") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
}

//Law Enforcement & Investigation
if (chosen == "61") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
}

//Public Safety & Security
if (chosen == "62") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
}

// CULINARY ARTS
// Culinary Arts
if (chosen == "200") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
}

// EDUCATION / TEACHING
//Adult Education
if (chosen == "46") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
}

//Curriculum & Instruction
if (chosen == "41") {
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

//Education/Teaching (General)
if (chosen == "37") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

//Educational Leadership & Administration
if (chosen == "39") {
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}
//Instructional Technology
if (chosen == "42") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

//Special Education
if (chosen == "72") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
}

// HEALTHCARE
// Geriatrics and Gerontology
if (chosen == "92") {
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
}

//Health Informatics
if (chosen == "82") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

//Health Information Technology
if (chosen == "90") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
}

//Health Services
if (chosen == "89") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
}

//Health Specialties
if (chosen == "91") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
}

//Healthcare Administration
if (chosen == "43") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

//Healthcare Management
if (chosen == "95") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

//Medical and Dental Specialties
if (chosen == "83") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
}

//Medical Assisting
if (chosen == "84") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Master','3');
}

//Medical Billing and Coding
if (chosen == "68") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
}

//Nursing
if (chosen == "44") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

//Pharmacy
if (chosen == "93") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
}

//Physical and Occupational Therapy
if (chosen == "85") {
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
}

//Public Health
if (chosen == "86") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
}

//Wellness / Exercise / Nutrition
if (chosen == "94") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
}

// HUMAN SERVICES
// Counseling
if (chosen == "100") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
}

// Psychology
if (chosen == "9") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

// LEGAL / PARALEGAL
// Law & Legal
if (chosen == "73") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
}

// Paralegal
if (chosen == "74") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Post-Bacc Programs','13');
}

// LIBERAL ARTS
if (chosen == "180") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
}

// NURSING
if (chosen == "100") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

// POLITICAL SCIENCE
if (chosen == "220") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
}

//RELIGIOUS STUDIES
if (chosen == "190") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
}

// SCIENCE AND MATH
if (chosen == "170") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
}

//TECHNOLOGY
//Computer Science
if (chosen == "33") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
}

//Database Technology
if (chosen == "35") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
}

//Info. Technology / Computer Systems
if (chosen == "25") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

//Internet & Website Development
if (chosen == "29") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
}

//Management Info Systems
if (chosen == "36") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

//Network Admin & Security
if (chosen == "26") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

//Programming
if (chosen == "27") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
}

//Software Engineering
if (chosen == "30") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

//Tech Project Management
if (chosen == "28") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
}

//Technology Management
if (chosen == "31") {
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
}

//Technology/E Business
if (chosen == "34") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

//Telecommunications
if (chosen == "48") {
  selbox.options[selbox.options.length] = new Option('Associate','2');
  selbox.options[selbox.options.length] = new Option('Bachelor','1');
  selbox.options[selbox.options.length] = new Option('Master','3');
  selbox.options[selbox.options.length] = new Option('MBA','6');
  selbox.options[selbox.options.length] = new Option('Doctoral','4');
  selbox.options[selbox.options.length] = new Option('Certificate','7');
  selbox.options[selbox.options.length] = new Option('Degree Completion','12');
  selbox.options[selbox.options.length] = new Option('Post-Grad Certificates','14');
}

// repeat for all the possible entries in second dropdown list
}
 //end function
