

<!-- This script and many more are available free online at -->






<!-- Ask Fengall !! http://www.felgall.com/jstip22.htm -->

<!-- Begin
   function setOptions(chosen, pos) {
   //alert(pos);

 if (pos == 1) {
    var selbox = document.myChoices.interestopt1;
  }
 if (pos == 2) {
    var selbox = document.myChoices.interestopt2;
  }
 if (pos == 3) {
    var selbox = document.myChoices.interestopt3;
  }
 
selbox.options.length = 0;

if (chosen == " ") {
  selbox.options[selbox.options.length] = new Option('Please select one of the program options first',' ');
 
}

if (chosen == "Arts and Sciences") {
   selbox.options[selbox.options.length] = new Option('Select an Area of Interest','');
   selbox.options[selbox.options.length] = new Option('Applied Social Psychology','App Soc Psych');
   selbox.options[selbox.options.length] = new Option('Applied Statistics','Applied Stats');
   selbox.options[selbox.options.length] = new Option('Biology','Biology');
   selbox.options[selbox.options.length] = new Option('Chemistry','Chemistry');
   selbox.options[selbox.options.length] = new Option('Child Development','Child Devel');
   selbox.options[selbox.options.length] = new Option('Clinical Psychology','Clinical Psych');
selbox.options[selbox.options.length] = new Option('Criminal Justice','Crimnl Justice');
   selbox.options[selbox.options.length] = new Option('CS: Computer Science','CS: Comp Sci');
   selbox.options[selbox.options.length] = new Option('CS: Information Technology','CS: Info Tech');
   selbox.options[selbox.options.length] = new Option('CS: Software Technology','CS: Software');
   selbox.options[selbox.options.length] = new Option('Developmental Psychology','Devel Psych');
   selbox.options[selbox.options.length] = new Option('English','English');
   selbox.options[selbox.options.length] = new Option('History','History');
   selbox.options[selbox.options.length] = new Option('Mathematical Science','Math Science');
   selbox.options[selbox.options.length] = new Option('Medical Sciences','Medical');
   selbox.options[selbox.options.length] = new Option('Philosophy','Philosophy');
   selbox.options[selbox.options.length] = new Option('Political Science','Political Sci');
selbox.options[selbox.options.length] = new Option('Public Policy','Public Policy');
   selbox.options[selbox.options.length] = new Option('Psychology','Psychology');
   selbox.options[selbox.options.length] = new Option('Sociology','Sociology');
   selbox.options[selbox.options.length] = new Option('Spanish','Spanish');
   selbox.options[selbox.options.length] = new Option('Theology','Theology');
selbox.options[selbox.options.length] = new Option('Urban Affairs','Urban Affairs');
   selbox.options[selbox.options.length] = new Option('Women\'s Studies and Gender Studies','Women\'s Studies');
}

if (chosen == "CTPS") {
   selbox.options[selbox.options.length] = new Option('Select an Area of Interest','');   
	
   
}

if (chosen == "Business") {
  selbox.options[selbox.options.length] = new Option('Select an Area of Interest','');
  selbox.options[selbox.options.length] = new Option('Cert pgm in Data Warehousing & Bus Intelligence','Cert Data Whsng');
  selbox.options[selbox.options.length] = new Option('Certificate program in Business Ethics','Cert Bus Ethics');
  selbox.options[selbox.options.length] = new Option('MBA','MBA');
  selbox.options[selbox.options.length] = new Option('MBA, Health Care Management','MBA HCM');
  selbox.options[selbox.options.length] = new Option('MBA/MSA','MBA/MSA');
selbox.options[selbox.options.length] = new Option('MBA/MSF','MBA/MSF');
  selbox.options[selbox.options.length] = new Option('MBA/MSHR','MBA/MSHR');
  selbox.options[selbox.options.length] = new Option('MBA/MSIMC','MBA/MSIMC');
  selbox.options[selbox.options.length] = new Option('MBA/MSISM','MBA/MSISM');
  selbox.options[selbox.options.length] = new Option('MS in Accounting','MSA');
selbox.options[selbox.options.length] = new Option('MS in Finance','Finance');
  selbox.options[selbox.options.length] = new Option('MS in Human Resources','MSHR');
  selbox.options[selbox.options.length] = new Option('MS in Information Systems Management','MSISM');
  selbox.options[selbox.options.length] = new Option('MS in Integrated Marketing Communications','MSIMC');
  selbox.options[selbox.options.length] = new Option('Undecided','Unknown Bus');
}

if (chosen == "Biomed Sciences") {
  selbox.options[selbox.options.length] = new Option('Select an Area of Interest','');
  selbox.options[selbox.options.length] = new Option('Bioethics & Health Policy','Bioethics');
  selbox.options[selbox.options.length] = new Option('Cell & Molecular Physiology','Cell Phys');
  selbox.options[selbox.options.length] = new Option('Cell Biology, Neurobiology & Anatomy','Cell Biology');
  selbox.options[selbox.options.length] = new Option('Clinical Research Methods','Clinical Rsrch');
  selbox.options[selbox.options.length] = new Option('Integrated Program in Biomedical Sciences','Integ Biomed');
  selbox.options[selbox.options.length] = new Option('M.D./Ph.D.','MD/PhD');
  selbox.options[selbox.options.length] = new Option('Microbiology &  Immunology','Microbiology');
  selbox.options[selbox.options.length] = new Option('Molecular & Cellular Biochemistry','Cell Biochem');
  selbox.options[selbox.options.length] = new Option('Molecular Biology','Molecular Biol');
  selbox.options[selbox.options.length] = new Option('Neuroscience','Neuroscience');
  selbox.options[selbox.options.length] = new Option('Pharmacology and Experimental Therapeutics','Pharm Ther');
  selbox.options[selbox.options.length] = new Option('Public Health','Public Health');
  selbox.options[selbox.options.length] = new Option('Unknown','Unknown Biomed');

}

if (chosen == "Education") {
  selbox.options[selbox.options.length] = new Option('Select an Area of Interest','');
  selbox.options[selbox.options.length] = new Option('Administration and Supervision','Admin & Super');
selbox.options[selbox.options.length] = new Option('Behavior Intervention Specialist','Behavior');
  selbox.options[selbox.options.length] = new Option('Certificate program - School Counseling','Cert Schl Cnslg');
  selbox.options[selbox.options.length] = new Option('Certificate program - Type 75 Superintendent','Cert 75 Super');
  selbox.options[selbox.options.length] = new Option('Community Counseling','Comm Counseling');
  selbox.options[selbox.options.length] = new Option('Counseling Psychology','Cnslng Psych');
  selbox.options[selbox.options.length] = new Option('Cultural & Educational Policy Studies','Cult/Ed Policy');
  selbox.options[selbox.options.length] = new Option('Curriculum and Instruction','Curric & Instr');
  selbox.options[selbox.options.length] = new Option('Elementary Ed w/Cert','C & I w/Cert');
  
  selbox.options[selbox.options.length] = new Option('Educational Psychology','Educ Psych');
  selbox.options[selbox.options.length] = new Option('Higher Education','Higher Ed');
   selbox.options[selbox.options.length] = new Option('Middle School Mathematics Education','Mid School Math');
    selbox.options[selbox.options.length] = new Option('Reading','Reading');
  selbox.options[selbox.options.length] = new Option('Research Methodology','Research Meth');
  selbox.options[selbox.options.length] = new Option('Secondary Ed w/Cert','C & I w/Cert');
  selbox.options[selbox.options.length] = new Option('School Counseling','School Cnslng');
  selbox.options[selbox.options.length] = new Option('School Psychology','School Psych');
  selbox.options[selbox.options.length] = new Option('School Technology','School Tech');
 selbox.options[selbox.options.length] = new Option('Science Education','Science Ed');
  selbox.options[selbox.options.length] = new Option('Special Education','Special Ed');
  selbox.options[selbox.options.length] = new Option('Undecided','Unknown Ed');
}



if (chosen == "Law") {
   selbox.options[selbox.options.length] = new Option('Select an Area of Interest','');   
	selbox.options[selbox.options.length] = new Option('Health Law','Health Law');
   selbox.options[selbox.options.length] = new Option('Business Law','Business Law');
   selbox.options[selbox.options.length] = new Option('Child & Family Law','Child Law');

   
}

if (chosen == "Nursing") {
  selbox.options[selbox.options.length] = new Option('Select an Area of Interest','');
  selbox.options[selbox.options.length] = new Option('Acute/Emergency','Acute Care');
  selbox.options[selbox.options.length] = new Option('Acute Care','Acute Care');
  selbox.options[selbox.options.length] = new Option('Adult','Adult');
selbox.options[selbox.options.length] = new Option('Adult/Cardiovascular','Cardiovascular');
  selbox.options[selbox.options.length] = new Option('Certificates','Cert Nursing');
  selbox.options[selbox.options.length] = new Option('Dietetics','Dietetics');
selbox.options[selbox.options.length] = new Option('Doctor of Nursing Practice','DNP');
selbox.options[selbox.options.length] = new Option('Family','Family');
  selbox.options[selbox.options.length] = new Option('Family/Emergency','Family');
  selbox.options[selbox.options.length] = new Option('Health Systems Management','Health Sys Mgmt');
selbox.options[selbox.options.length] = new Option('Oncology','Oncology');
  selbox.options[selbox.options.length] = new Option('Oncology/Adult','Oncology');
  selbox.options[selbox.options.length] = new Option('PhD','PhD Nursing');
  selbox.options[selbox.options.length] = new Option('Women\'s Health','Women\'s Health');
  selbox.options[selbox.options.length] = new Option('Undecided','Unknown Nursing');
}

if (chosen == "Paralegal Studies") {
  selbox.options[selbox.options.length] = new Option('Select an Area of Interest','');
  selbox.options[selbox.options.length] = new Option('Paralegal Studies','Paralegal');
}

if (chosen == "Pastoral Studies") {
  selbox.options[selbox.options.length] = new Option('Select an Area of Interest','');
  selbox.options[selbox.options.length] = new Option('Divinity','Divinity');
  selbox.options[selbox.options.length] = new Option('Pastoral Counseling','Pastoral Cnslng');
  selbox.options[selbox.options.length] = new Option('Pastoral Studies','Pastoral Stud');
  selbox.options[selbox.options.length] = new Option('Religious Education','Religious Ed');
  selbox.options[selbox.options.length] = new Option('Social Justice & Community Development','Social Justice');
  selbox.options[selbox.options.length] = new Option('Spirituality','Spirituality');
  selbox.options[selbox.options.length] = new Option('Undecided','Unknown IPS');
}


if (chosen == "Social Work") {
  selbox.options[selbox.options.length] = new Option('Select an Area of Interest','');
  selbox.options[selbox.options.length] = new Option('Certificate program - Type 73','Cert 73');
selbox.options[selbox.options.length] = new Option('Certificate program - Domestic Violence Counseling','Dom Viol Cnslng');
    selbox.options[selbox.options.length] = new Option('Family & School Partnership','Family & School');
  selbox.options[selbox.options.length] = new Option('MSW','MSW');
  selbox.options[selbox.options.length] = new Option('PhD','PhD Social Work');
  selbox.options[selbox.options.length] = new Option('Philanthropy','Philanthropy');
  selbox.options[selbox.options.length] = new Option('Undecided','Unknown Social');
}

if (chosen == "SCPS") {
  selbox.options[selbox.options.length] = new Option('Select an Area of Interest','');
  selbox.options[selbox.options.length] = new Option('BA Management','BA Mgmt');
  selbox.options[selbox.options.length] = new Option('BA Management w/ Paralegal Certificate','BA & Para Cert');
  selbox.options[selbox.options.length] = new Option('BS Clinical Lab Science','Clin Lab Sci');
  selbox.options[selbox.options.length] = new Option('BS Exercise Physiology','Exercise Phys');
  selbox.options[selbox.options.length] = new Option('BS Healthcare Emergency Management','Emergency Mgmt');
  selbox.options[selbox.options.length] = new Option('Certificate - Actuarial Science','Cert Actuarial');
  selbox.options[selbox.options.length] = new Option('Certificate - Emergency Medical Services','Cert EMS');
  selbox.options[selbox.options.length] = new Option('Certificate - Graphic Design','Cert Graphic D');
  selbox.options[selbox.options.length] = new Option('Certificate - Integrated Marketing & Communications','Cert IMC');
  selbox.options[selbox.options.length] = new Option('Certificate - Mathematics','Cert Math');
  selbox.options[selbox.options.length] = new Option('Certificate - Operations Research','Cert Ops Res');
  selbox.options[selbox.options.length] = new Option('Certificate - Organizational Development','Cert Org Dev');
  selbox.options[selbox.options.length] = new Option('Certificate - Organizational Leadership','Cert Org Lead');
  selbox.options[selbox.options.length] = new Option('Certificate - Organizational Psychology','Cert Org Psych');
  selbox.options[selbox.options.length] = new Option('Certificate - Paralegal Studies','Paralegal');
  selbox.options[selbox.options.length] = new Option('Certificate - Social Sciences & Non-Profit Management','Cert Social Sci');
  selbox.options[selbox.options.length] = new Option('Certificate - Statistics','Cert Stats');
 

}

}

   function doReset(form)
  {
      form.action="index.cfm";
      form.submit();
   
  }

//  End -->