<!--

function Department()
{
	 this.NAME = null;
	 this.LongValue = -1;
	 this.Discipline = null;
	 this.DeptList = "";	 
	 this.discStatus = true;
}

function Discipline()
{
	this.NAME = null;
	this.LongValue = -1;
	this.Cert_Degree = null;
	this.Value = null;	
	this.cdStatus = true;
}

function Cert_Degree()
{
	this.NAME = null;
	this.Value = null;
	this.LongValue = -1;	
}


//var formCheck = true;

var department = new Array();

department[0] = new Department();
department[0].NAME = "Select One...";
department[0].LongValue = -1;
department[0].discStatus = true;

department[0].Discipline = new Array();
department[0].Discipline[0] = new Discipline();
department[0].Discipline[0].NAME = "Select one...";
department[0].Discipline[0].LongValue = -1;
department[0].Discipline[0].Value = "";
department[0].Discipline[0].cdStatus = true;

department[0].Discipline[0].Cert_Degree = new Array();

department[0].Discipline[0].Cert_Degree[0] = new Cert_Degree();
department[0].Discipline[0].Cert_Degree[0].NAME = "Select one...";
department[0].Discipline[0].Cert_Degree[0].LongValue = -1;
department[0].Discipline[0].Cert_Degree[0].Value = "";

//***************Certificate and Degree for Administration of Justice start form here **********************
department[1] = new Department();
department[1].NAME = "Administration of Justice";
department[1].LongValue = -1;
department[1].discStatus = false;
department[1].DeptList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees<br />2. Certificates<br />3. Skills Certificates";

department[1].Discipline = new Array();
department[1].Discipline[0] = new Discipline();
department[1].Discipline[0].NAME = "Select one...";
department[1].Discipline[0].LongValue = -1;
department[1].Discipline[0].Value = "";

department[1].Discipline[1] = new Discipline();
department[1].Discipline[1].NAME = "Administration of Justice";
department[1].Discipline[1].LongValue = -1;
department[1].Discipline[1].Value = "AdminJustice";
department[1].Discipline[1].cdStatus = false;


department[1].Discipline[1].Cert_Degree = new Array();

department[1].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[1].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[1].Discipline[1].Cert_Degree[0].LongValue = -1;
department[1].Discipline[1].Cert_Degree[0].Value = "";

department[1].Discipline[1].Cert_Degree[1] = new Cert_Degree();
department[1].Discipline[1].Cert_Degree[1].NAME = "Associate Degrees";
department[1].Discipline[1].Cert_Degree[1].LongValue = -1;
department[1].Discipline[1].Cert_Degree[1].Value = "DegreePrograms";
//department[1].Discipline[1].DiscList = "Associate Degrees";

department[1].Discipline[1].Cert_Degree[2] = new Cert_Degree();
department[1].Discipline[1].Cert_Degree[2].NAME = "Certificates";
department[1].Discipline[1].Cert_Degree[2].LongValue = -1;
department[1].Discipline[1].Cert_Degree[2].Value = "CertificatePrograms";
//department[1].Discipline[1].DiscList += "<br />Certificates";

department[1].Discipline[1].Cert_Degree[3] = new Cert_Degree();
department[1].Discipline[1].Cert_Degree[3].NAME = "Skills Certificates";
department[1].Discipline[1].Cert_Degree[3].LongValue = -1;
department[1].Discipline[1].Cert_Degree[3].Value = "SkillCertificates";
//department[1].Discipline[1].DiscList += "<br />Certificates";


department[1].Discipline[2] = new Discipline();
department[1].Discipline[2].NAME = "Fire Technology";
department[1].Discipline[2].LongValue = -1;
department[1].Discipline[2].Value = "AdminJustice";
department[1].Discipline[2].cdStatus = false;

department[1].Discipline[2].Cert_Degree = new Array();

department[1].Discipline[2].Cert_Degree[0] = new Cert_Degree();
department[1].Discipline[2].Cert_Degree[0].NAME = "Select one...";
department[1].Discipline[2].Cert_Degree[0].LongValue = -1;
department[1].Discipline[2].Cert_Degree[0].Value = "";

department[1].Discipline[2].Cert_Degree[1] = new Cert_Degree();
department[1].Discipline[2].Cert_Degree[1].NAME = "Associate Degrees";
department[1].Discipline[2].Cert_Degree[1].LongValue = -1;
department[1].Discipline[2].Cert_Degree[1].Value = "DegreePrograms";
//department[1].Discipline[2].DiscList = "Associate Degrees";

department[1].Discipline[2].Cert_Degree[2] = new Cert_Degree();
department[1].Discipline[2].Cert_Degree[2].NAME = "Skills Certificates";
department[1].Discipline[2].Cert_Degree[2].LongValue = -1;
department[1].Discipline[2].Cert_Degree[2].Value = "SkillCertificates";
//department[1].Discipline[2].DiscList += "<br />Skills Certificates";

//***************END of Certificate and Degree for Administration of Justice**********************

//***************Anthropoligy, Geography, Geology**********************
department[2] = new Department();
department[2].NAME = "Anthropology, Geography, Geology";
department[2].LongValue = -1;
department[2].discStatus = false;
department[2].DeptList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees<br />2. Certificates";

department[2].Discipline = new Array();
department[2].Discipline[0] = new Discipline();
department[2].Discipline[0].NAME = "Select one...";
department[2].Discipline[0].LongValue = -1;
department[2].Discipline[0].Value = "";

department[2].Discipline[1] = new Discipline();
department[2].Discipline[1].NAME = "Anthropology";
department[2].Discipline[1].LongValue = -1;
department[2].Discipline[1].Value = "Anthropology";
department[2].Discipline[1].cdStatus = false;

department[2].Discipline[1].Cert_Degree = new Array();

department[2].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[2].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[2].Discipline[1].Cert_Degree[0].LongValue = -1;
department[2].Discipline[1].Cert_Degree[0].Value = "";

department[2].Discipline[1].Cert_Degree[1] = new Cert_Degree();
department[2].Discipline[1].Cert_Degree[1].NAME = "Associate Degrees";
department[2].Discipline[1].Cert_Degree[1].LongValue = -1;
department[2].Discipline[1].Cert_Degree[1].Value = "DegreePrograms";
//department[2].Discipline[1].DiscList = "Associate Degrees";


department[2].Discipline[2] = new Discipline();
department[2].Discipline[2].NAME = "Earth Science";
department[2].Discipline[2].LongValue = -1;
department[2].Discipline[2].Value = "";

department[2].Discipline[2].Cert_Degree = new Array();

department[2].Discipline[2].Cert_Degree[0] = new Cert_Degree();
department[2].Discipline[2].Cert_Degree[0].NAME = "Select one...";
department[2].Discipline[2].Cert_Degree[0].LongValue = -1;
department[2].Discipline[2].Cert_Degree[0].Value = "";

department[2].Discipline[3] = new Discipline();
department[2].Discipline[3].NAME = "Environmental Science";
department[2].Discipline[3].LongValue = -1;
department[2].Discipline[3].Value = "";

department[2].Discipline[3].Cert_Degree = new Array();

department[2].Discipline[3].Cert_Degree[0] = new Cert_Degree();
department[2].Discipline[3].Cert_Degree[0].NAME = "Select one...";
department[2].Discipline[3].Cert_Degree[0].LongValue = -1;
department[2].Discipline[3].Cert_Degree[0].Value = "";

department[2].Discipline[4] = new Discipline();
department[2].Discipline[4].NAME = "Geography";
department[2].Discipline[4].LongValue = -1;
department[2].Discipline[4].Value = "";

department[2].Discipline[4].Cert_Degree = new Array();

department[2].Discipline[4].Cert_Degree[0] = new Cert_Degree();
department[2].Discipline[4].Cert_Degree[0].NAME = "Select one...";
department[2].Discipline[4].Cert_Degree[0].LongValue = -1;
department[2].Discipline[4].Cert_Degree[0].Value = "";

department[2].Discipline[5] = new Discipline();
department[2].Discipline[5].NAME = "Geology";
department[2].Discipline[5].LongValue = -1;
department[2].Discipline[5].Value = "";

department[2].Discipline[5].Cert_Degree = new Array();

department[2].Discipline[5].Cert_Degree[0] = new Cert_Degree();
department[2].Discipline[5].Cert_Degree[0].NAME = "Select one...";
department[2].Discipline[5].Cert_Degree[0].LongValue = -1;
department[2].Discipline[5].Cert_Degree[0].Value = "";


department[2].Discipline[6] = new Discipline();
department[2].Discipline[6].NAME = "International Business";
department[2].Discipline[6].LongValue = -1;
department[2].Discipline[6].Value = "Anthropology";
department[2].Discipline[6].cdStatus = false;

department[2].Discipline[6].Cert_Degree = new Array();

department[2].Discipline[6].Cert_Degree[0] = new Cert_Degree();
department[2].Discipline[6].Cert_Degree[0].NAME = "Select one...";
department[2].Discipline[6].Cert_Degree[0].LongValue = -1;
department[2].Discipline[6].Cert_Degree[0].Value = "";

department[2].Discipline[6].Cert_Degree[1] = new Cert_Degree();
department[2].Discipline[6].Cert_Degree[1].NAME = "Certificates";
department[2].Discipline[6].Cert_Degree[1].LongValue = -1;
department[2].Discipline[6].Cert_Degree[1].Value = "CertificatePrograms";
//department[2].Discipline[6].DiscList = "Certificates";

department[2].Discipline[7] = new Discipline();
department[2].Discipline[7].NAME = "Meteorology";
department[2].Discipline[7].LongValue = -1;
department[2].Discipline[7].Value = "";

department[2].Discipline[7].Cert_Degree = new Array();

department[2].Discipline[7].Cert_Degree[0] = new Cert_Degree();
department[2].Discipline[7].Cert_Degree[0].NAME = "Select one...";
department[2].Discipline[7].Cert_Degree[0].LongValue = -1;
department[2].Discipline[7].Cert_Degree[0].Value = "";

department[2].Discipline[8] = new Discipline();
department[2].Discipline[8].NAME = "Oceanography";
department[2].Discipline[8].LongValue = -1;
department[2].Discipline[8].Value = "";

department[2].Discipline[8].Cert_Degree = new Array();

department[2].Discipline[8].Cert_Degree[0] = new Cert_Degree();
department[2].Discipline[8].Cert_Degree[0].NAME = "Select one...";
department[2].Discipline[8].Cert_Degree[0].LongValue = -1;
department[2].Discipline[8].Cert_Degree[0].Value = "";

//***************END of Certificate and Degree for Anthropology, Geography, Geology**********************

//***************Architecture**********************
department[3] = new Department();
department[3].NAME = "Architecture";
department[3].LongValue = -1;
department[3].discStatus = false;
department[3].DeptList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees<br />2. Certificates<br />3. Skills Certificates";

department[3].Discipline = new Array();
department[3].Discipline[0] = new Discipline();
department[3].Discipline[0].NAME = "Select one...";
department[3].Discipline[0].LongValue = -1;
department[3].Discipline[0].Value = "";

department[3].Discipline[1] = new Discipline();
department[3].Discipline[1].NAME = "Architecture";
department[3].Discipline[1].LongValue = -1;
department[3].Discipline[1].Value = "Architecture";
department[3].Discipline[1].cdStatus = false;

department[3].Discipline[1].Cert_Degree = new Array();

department[3].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[3].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[3].Discipline[1].Cert_Degree[0].LongValue = -1;
department[3].Discipline[1].Cert_Degree[0].Value = "";

department[3].Discipline[1].Cert_Degree[1] = new Cert_Degree();
department[3].Discipline[1].Cert_Degree[1].NAME = "Associate Degrees";
department[3].Discipline[1].Cert_Degree[1].LongValue = -1;
department[3].Discipline[1].Cert_Degree[1].Value = "DegreePrograms";

department[3].Discipline[1].Cert_Degree[2] = new Cert_Degree();
department[3].Discipline[1].Cert_Degree[2].NAME = "Certificates";
department[3].Discipline[1].Cert_Degree[2].LongValue = -1;
department[3].Discipline[1].Cert_Degree[2].Value = "CertificatePrograms";

department[3].Discipline[1].Cert_Degree[3] = new Cert_Degree();
department[3].Discipline[1].Cert_Degree[3].NAME = "Skills Certificates";
department[3].Discipline[1].Cert_Degree[3].LongValue = -1;
department[3].Discipline[1].Cert_Degree[3].Value = "SkillCertificates";


//***************END of Architecture**********************

//***************Art**********************
department[4] = new Department();
department[4].NAME = "Arts";
department[4].LongValue = -1;
department[4].discStatus = false;
department[4].DeptList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees<br />2. Certificates<br />3. Skills Certificates";

department[4].Discipline = new Array();

department[4].Discipline[0] = new Discipline();
department[4].Discipline[0].NAME = "Select one...";
department[4].Discipline[0].LongValue = -1;
department[4].Discipline[0].Value = "";

department[4].Discipline[1] = new Discipline();
department[4].Discipline[1].NAME = "Animation";
department[4].Discipline[1].LongValue = -1;
department[4].Discipline[1].Value = "Art";
department[4].Discipline[1].cdStatus = false;

department[4].Discipline[1].Cert_Degree = new Array();

department[4].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[4].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[4].Discipline[1].Cert_Degree[0].LongValue = -1;
department[4].Discipline[1].Cert_Degree[0].Value = "";

department[4].Discipline[1].Cert_Degree[1] = new Cert_Degree();
department[4].Discipline[1].Cert_Degree[1].NAME = "Associate Degrees";
department[4].Discipline[1].Cert_Degree[1].LongValue = -1;
department[4].Discipline[1].Cert_Degree[1].Value = "DegreePrograms";

department[4].Discipline[1].Cert_Degree[2] = new Cert_Degree();
department[4].Discipline[1].Cert_Degree[2].NAME = "Certificates";
department[4].Discipline[1].Cert_Degree[2].LongValue = -1;
department[4].Discipline[1].Cert_Degree[2].Value = "CertificatePrograms";

department[4].Discipline[1].Cert_Degree[3] = new Cert_Degree();
department[4].Discipline[1].Cert_Degree[3].NAME = "Skills Certificates";
department[4].Discipline[1].Cert_Degree[3].LongValue = -1;
department[4].Discipline[1].Cert_Degree[3].Value = "SkillCertificates";

department[4].Discipline[2] = new Discipline();
department[4].Discipline[2].NAME = "Art";
department[4].Discipline[2].LongValue = -1;
department[4].Discipline[2].Value = "Art";
department[4].Discipline[2].cdStatus = false;

department[4].Discipline[2].Cert_Degree = new Array();

department[4].Discipline[2].Cert_Degree[0] = new Cert_Degree();
department[4].Discipline[2].Cert_Degree[0].NAME = "Select one...";
department[4].Discipline[2].Cert_Degree[0].LongValue = -1;
department[4].Discipline[2].Cert_Degree[0].Value = "";

department[4].Discipline[2].Cert_Degree[1] = new Cert_Degree();
department[4].Discipline[2].Cert_Degree[1].NAME = "Associate Degrees";
department[4].Discipline[2].Cert_Degree[1].LongValue = -1;
department[4].Discipline[2].Cert_Degree[1].Value = "DegreePrograms";

department[4].Discipline[2].Cert_Degree[2] = new Cert_Degree();
department[4].Discipline[2].Cert_Degree[2].NAME = "Certificates";
department[4].Discipline[2].Cert_Degree[2].LongValue = -1;
department[4].Discipline[2].Cert_Degree[2].Value = "CertificatePrograms";

//***************END of Art**********************

//***************Automobile Technology**********************
department[5] = new Department();
department[5].NAME = "Automobile Technology";
department[5].LongValue = -1;
department[5].discStatus = false;
department[5].DeptList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees<br />2. Certificates<br />3. Skills Certificates";

department[5].Discipline = new Array();

department[5].Discipline[0] = new Discipline();
department[5].Discipline[0].NAME = "Select one...";
department[5].Discipline[0].LongValue = -1;
department[5].Discipline[0].Value = "";

department[5].Discipline[1] = new Discipline();
department[5].Discipline[1].NAME = "Automobile Technology";
department[5].Discipline[1].LongValue = -1;
department[5].Discipline[1].Value = "AutoTech";
department[5].Discipline[1].cdStatus = false;

department[5].Discipline[1].Cert_Degree = new Array();

department[5].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[5].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[5].Discipline[1].Cert_Degree[0].LongValue = -1;
department[5].Discipline[1].Cert_Degree[0].Value = "";

department[5].Discipline[1].Cert_Degree[1] = new Cert_Degree();
department[5].Discipline[1].Cert_Degree[1].NAME = "Associate Degrees";
department[5].Discipline[1].Cert_Degree[1].LongValue = -1;
department[5].Discipline[1].Cert_Degree[1].Value = "DegreePrograms";

department[5].Discipline[1].Cert_Degree[2] = new Cert_Degree();
department[5].Discipline[1].Cert_Degree[2].NAME = "Certificates";
department[5].Discipline[1].Cert_Degree[2].LongValue = -1;
department[5].Discipline[1].Cert_Degree[2].Value = "CertificatePrograms";

department[5].Discipline[1].Cert_Degree[3] = new Cert_Degree();
department[5].Discipline[1].Cert_Degree[3].NAME = "Skills Certificates";
department[5].Discipline[1].Cert_Degree[3].LongValue = -1;
department[5].Discipline[1].Cert_Degree[3].Value = "SkillCertificates";

//***************END of Automobile Technology**********************

//***************Business Administration**********************
department[6] = new Department();
department[6].NAME = "Business Administration";
department[6].LongValue = -1;
department[6].discStatus = false;
department[6].DeptList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees<br />2. Certificates<br />3. Skills Certificates";

department[6].Discipline = new Array();

department[6].Discipline[0] = new Discipline();
department[6].Discipline[0].NAME = "Select one...";
department[6].Discipline[0].LongValue = -1;
department[6].Discipline[0].Value = "";

department[6].Discipline[1] = new Discipline();
department[6].Discipline[1].NAME = "Accounting";
department[6].Discipline[1].LongValue = -1;
department[6].Discipline[1].Value = "BusinessAdministration";
department[6].Discipline[1].cdStatus = false;

department[6].Discipline[1].Cert_Degree = new Array();

department[6].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[6].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[6].Discipline[1].Cert_Degree[0].LongValue = -1;
department[6].Discipline[1].Cert_Degree[0].Value = "";

department[6].Discipline[1].Cert_Degree[1] = new Cert_Degree();
department[6].Discipline[1].Cert_Degree[1].NAME = "Associate Degrees";
department[6].Discipline[1].Cert_Degree[1].LongValue = -1;
department[6].Discipline[1].Cert_Degree[1].Value = "DegreePrograms";

department[6].Discipline[1].Cert_Degree[2] = new Cert_Degree();
department[6].Discipline[1].Cert_Degree[2].NAME = "Certificates";
department[6].Discipline[1].Cert_Degree[2].LongValue = -1;
department[6].Discipline[1].Cert_Degree[2].Value = "CertificatePrograms";

department[6].Discipline[1].Cert_Degree[3] = new Cert_Degree();
department[6].Discipline[1].Cert_Degree[3].NAME = "Skills Certificates";
department[6].Discipline[1].Cert_Degree[3].LongValue = -1;
department[6].Discipline[1].Cert_Degree[3].Value = "SkillCertificates";

department[6].Discipline[2] = new Discipline();
department[6].Discipline[2].NAME = "Business";
department[6].Discipline[2].LongValue = -1;
department[6].Discipline[2].Value = "BusinessAdministration";
department[6].Discipline[2].cdStatus = false;

department[6].Discipline[2].Cert_Degree = new Array();

department[6].Discipline[2].Cert_Degree[0] = new Cert_Degree();
department[6].Discipline[2].Cert_Degree[0].NAME = "Select one...";
department[6].Discipline[2].Cert_Degree[0].LongValue = -1;
department[6].Discipline[2].Cert_Degree[0].Value = "";

department[6].Discipline[2].Cert_Degree[1] = new Cert_Degree();
department[6].Discipline[2].Cert_Degree[1].NAME = "Associate Degrees";
department[6].Discipline[2].Cert_Degree[1].LongValue = -1;
department[6].Discipline[2].Cert_Degree[1].Value = "DegreePrograms";

department[6].Discipline[2].Cert_Degree[2] = new Cert_Degree();
department[6].Discipline[2].Cert_Degree[2].NAME = "Certificates";
department[6].Discipline[2].Cert_Degree[2].LongValue = -1;
department[6].Discipline[2].Cert_Degree[2].Value = "CertificatePrograms";

department[6].Discipline[3] = new Discipline();
department[6].Discipline[3].NAME = "Computer Science Information Technology";
department[6].Discipline[3].LongValue = -1;
department[6].Discipline[3].Value = "BusinessAdministration";
department[6].Discipline[3].cdStatus = false;

department[6].Discipline[3].Cert_Degree = new Array();

department[6].Discipline[3].Cert_Degree[0] = new Cert_Degree();
department[6].Discipline[3].Cert_Degree[0].NAME = "Select one...";
department[6].Discipline[3].Cert_Degree[0].LongValue = -1;
department[6].Discipline[3].Cert_Degree[0].Value = "";

department[6].Discipline[3].Cert_Degree[1] = new Cert_Degree();
department[6].Discipline[3].Cert_Degree[1].NAME = "Associate Degrees";
department[6].Discipline[3].Cert_Degree[1].LongValue = -1;
department[6].Discipline[3].Cert_Degree[1].Value = "DegreePrograms";

department[6].Discipline[3].Cert_Degree[2] = new Cert_Degree();
department[6].Discipline[3].Cert_Degree[2].NAME = "Certificates";
department[6].Discipline[3].Cert_Degree[2].LongValue = -1;
department[6].Discipline[3].Cert_Degree[2].Value = "CertificatePrograms";

department[6].Discipline[3].Cert_Degree[3] = new Cert_Degree();
department[6].Discipline[3].Cert_Degree[3].NAME = "Skills Certificates";
department[6].Discipline[3].Cert_Degree[3].LongValue = -1;
department[6].Discipline[3].Cert_Degree[3].Value = "SkillCertificates";


department[6].Discipline[4] = new Discipline();
department[6].Discipline[4].NAME = "Finance";
department[6].Discipline[4].LongValue = -1;
department[6].Discipline[4].Value = "";

department[6].Discipline[4].Cert_Degree = new Array();

department[6].Discipline[4].Cert_Degree[0] = new Cert_Degree();
department[6].Discipline[4].Cert_Degree[0].NAME = "Select one...";
department[6].Discipline[4].Cert_Degree[0].LongValue = -1;
department[6].Discipline[4].Cert_Degree[0].Value = "";

department[6].Discipline[5] = new Discipline();
department[6].Discipline[5].NAME = "Governmental Supervision";
department[6].Discipline[5].LongValue = -1;
department[6].Discipline[5].Value = "";

department[6].Discipline[5].Cert_Degree = new Array();

department[6].Discipline[5].Cert_Degree[0] = new Cert_Degree();
department[6].Discipline[5].Cert_Degree[0].NAME = "Select one...";
department[6].Discipline[5].Cert_Degree[0].LongValue = -1;
department[6].Discipline[5].Cert_Degree[0].Value = "";

department[6].Discipline[6] = new Discipline();
department[6].Discipline[6].NAME = "Law";
department[6].Discipline[6].LongValue = -1;
department[6].Discipline[6].Value = "";

department[6].Discipline[6].Cert_Degree = new Array();

department[6].Discipline[6].Cert_Degree[0] = new Cert_Degree();
department[6].Discipline[6].Cert_Degree[0].NAME = "Select one...";
department[6].Discipline[6].Cert_Degree[0].LongValue = -1;
department[6].Discipline[6].Cert_Degree[0].Value = "";

department[6].Discipline[7] = new Discipline();
department[6].Discipline[7].NAME = "Management";
department[6].Discipline[7].LongValue = -1;
department[6].Discipline[7].Value = "BusinessAdministration";
department[6].Discipline[7].cdStatus = false;

department[6].Discipline[7].Cert_Degree = new Array();

department[6].Discipline[7].Cert_Degree[0] = new Cert_Degree();
department[6].Discipline[7].Cert_Degree[0].NAME = "Select one...";
department[6].Discipline[7].Cert_Degree[0].LongValue = -1;
department[6].Discipline[7].Cert_Degree[0].Value = "";

department[6].Discipline[7].Cert_Degree[1] = new Cert_Degree();
department[6].Discipline[7].Cert_Degree[1].NAME = "Associate Degrees";
department[6].Discipline[7].Cert_Degree[1].LongValue = -1;
department[6].Discipline[7].Cert_Degree[1].Value = "DegreePrograms";

department[6].Discipline[7].Cert_Degree[2] = new Cert_Degree();
department[6].Discipline[7].Cert_Degree[2].NAME = "Certificates";
department[6].Discipline[7].Cert_Degree[2].LongValue = -1;
department[6].Discipline[7].Cert_Degree[2].Value = "CertificatePrograms";

department[6].Discipline[8] = new Discipline();
department[6].Discipline[8].NAME = "Marketing";
department[6].Discipline[8].LongValue = -1;
department[6].Discipline[8].Value = "BusinessAdministration";
department[6].Discipline[8].cdStatus = false;

department[6].Discipline[8].Cert_Degree = new Array();

department[6].Discipline[8].Cert_Degree[0] = new Cert_Degree();
department[6].Discipline[8].Cert_Degree[0].NAME = "Select one...";
department[6].Discipline[8].Cert_Degree[0].LongValue = -1;
department[6].Discipline[8].Cert_Degree[0].Value = "";

department[6].Discipline[8].Cert_Degree[1] = new Cert_Degree();
department[6].Discipline[8].Cert_Degree[1].NAME = "Associate Degrees";
department[6].Discipline[8].Cert_Degree[1].LongValue = -1;
department[6].Discipline[8].Cert_Degree[1].Value = "DegreePrograms";

department[6].Discipline[8].Cert_Degree[2] = new Cert_Degree();
department[6].Discipline[8].Cert_Degree[2].NAME = "Certificates";
department[6].Discipline[8].Cert_Degree[2].LongValue = -1;
department[6].Discipline[8].Cert_Degree[2].Value = "CertificatePrograms";

department[6].Discipline[9] = new Discipline();
department[6].Discipline[9].NAME = "Real Estate";
department[6].Discipline[9].LongValue = -1;
department[6].Discipline[9].Value = "BusinessAdministration";
department[6].Discipline[9].cdStatus = false;

department[6].Discipline[9].Cert_Degree = new Array();

department[6].Discipline[9].Cert_Degree[0] = new Cert_Degree();
department[6].Discipline[9].Cert_Degree[0].NAME = "Select one...";
department[6].Discipline[9].Cert_Degree[0].LongValue = -1;
department[6].Discipline[9].Cert_Degree[0].Value = "";

department[6].Discipline[9].Cert_Degree[1] = new Cert_Degree();
department[6].Discipline[9].Cert_Degree[1].NAME = "Associate Degrees";
department[6].Discipline[9].Cert_Degree[1].LongValue = -1;
department[6].Discipline[9].Cert_Degree[1].Value = "DegreePrograms";

department[6].Discipline[9].Cert_Degree[2] = new Cert_Degree();
department[6].Discipline[9].Cert_Degree[2].NAME = "Certificates";
department[6].Discipline[9].Cert_Degree[2].LongValue = -1;
department[6].Discipline[9].Cert_Degree[2].Value = "CertificatePrograms";

department[6].Discipline[9].Cert_Degree[3] = new Cert_Degree();
department[6].Discipline[9].Cert_Degree[3].NAME = "Skills Certificates";
department[6].Discipline[9].Cert_Degree[3].LongValue = -1;
department[6].Discipline[9].Cert_Degree[3].Value = "SkillCertificates";

//***************END of Business Administraion**********************

//***************Chemistry**********************
department[7] = new Department();
department[7].NAME = "Chemistry";
department[7].LongValue = -1;
department[7].discStatus = false;

department[7].Discipline = new Array();

department[7].Discipline[0] = new Discipline();
department[7].Discipline[0].NAME = "Select one...";
department[7].Discipline[0].LongValue = -1;
department[7].Discipline[0].Value = "";

department[7].Discipline[1] = new Discipline();
department[7].Discipline[1].NAME = "Chemistry";
department[7].Discipline[1].LongValue = -1;
department[7].Discipline[1].Value = "";

department[7].Discipline[1].Cert_Degree = new Array();

department[7].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[7].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[7].Discipline[1].Cert_Degree[0].LongValue = -1;
department[7].Discipline[1].Cert_Degree[0].Value = "";

//***************END of Chemistry**********************

//***************Chicana/o Studies**********************
department[8] = new Department();
department[8].NAME = "Chicana/o Studies";
department[8].LongValue = -1;
department[8].discStatus = false;
department[8].DeptList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees";

department[8].Discipline = new Array();

department[8].Discipline[0] = new Discipline();
department[8].Discipline[0].NAME = "Select one...";
department[8].Discipline[0].LongValue = -1;
department[8].Discipline[0].Value = "";

department[8].Discipline[1] = new Discipline();
department[8].Discipline[1].NAME = "Chicano Studies";
department[8].Discipline[1].LongValue = -1;
department[8].Discipline[1].Value = "ChicanoStudies";
department[8].Discipline[1].cdStatus = false;

department[8].Discipline[1].Cert_Degree = new Array();

department[8].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[8].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[8].Discipline[1].Cert_Degree[0].LongValue = -1;
department[8].Discipline[1].Cert_Degree[0].Value = "";

department[8].Discipline[1].Cert_Degree[1] = new Cert_Degree();
department[8].Discipline[1].Cert_Degree[1].NAME = "Associate Degrees";
department[8].Discipline[1].Cert_Degree[1].LongValue = -1;
department[8].Discipline[1].Cert_Degree[1].Value = "DegreePrograms";

//***************END of Chicana/o Studies**********************

//***************Child, Family and Education Studies**********************
department[9] = new Department();
department[9].NAME = "Child, Family and Education Studies";
department[9].LongValue = -1;
department[9].discStatus = false;
department[9].DeptList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees<br />2. Certificates<br />3. Skills Certificates";

department[9].Discipline = new Array();

department[9].Discipline[0] = new Discipline();
department[9].Discipline[0].NAME = "Select one...";
department[9].Discipline[0].LongValue = -1;
department[9].Discipline[0].Value = "";

department[9].Discipline[1] = new Discipline();
department[9].Discipline[1].NAME = "Child Development";
department[9].Discipline[1].LongValue = -1;
department[9].Discipline[1].Value = "ChildDev";
department[9].Discipline[1].cdStatus = false;

department[9].Discipline[1].Cert_Degree = new Array();

department[9].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[9].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[9].Discipline[1].Cert_Degree[0].LongValue = -1;
department[9].Discipline[1].Cert_Degree[0].Value = "";

department[9].Discipline[1].Cert_Degree[1] = new Cert_Degree();
department[9].Discipline[1].Cert_Degree[1].NAME = "Associate Degrees";
department[9].Discipline[1].Cert_Degree[1].LongValue = -1;
department[9].Discipline[1].Cert_Degree[1].Value = "DegreePrograms";

department[9].Discipline[1].Cert_Degree[2] = new Cert_Degree();
department[9].Discipline[1].Cert_Degree[2].NAME = "Certificates";
department[9].Discipline[1].Cert_Degree[2].LongValue = -1;
department[9].Discipline[1].Cert_Degree[2].Value = "CertificatePrograms";

department[9].Discipline[1].Cert_Degree[3] = new Cert_Degree();
department[9].Discipline[1].Cert_Degree[3].NAME = "Skills Certificates";
department[9].Discipline[1].Cert_Degree[3].LongValue = -1;
department[9].Discipline[1].Cert_Degree[3].Value = "SkillCertificates";

department[9].Discipline[2] = new Discipline();
department[9].Discipline[2].NAME = "Education";
department[9].Discipline[2].LongValue = -1;
department[9].Discipline[2].Value = "ChildDev";

department[9].Discipline[2].Cert_Degree = new Array();

department[9].Discipline[2].Cert_Degree[0] = new Cert_Degree();
department[9].Discipline[2].Cert_Degree[0].NAME = "Select one...";
department[9].Discipline[2].Cert_Degree[0].LongValue = -1;
department[9].Discipline[2].Cert_Degree[0].Value = "";

department[9].Discipline[3] = new Discipline();
department[9].Discipline[3].NAME = "Family And Consumer Studies";
department[9].Discipline[3].LongValue = -1;
department[9].Discipline[3].Value = "ChildDev";
department[9].Discipline[3].cdStatus = false;

department[9].Discipline[3].Cert_Degree = new Array();

department[9].Discipline[3].Cert_Degree[0] = new Cert_Degree();
department[9].Discipline[3].Cert_Degree[0].NAME = "Select one...";
department[9].Discipline[3].Cert_Degree[0].LongValue = -1;
department[9].Discipline[3].Cert_Degree[0].Value = "";

department[9].Discipline[3].Cert_Degree[1] = new Cert_Degree();
department[9].Discipline[3].Cert_Degree[1].NAME = "Certificates";
department[9].Discipline[3].Cert_Degree[1].LongValue = -1;
department[9].Discipline[3].Cert_Degree[1].Value = "CertificatePrograms";

department[9].Discipline[3].Cert_Degree[2] = new Cert_Degree();
department[9].Discipline[3].Cert_Degree[2].NAME = "Skills Certificates";
department[9].Discipline[3].Cert_Degree[2].LongValue = -1;
department[9].Discipline[3].Cert_Degree[2].Value = "SkillCertificates";

//***************END of Art**********************

//***************Computer Applications and Office Technologies**********************
department[10] = new Department();
department[10].NAME = "Computer Applications and Office Technologies";
department[10].LongValue = -1;
department[10].discStatus = false;
department[10].DeptList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees<br />2. Certificates<br />3. Skills Certificates";

department[10].Discipline = new Array();

department[10].Discipline[0] = new Discipline();
department[10].Discipline[0].NAME = "Select one...";
department[10].Discipline[0].LongValue = -1;
department[10].Discipline[0].Value = "";

department[10].Discipline[1] = new Discipline();
department[10].Discipline[1].NAME = "CAOT";
department[10].Discipline[1].LongValue = -1;
department[10].Discipline[1].Value = "CAOT";
department[10].Discipline[1].cdStatus = false;

department[10].Discipline[1].Cert_Degree = new Array();

department[10].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[10].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[10].Discipline[1].Cert_Degree[0].LongValue = -1;
department[10].Discipline[1].Cert_Degree[0].Value = "";

department[10].Discipline[1].Cert_Degree[1] = new Cert_Degree();
department[10].Discipline[1].Cert_Degree[1].NAME = "Associate Degrees";
department[10].Discipline[1].Cert_Degree[1].LongValue = -1;
department[10].Discipline[1].Cert_Degree[1].Value = "DegreePrograms";

department[10].Discipline[1].Cert_Degree[2] = new Cert_Degree();
department[10].Discipline[1].Cert_Degree[2].NAME = "Certificates";
department[10].Discipline[1].Cert_Degree[2].LongValue = -1;
department[10].Discipline[1].Cert_Degree[2].Value = "CertificatePrograms";

department[10].Discipline[1].Cert_Degree[3] = new Cert_Degree();
department[10].Discipline[1].Cert_Degree[3].NAME = "Skills Certificates";
department[10].Discipline[1].Cert_Degree[3].LongValue = -1;
department[10].Discipline[1].Cert_Degree[3].Value = "SkillCertificates";

//***************END of CAOT**********************

//***************Counseling**********************
department[11] = new Department();
department[11].NAME = "Counseling";
department[11].LongValue = -1;
department[11].discStatus = false;

department[11].Discipline = new Array();

department[11].Discipline[0] = new Discipline();
department[11].Discipline[0].NAME = "Select one...";
department[11].Discipline[0].LongValue = -1;
department[11].Discipline[0].Value = "";

department[11].Discipline[1] = new Discipline();
department[11].Discipline[1].NAME = "Counseling";
department[11].Discipline[1].LongValue = -1;
department[11].Discipline[1].Value = "";

department[11].Discipline[1].Cert_Degree = new Array();

department[11].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[11].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[11].Discipline[1].Cert_Degree[0].LongValue = -1;
department[11].Discipline[1].Cert_Degree[0].Value = "";

//***************END of Chemistry**********************

//***************Electronics**********************
department[12] = new Department();
department[12].NAME = "Electronics";
department[12].LongValue = -1;
department[12].discStatus = false;
department[12].DeptList = "<strong>Certificate/Degree:</strong><br />1. Skills Certificates";

department[12].Discipline = new Array();

department[12].Discipline[0] = new Discipline();
department[12].Discipline[0].NAME = "Select one...";
department[12].Discipline[0].LongValue = -1;
department[12].Discipline[0].Value = "";

department[12].Discipline[1] = new Discipline();
department[12].Discipline[1].NAME = "Electronics";
department[12].Discipline[1].LongValue = -1;
department[12].Discipline[1].Value = "Electronics";
department[12].Discipline[1].cdStatus = false;

department[12].Discipline[1].Cert_Degree = new Array();

department[12].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[12].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[12].Discipline[1].Cert_Degree[0].LongValue = -1;
department[12].Discipline[1].Cert_Degree[0].Value = "";

department[12].Discipline[1].Cert_Degree[1] = new Cert_Degree();
department[12].Discipline[1].Cert_Degree[1].NAME = "Skills Certificates";
department[12].Discipline[1].Cert_Degree[1].LongValue = -1;
department[12].Discipline[1].Cert_Degree[1].Value = "SkillCertificates";

//***************END of Electronics**********************

//***************Engineering**********************
department[13] = new Department();
department[13].NAME = "Engineering";
department[13].LongValue = -1;
department[13].discStatus = false;
department[13].DeptList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees<br />2. Certificates";

department[13].Discipline = new Array();

department[13].Discipline[0] = new Discipline();
department[13].Discipline[0].NAME = "Select one...";
department[13].Discipline[0].LongValue = -1;
department[13].Discipline[0].Value = "";

department[13].Discipline[1] = new Discipline();
department[13].Discipline[1].NAME = "Civil Engineering";
department[13].Discipline[1].LongValue = -1;
department[13].Discipline[1].Value = "Engineering";

department[13].Discipline[1].Cert_Degree = new Array();

department[13].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[13].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[13].Discipline[1].Cert_Degree[0].LongValue = -1;
department[13].Discipline[1].Cert_Degree[0].Value = "";

department[13].Discipline[2] = new Discipline();
department[13].Discipline[2].NAME = "Computer Aided Drafting";
department[13].Discipline[2].LongValue = -1;
department[13].Discipline[2].Value = "Engineering";
department[13].Discipline[2].cdStatus = false;

department[13].Discipline[2].Cert_Degree = new Array();

department[13].Discipline[2].Cert_Degree[0] = new Cert_Degree();
department[13].Discipline[2].Cert_Degree[0].NAME = "Select one...";
department[13].Discipline[2].Cert_Degree[0].LongValue = -1;
department[13].Discipline[2].Cert_Degree[0].Value = "";

department[13].Discipline[2].Cert_Degree[1] = new Cert_Degree();
department[13].Discipline[2].Cert_Degree[1].NAME = "Associate Degrees";
department[13].Discipline[2].Cert_Degree[1].LongValue = -1;
department[13].Discipline[2].Cert_Degree[1].Value = "DegreePrograms";

department[13].Discipline[2].Cert_Degree[2] = new Cert_Degree();
department[13].Discipline[2].Cert_Degree[2].NAME = "Certificates";
department[13].Discipline[2].Cert_Degree[2].LongValue = -1;
department[13].Discipline[2].Cert_Degree[2].Value = "CertificatePrograms";

department[13].Discipline[3] = new Discipline();
department[13].Discipline[3].NAME = "Electrical Engineering";
department[13].Discipline[3].LongValue = -1;
department[13].Discipline[3].Value = "";

department[13].Discipline[3].Cert_Degree = new Array();

department[13].Discipline[3].Cert_Degree[0] = new Cert_Degree();
department[13].Discipline[3].Cert_Degree[0].NAME = "Select one...";
department[13].Discipline[3].Cert_Degree[0].LongValue = -1;
department[13].Discipline[3].Cert_Degree[0].Value = "";

department[13].Discipline[4] = new Discipline();
department[13].Discipline[4].NAME = "Electrical Engineering Technology";
department[13].Discipline[4].LongValue = -1;
department[13].Discipline[4].Value = "";

department[13].Discipline[4].Cert_Degree = new Array();

department[13].Discipline[4].Cert_Degree[0] = new Cert_Degree();
department[13].Discipline[4].Cert_Degree[0].NAME = "Select one...";
department[13].Discipline[4].Cert_Degree[0].LongValue = -1;
department[13].Discipline[4].Cert_Degree[0].Value = "";

department[13].Discipline[5] = new Discipline();
department[13].Discipline[5].NAME = "General Engineering";
department[13].Discipline[5].LongValue = -1;
department[13].Discipline[5].Value = "";

department[13].Discipline[5].Cert_Degree = new Array();

department[13].Discipline[5].Cert_Degree[0] = new Cert_Degree();
department[13].Discipline[5].Cert_Degree[0].NAME = "Select one...";
department[13].Discipline[5].Cert_Degree[0].LongValue = -1;
department[13].Discipline[5].Cert_Degree[0].Value = "";


//***************END of Engineering**********************

//***************English**********************
department[14] = new Department();
department[14].NAME = "English";
department[14].LongValue = -1;
department[14].discStatus = false;

department[14].Discipline = new Array();

department[14].Discipline[0] = new Discipline();
department[14].Discipline[0].NAME = "Select one...";
department[14].Discipline[0].LongValue = -1;
department[14].Discipline[0].Value = "";

department[14].Discipline[1] = new Discipline();
department[14].Discipline[1].NAME = "English";
department[14].Discipline[1].LongValue = -1;
department[14].Discipline[1].Value = "";

department[14].Discipline[1].Cert_Degree = new Array();

department[14].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[14].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[14].Discipline[1].Cert_Degree[0].LongValue = -1;
department[14].Discipline[1].Cert_Degree[0].Value = "";

department[14].Discipline[2] = new Discipline();
department[14].Discipline[2].NAME = "English as a Second Language (ESL)";
department[14].Discipline[2].LongValue = -1;
department[14].Discipline[2].Value = "";

department[14].Discipline[2].Cert_Degree = new Array();

department[14].Discipline[2].Cert_Degree[0] = new Cert_Degree();
department[14].Discipline[2].Cert_Degree[0].NAME = "Select one...";
department[14].Discipline[2].Cert_Degree[0].LongValue = -1;
department[14].Discipline[2].Cert_Degree[0].Value = "";

department[14].Discipline[3] = new Discipline();
department[14].Discipline[3].NAME = "Humanities";
department[14].Discipline[3].LongValue = -1;
department[14].Discipline[3].Value = "";

department[14].Discipline[3].Cert_Degree = new Array();

department[14].Discipline[3].Cert_Degree[0] = new Cert_Degree();
department[14].Discipline[3].Cert_Degree[0].NAME = "Select one...";
department[14].Discipline[3].Cert_Degree[0].LongValue = -1;
department[14].Discipline[3].Cert_Degree[0].Value = "";

department[14].Discipline[4] = new Discipline();
department[14].Discipline[4].NAME = "Learning Skills";
department[14].Discipline[4].LongValue = -1;
department[14].Discipline[4].Value = "";

department[14].Discipline[4].Cert_Degree = new Array();

department[14].Discipline[4].Cert_Degree[0] = new Cert_Degree();
department[14].Discipline[4].Cert_Degree[0].NAME = "Select one...";
department[14].Discipline[4].Cert_Degree[0].LongValue = -1;
department[14].Discipline[4].Cert_Degree[0].Value = "";

department[14].Discipline[5] = new Discipline();
department[14].Discipline[5].NAME = "Reading";
department[14].Discipline[5].LongValue = -1;
department[14].Discipline[5].Value = "";

department[14].Discipline[5].Cert_Degree = new Array();

department[14].Discipline[5].Cert_Degree[0] = new Cert_Degree();
department[14].Discipline[5].Cert_Degree[0].NAME = "Select one...";
department[14].Discipline[5].Cert_Degree[0].LongValue = -1;
department[14].Discipline[5].Cert_Degree[0].Value = "";

//***************END of English**********************

//***************Foreign Language**********************
department[15] = new Department();
department[15].NAME = "Foreign Language";
department[15].LongValue = -1;
department[15].discStatus = false;

department[15].Discipline = new Array();

department[15].Discipline[0] = new Discipline();
department[15].Discipline[0].NAME = "Select one...";
department[15].Discipline[0].LongValue = -1;
department[15].Discipline[0].Value = "";

department[15].Discipline[1] = new Discipline();
department[15].Discipline[1].NAME = "American Sign Language";
department[15].Discipline[1].LongValue = -1;
department[15].Discipline[1].Value = "";

department[15].Discipline[1].Cert_Degree = new Array();

department[15].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[15].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[15].Discipline[1].Cert_Degree[0].LongValue = -1;
department[15].Discipline[1].Cert_Degree[0].Value = "";

department[15].Discipline[2] = new Discipline();
department[15].Discipline[2].NAME = "Chinese";
department[15].Discipline[2].LongValue = -1;
department[15].Discipline[2].Value = "";

department[15].Discipline[2].Cert_Degree = new Array();

department[15].Discipline[2].Cert_Degree[0] = new Cert_Degree();
department[15].Discipline[2].Cert_Degree[0].NAME = "Select one...";
department[15].Discipline[2].Cert_Degree[0].LongValue = -1;
department[15].Discipline[2].Cert_Degree[0].Value = "";

department[15].Discipline[3] = new Discipline();
department[15].Discipline[3].NAME = "French";
department[15].Discipline[3].LongValue = -1;
department[15].Discipline[3].Value = "";

department[15].Discipline[3].Cert_Degree = new Array();

department[15].Discipline[3].Cert_Degree[0] = new Cert_Degree();
department[15].Discipline[3].Cert_Degree[0].NAME = "Select one...";
department[15].Discipline[3].Cert_Degree[0].LongValue = -1;
department[15].Discipline[3].Cert_Degree[0].Value = "";

department[15].Discipline[4] = new Discipline();
department[15].Discipline[4].NAME = "Italian";
department[15].Discipline[4].LongValue = -1;
department[15].Discipline[4].Value = "";

department[15].Discipline[4].Cert_Degree = new Array();

department[15].Discipline[4].Cert_Degree[0] = new Cert_Degree();
department[15].Discipline[4].Cert_Degree[0].NAME = "Select one...";
department[15].Discipline[4].Cert_Degree[0].LongValue = -1;
department[15].Discipline[4].Cert_Degree[0].Value = "";

department[15].Discipline[5] = new Discipline();
department[15].Discipline[5].NAME = "Japanese";
department[15].Discipline[5].LongValue = -1;
department[15].Discipline[5].Value = "";

department[15].Discipline[5].Cert_Degree = new Array();

department[15].Discipline[5].Cert_Degree[0] = new Cert_Degree();
department[15].Discipline[5].Cert_Degree[0].NAME = "Select one...";
department[15].Discipline[5].Cert_Degree[0].LongValue = -1;
department[15].Discipline[5].Cert_Degree[0].Value = "";

department[15].Discipline[6] = new Discipline();
department[15].Discipline[6].NAME = "Spanish";
department[15].Discipline[6].LongValue = -1;
department[15].Discipline[6].Value = "";

department[15].Discipline[6].Cert_Degree = new Array();

department[15].Discipline[6].Cert_Degree[0] = new Cert_Degree();
department[15].Discipline[6].Cert_Degree[0].NAME = "Select one...";
department[15].Discipline[6].Cert_Degree[0].LongValue = -1;
department[15].Discipline[6].Cert_Degree[0].Value = "";


//***************END of Foreign Language**********************

//***************Journalism**********************
department[16] = new Department();
department[16].NAME = "Journalism";
department[16].LongValue = -1;
department[16].discStatus = false;
department[16].DeptList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees<br />2. Certificates";

department[16].Discipline = new Array();

department[16].Discipline[0] = new Discipline();
department[16].Discipline[0].NAME = "Select one...";
department[16].Discipline[0].LongValue = -1;
department[16].Discipline[0].Value = "";

department[16].Discipline[1] = new Discipline();
department[16].Discipline[1].NAME = "Journalism";
department[16].Discipline[1].LongValue = -1;
department[16].Discipline[1].Value = "Journalism";
department[16].Discipline[1].cdStatus = false;

department[16].Discipline[1].Cert_Degree = new Array();

department[16].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[16].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[16].Discipline[1].Cert_Degree[0].LongValue = -1;
department[16].Discipline[1].Cert_Degree[0].Value = "";

department[16].Discipline[1].Cert_Degree[1] = new Cert_Degree();
department[16].Discipline[1].Cert_Degree[1].NAME = "Associate Degrees";
department[16].Discipline[1].Cert_Degree[1].LongValue = -1;
department[16].Discipline[1].Cert_Degree[1].Value = "DegreePrograms";

department[16].Discipline[1].Cert_Degree[2] = new Cert_Degree();
department[16].Discipline[1].Cert_Degree[2].NAME = "Certificates";
department[16].Discipline[1].Cert_Degree[2].LongValue = -1;
department[16].Discipline[1].Cert_Degree[2].Value = "CertificatePrograms";

department[16].Discipline[2] = new Discipline();
department[16].Discipline[2].NAME = "Public Relations";
department[16].Discipline[2].LongValue = -1;
department[16].Discipline[2].Value = "Journalism";
department[16].Discipline[2].cdStatus = false;

department[16].Discipline[2].Cert_Degree = new Array();

department[16].Discipline[2].Cert_Degree[0] = new Cert_Degree();
department[16].Discipline[2].Cert_Degree[0].NAME = "Select one...";
department[16].Discipline[2].Cert_Degree[0].LongValue = -1;
department[16].Discipline[2].Cert_Degree[0].Value = "";

department[16].Discipline[2].Cert_Degree[1] = new Cert_Degree();
department[16].Discipline[2].Cert_Degree[1].NAME = "Associate Degrees";
department[16].Discipline[2].Cert_Degree[1].LongValue = -1;
department[16].Discipline[2].Cert_Degree[1].Value = "DegreePrograms";

department[16].Discipline[2].Cert_Degree[2] = new Cert_Degree();
department[16].Discipline[2].Cert_Degree[2].NAME = "Certificates";
department[16].Discipline[2].Cert_Degree[2].LongValue = -1;
department[16].Discipline[2].Cert_Degree[2].Value = "CertificatePrograms";

//***************END of Journalism**********************

//***************Library Science**********************
department[17] = new Department();
department[17].NAME = "Library Science";
department[17].LongValue = -1;
department[17].discStatus = false;

department[17].Discipline = new Array();

department[17].Discipline[0] = new Discipline();
department[17].Discipline[0].NAME = "Select one...";
department[17].Discipline[0].LongValue = -1;
department[17].Discipline[0].Value = "";

department[17].Discipline[1] = new Discipline();
department[17].Discipline[1].NAME = "Library Science";
department[17].Discipline[1].LongValue = -1;
department[17].Discipline[1].Value = "";

department[17].Discipline[1].Cert_Degree = new Array();

department[17].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[17].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[17].Discipline[1].Cert_Degree[0].LongValue = -1;
department[17].Discipline[1].Cert_Degree[0].Value = "";

//***************END of Library Science**********************

//***************Life Science**********************
department[18] = new Department();
department[18].NAME = "Life Science";
department[18].LongValue = -1;
department[18].discStatus = false;
department[18].DeptList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees<br />2. Certificates<br />3. Skills Certificates";

department[18].Discipline = new Array();

department[18].Discipline[0] = new Discipline();
department[18].Discipline[0].NAME = "Select one...";
department[18].Discipline[0].LongValue = -1;
department[18].Discipline[0].Value = "";

department[18].Discipline[1] = new Discipline();
department[18].Discipline[1].NAME = "Anatomy";
department[18].Discipline[1].LongValue = -1;
department[18].Discipline[1].Value = "";

department[18].Discipline[1].Cert_Degree = new Array();

department[18].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[18].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[18].Discipline[1].Cert_Degree[0].LongValue = -1;
department[18].Discipline[1].Cert_Degree[0].Value = "";

department[18].Discipline[2] = new Discipline();
department[18].Discipline[2].NAME = "Biology";
department[18].Discipline[2].LongValue = -1;
department[18].Discipline[2].Value = "LifeSciences";
department[18].Discipline[2].cdStatus = false;

department[18].Discipline[2].Cert_Degree = new Array();

department[18].Discipline[2].Cert_Degree[0] = new Cert_Degree();
department[18].Discipline[2].Cert_Degree[0].NAME = "Select one...";
department[18].Discipline[2].Cert_Degree[0].LongValue = -1;
department[18].Discipline[2].Cert_Degree[0].Value = "";

department[18].Discipline[2].Cert_Degree[1] = new Cert_Degree();
department[18].Discipline[2].Cert_Degree[1].NAME = "Certificates";
department[18].Discipline[2].Cert_Degree[1].LongValue = -1;
department[18].Discipline[2].Cert_Degree[1].Value = "CertificatePrograms";
//department[18].Discipline[2].DiscList = "<strong>Certificate/Degree:</strong><br />1. Certificates";

department[18].Discipline[2].Cert_Degree[2] = new Cert_Degree();
department[18].Discipline[2].Cert_Degree[2].NAME = "Skills Certificates";
department[18].Discipline[2].Cert_Degree[2].LongValue = -1;
department[18].Discipline[2].Cert_Degree[2].Value = "SkillCertificates";
//department[18].Discipline[2].DiscList += "<br />2. Skills Certificates";

department[18].Discipline[3] = new Discipline();
department[18].Discipline[3].NAME = "Electron Microscopy";
department[18].Discipline[3].LongValue = -1;
department[18].Discipline[3].Value = "LifeSciences";
department[18].Discipline[3].cdStatus = false;

department[18].Discipline[3].Cert_Degree = new Array();

department[18].Discipline[3].Cert_Degree[0] = new Cert_Degree();
department[18].Discipline[3].Cert_Degree[0].NAME = "Select one...";
department[18].Discipline[3].Cert_Degree[0].LongValue = -1;
department[18].Discipline[3].Cert_Degree[0].Value = "";

department[18].Discipline[3].Cert_Degree[1] = new Cert_Degree();
department[18].Discipline[3].Cert_Degree[1].NAME = "Associate Degrees";
department[18].Discipline[3].Cert_Degree[1].LongValue = -1;
department[18].Discipline[3].Cert_Degree[1].Value = "DegreePrograms";
//department[18].Discipline[3].DiscList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees";


department[18].Discipline[3].Cert_Degree[2] = new Cert_Degree();
department[18].Discipline[3].Cert_Degree[2].NAME = "Certificates";
department[18].Discipline[3].Cert_Degree[2].LongValue = -1;
department[18].Discipline[3].Cert_Degree[2].Value = "CertificatePrograms";
//department[18].Discipline[3].DiscList += "<br />2. Certificates";

department[18].Discipline[4] = new Discipline();
department[18].Discipline[4].NAME = "Emergency Department Assistant";
department[18].Discipline[4].LongValue = -1;
department[18].Discipline[4].Value = "LifeSciences";
department[18].Discipline[4].cdStatus = false;

department[18].Discipline[4].Cert_Degree = new Array();

department[18].Discipline[4].Cert_Degree[0] = new Cert_Degree();
department[18].Discipline[4].Cert_Degree[0].NAME = "Select one...";
department[18].Discipline[4].Cert_Degree[0].LongValue = -1;
department[18].Discipline[4].Cert_Degree[0].Value = "";

department[18].Discipline[4].Cert_Degree[1] = new Cert_Degree();
department[18].Discipline[4].Cert_Degree[1].NAME = "Certificates";
department[18].Discipline[4].Cert_Degree[1].LongValue = -1;
department[18].Discipline[4].Cert_Degree[1].Value = "CertificatePrograms";
//department[18].Discipline[4].DiscList = "<strong>Certificate/Degree:</strong><br />1. Certificates";


department[18].Discipline[5] = new Discipline();
department[18].Discipline[5].NAME = "Health Information Technology";
department[18].Discipline[5].LongValue = -1;
department[18].Discipline[5].Value = "LifeSciences";
department[18].Discipline[5].cdStatus = false;


department[18].Discipline[5].Cert_Degree = new Array();

department[18].Discipline[5].Cert_Degree[0] = new Cert_Degree();
department[18].Discipline[5].Cert_Degree[0].NAME = "Select one...";
department[18].Discipline[5].Cert_Degree[0].LongValue = -1;
department[18].Discipline[5].Cert_Degree[0].Value = "";

department[18].Discipline[5].Cert_Degree[1] = new Cert_Degree();
department[18].Discipline[5].Cert_Degree[1].NAME = "Associate Degrees";
department[18].Discipline[5].Cert_Degree[1].LongValue = -1;
department[18].Discipline[5].Cert_Degree[1].Value = "DegreePrograms";
//department[18].Discipline[5].DiscList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees";


department[18].Discipline[5].Cert_Degree[2] = new Cert_Degree();
department[18].Discipline[5].Cert_Degree[2].NAME = "Certificates";
department[18].Discipline[5].Cert_Degree[2].LongValue = -1;
department[18].Discipline[5].Cert_Degree[2].Value = "CertificatePrograms";
//department[18].Discipline[5].DiscList += "<br />2. Certificates";

department[18].Discipline[5].Cert_Degree[3] = new Cert_Degree();
department[18].Discipline[5].Cert_Degree[3].NAME = "Skills Certificates";
department[18].Discipline[5].Cert_Degree[3].LongValue = -1;
department[18].Discipline[5].Cert_Degree[3].Value = "SkillCertificates";
//department[18].Discipline[5].DiscList += "<br />3. Skills Certificates";

department[18].Discipline[6] = new Discipline();
department[18].Discipline[6].NAME = "Medical Assisting";
department[18].Discipline[6].LongValue = -1;
department[18].Discipline[6].Value = "LifeSciences";
department[18].Discipline[6].cdStatus = false;

department[18].Discipline[6].Cert_Degree = new Array();

department[18].Discipline[6].Cert_Degree[0] = new Cert_Degree();
department[18].Discipline[6].Cert_Degree[0].NAME = "Select one...";
department[18].Discipline[6].Cert_Degree[0].LongValue = -1;
department[18].Discipline[6].Cert_Degree[0].Value = "";

department[18].Discipline[6].Cert_Degree[1] = new Cert_Degree();
department[18].Discipline[6].Cert_Degree[1].NAME = "Associate Degrees";
department[18].Discipline[6].Cert_Degree[1].LongValue = -1;
department[18].Discipline[6].Cert_Degree[1].Value = "DegreePrograms";
//department[18].Discipline[6].DiscList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees";

department[18].Discipline[6].Cert_Degree[2] = new Cert_Degree();
department[18].Discipline[6].Cert_Degree[2].NAME = "Certificates";
department[18].Discipline[6].Cert_Degree[2].LongValue = -1;
department[18].Discipline[6].Cert_Degree[2].Value = "CertificatePrograms";
//department[18].Discipline[6].DiscList += "<br />2. Certificates";

department[18].Discipline[6].Cert_Degree[3] = new Cert_Degree();
department[18].Discipline[6].Cert_Degree[3].NAME = "Skills Certificates";
department[18].Discipline[6].Cert_Degree[3].LongValue = -1;
department[18].Discipline[6].Cert_Degree[3].Value = "SkillCertificates";
//department[18].Discipline[6].DiscList += "<br />3. Skills Certificates";

department[18].Discipline[7] = new Discipline();
department[18].Discipline[7].NAME = "Microbiology";
department[18].Discipline[7].LongValue = -1;
department[18].Discipline[7].Value = "";

department[18].Discipline[7].Cert_Degree = new Array();

department[18].Discipline[7].Cert_Degree[0] = new Cert_Degree();
department[18].Discipline[7].Cert_Degree[0].NAME = "Select one...";
department[18].Discipline[7].Cert_Degree[0].LongValue = -1;
department[18].Discipline[7].Cert_Degree[0].Value = "";

department[18].Discipline[8] = new Discipline();
department[18].Discipline[8].NAME = "Physiology";
department[18].Discipline[8].LongValue = -1;
department[18].Discipline[8].Value = "";

department[18].Discipline[8].Cert_Degree = new Array();

department[18].Discipline[8].Cert_Degree[0] = new Cert_Degree();
department[18].Discipline[8].Cert_Degree[0].NAME = "Select one...";
department[18].Discipline[8].Cert_Degree[0].LongValue = -1;
department[18].Discipline[8].Cert_Degree[0].Value = "";

department[18].Discipline[9] = new Discipline();
department[18].Discipline[9].NAME = "Respiratory Therapy";
department[18].Discipline[9].LongValue = -1;
department[18].Discipline[9].Value = "LifeSciences";
department[18].Discipline[9].cdStatus = false;

department[18].Discipline[9].Cert_Degree = new Array();

department[18].Discipline[9].Cert_Degree[0] = new Cert_Degree();
department[18].Discipline[9].Cert_Degree[0].NAME = "Select one...";
department[18].Discipline[9].Cert_Degree[0].LongValue = -1;
department[18].Discipline[9].Cert_Degree[0].Value = "";

department[18].Discipline[9].Cert_Degree[1] = new Cert_Degree();
department[18].Discipline[9].Cert_Degree[1].NAME = "Associate Degrees";
department[18].Discipline[9].Cert_Degree[1].LongValue = -1;
department[18].Discipline[9].Cert_Degree[1].Value = "DegreePrograms";
//department[18].Discipline[9].DiscList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees";


department[18].Discipline[9].Cert_Degree[2] = new Cert_Degree();
department[18].Discipline[9].Cert_Degree[2].NAME = "Certificates";
department[18].Discipline[9].Cert_Degree[2].LongValue = -1;
department[18].Discipline[9].Cert_Degree[2].Value = "CertificatePrograms";
//department[18].Discipline[9].DiscList += "<br />2. Certificates";


//***************END of Life Science**********************

//***************Mathematics**********************
department[19] = new Department();
department[19].NAME = "Mathematics";
department[19].LongValue = -1;
department[19].discStatus = false;
department[19].DeptList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees";

department[19].Discipline = new Array();

department[19].Discipline[0] = new Discipline();
department[19].Discipline[0].NAME = "Select one...";
department[19].Discipline[0].LongValue = -1;
department[19].Discipline[0].Value = "";

department[19].Discipline[1] = new Discipline();
department[19].Discipline[1].NAME = "Mathematics";
department[19].Discipline[1].LongValue = -1;
department[19].Discipline[1].Value = "Mathematics";
department[19].Discipline[1].cdStatus = false;

department[19].Discipline[1].Cert_Degree = new Array();

department[19].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[19].Discipline[1].Cert_Degree[0].NAME = "Select One...";
department[19].Discipline[1].Cert_Degree[0].LongValue = -1;
department[19].Discipline[1].Cert_Degree[0].Value = "";

department[19].Discipline[1].Cert_Degree[1] = new Cert_Degree();
department[19].Discipline[1].Cert_Degree[1].NAME = "Associate Degrees";
department[19].Discipline[1].Cert_Degree[1].LongValue = -1;
department[19].Discipline[1].Cert_Degree[1].Value = "DegreePrograms";
//department[19].Discipline[1].DiscList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees";

//***************END of Mathematics**********************

//***************Music**********************
department[20] = new Department();
department[20].NAME = "Music";
department[20].LongValue = -1;
department[20].discStatus = false;
department[20].DeptList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees";

department[20].Discipline = new Array();

department[20].Discipline[0] = new Discipline();
department[20].Discipline[0].NAME = "Select one...";
department[20].Discipline[0].LongValue = -1;
department[20].Discipline[0].Value = "";

department[20].Discipline[1] = new Discipline();
department[20].Discipline[1].NAME = "Music";
department[20].Discipline[1].LongValue = -1;
department[20].Discipline[1].Value = "Music";
department[20].Discipline[1].cdStatus = false;

department[20].Discipline[1].Cert_Degree = new Array();

department[20].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[20].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[20].Discipline[1].Cert_Degree[0].LongValue = -1;
department[20].Discipline[1].Cert_Degree[0].Value = "";

department[20].Discipline[1].Cert_Degree[1] = new Cert_Degree();
department[20].Discipline[1].Cert_Degree[1].NAME = "Associate Degrees";
department[20].Discipline[1].Cert_Degree[1].LongValue = -1;
department[20].Discipline[1].Cert_Degree[1].Value = "DegreePrograms";


//***************END of Music**********************

//***************Nursing**********************
department[21] = new Department();
department[21].NAME = "Nursing";
department[21].LongValue = -1;
department[21].discStatus = false;
department[21].DeptList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees<br />2. Certificates";

department[21].Discipline = new Array();

department[21].Discipline[0] = new Discipline();
department[21].Discipline[0].NAME = "Select one...";
department[21].Discipline[0].LongValue = -1;
department[21].Discipline[0].Value = "";

department[21].Discipline[1] = new Discipline();
department[21].Discipline[1].NAME = "Nursing";
department[21].Discipline[1].LongValue = -1;
department[21].Discipline[1].Value = "Nursing";
department[21].Discipline[1].cdStatus = false;

department[21].Discipline[1].Cert_Degree = new Array();

department[21].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[21].Discipline[1].Cert_Degree[0].NAME = "Select One...";
department[21].Discipline[1].Cert_Degree[0].LongValue = -1;
department[21].Discipline[1].Cert_Degree[0].Value = "";

department[21].Discipline[1].Cert_Degree[1] = new Cert_Degree();
department[21].Discipline[1].Cert_Degree[1].NAME = "Associate Degrees";
department[21].Discipline[1].Cert_Degree[1].LongValue = -1;
department[21].Discipline[1].Cert_Degree[1].Value = "DegreePrograms";
//department[21].Discipline[1].DiscList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees";

department[21].Discipline[1].Cert_Degree[2] = new Cert_Degree();
department[21].Discipline[1].Cert_Degree[2].NAME = "Certificates";
department[21].Discipline[1].Cert_Degree[2].LongValue = -1;
department[21].Discipline[1].Cert_Degree[2].Value = "CertificatePrograms";
//department[21].Discipline[1].DiscList += "<br />2. Certificates";

//***************END of Nursing**********************

//***************Philosophy**********************
department[22] = new Department();
department[22].NAME = "Philosophy";
department[22].LongValue = -1;
department[22].discStatus = false;

department[22].Discipline = new Array();

department[22].Discipline[0] = new Discipline();
department[22].Discipline[0].NAME = "Select one...";
department[22].Discipline[0].LongValue = -1;
department[22].Discipline[0].Value = "";

department[22].Discipline[1] = new Discipline();
department[22].Discipline[1].NAME = "Philosophy";
department[22].Discipline[1].LongValue = -1;
department[22].Discipline[1].Value = "";

department[22].Discipline[1].Cert_Degree = new Array();

department[22].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[22].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[22].Discipline[1].Cert_Degree[0].LongValue = -1;
department[22].Discipline[1].Cert_Degree[0].Value = "";

//***************END of Philosophy**********************

//***************Photography**********************
department[23] = new Department();
department[23].NAME = "Photography";
department[23].LongValue = -1;
department[23].discStatus = false;
department[23].DeptList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees<br />2. Certificates<br />3. Skills Certificates";

department[23].Discipline = new Array();

department[23].Discipline[0] = new Discipline();
department[23].Discipline[0].NAME = "Select one...";
department[23].Discipline[0].LongValue = -1;
department[23].Discipline[0].Value = "";

department[23].Discipline[1] = new Discipline();
department[23].Discipline[1].NAME = "Photography";
department[23].Discipline[1].LongValue = -1;
department[23].Discipline[1].Value = "Photography";
department[23].Discipline[1].cdStatus = false;

department[23].Discipline[1].Cert_Degree = new Array();

department[23].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[23].Discipline[1].Cert_Degree[0].NAME = "Select One...";
department[23].Discipline[1].Cert_Degree[0].LongValue = -1;
department[23].Discipline[1].Cert_Degree[0].Value = "";

department[23].Discipline[1].Cert_Degree[1] = new Cert_Degree();
department[23].Discipline[1].Cert_Degree[1].NAME = "Associate Degrees";
department[23].Discipline[1].Cert_Degree[1].LongValue = -1;
department[23].Discipline[1].Cert_Degree[1].Value = "DegreePrograms";
//department[23].Discipline[1].DiscList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees";

department[23].Discipline[1].Cert_Degree[2] = new Cert_Degree();
department[23].Discipline[1].Cert_Degree[2].NAME = "Certificates";
department[23].Discipline[1].Cert_Degree[2].LongValue = -1;
department[23].Discipline[1].Cert_Degree[2].Value = "CertificatePrograms";
department[23].Discipline[1].DiscList += "<br />2. Certificates";

department[23].Discipline[1].Cert_Degree[3] = new Cert_Degree();
department[23].Discipline[1].Cert_Degree[3].NAME = "Skills Certificates";
department[23].Discipline[1].Cert_Degree[3].LongValue = -1;
department[23].Discipline[1].Cert_Degree[3].Value = "SkillCertificates";
department[23].Discipline[1].DiscList += "<br />3. Skills Certificates";

//***************END of Photography**********************

//***************Physical Education - Men, Women**********************
department[24] = new Department();
department[24].NAME = "Physical Education - Men, Women";
department[24].LongValue = -1;
department[24].discStatus = false;
department[24].DeptList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees";


department[24].Discipline = new Array();

department[24].Discipline[0] = new Discipline();
department[24].Discipline[0].NAME = "Select one...";
department[24].Discipline[0].LongValue = -1;
department[24].Discipline[0].Value = "";

department[24].Discipline[1] = new Discipline();
department[24].Discipline[1].NAME = "Dance Studies";
department[24].Discipline[1].LongValue = -1;
department[24].Discipline[1].Value = "";

department[24].Discipline[1].Cert_Degree = new Array();

department[24].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[24].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[24].Discipline[1].Cert_Degree[0].LongValue = -1;
department[24].Discipline[1].Cert_Degree[0].Value = "";


department[24].Discipline[2] = new Discipline();
department[24].Discipline[2].NAME = "Dance Techniques";
department[24].Discipline[2].LongValue = -1;
department[24].Discipline[2].Value = "";

department[24].Discipline[2].Cert_Degree = new Array();

department[24].Discipline[2].Cert_Degree[0] = new Cert_Degree();
department[24].Discipline[2].Cert_Degree[0].NAME = "Select one...";
department[24].Discipline[2].Cert_Degree[0].LongValue = -1;
department[24].Discipline[2].Cert_Degree[0].Value = "";

department[24].Discipline[3] = new Discipline();
department[24].Discipline[3].NAME = "Health";
department[24].Discipline[3].LongValue = -1;
department[24].Discipline[3].Value = "";

department[24].Discipline[3].Cert_Degree = new Array();

department[24].Discipline[3].Cert_Degree[0] = new Cert_Degree();
department[24].Discipline[3].Cert_Degree[0].NAME = "Select one...";
department[24].Discipline[3].Cert_Degree[0].LongValue = -1;
department[24].Discipline[3].Cert_Degree[0].Value = "";


department[24].Discipline[4] = new Discipline();
department[24].Discipline[4].NAME = "Physical Education";
department[24].Discipline[4].LongValue = -1;
department[24].Discipline[4].Value = "PhysicalEducation";
department[24].Discipline[4].cdStatus = false;

department[24].Discipline[4].Cert_Degree = new Array();

department[24].Discipline[4].Cert_Degree[0] = new Cert_Degree();
department[24].Discipline[4].Cert_Degree[0].NAME = "Select one...";
department[24].Discipline[4].Cert_Degree[0].LongValue = -1;
department[24].Discipline[4].Cert_Degree[0].Value = "";

department[24].Discipline[4].Cert_Degree[1] = new Cert_Degree();
department[24].Discipline[4].Cert_Degree[1].NAME = "Associate Degrees";
department[24].Discipline[4].Cert_Degree[1].LongValue = -1;
department[24].Discipline[4].Cert_Degree[1].Value = "DegreePrograms";
//department[24].Discipline[4].DiscList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees";

department[24].Discipline[5] = new Discipline();
department[24].Discipline[5].NAME = "Physical Fitness and Body Movement";
department[24].Discipline[5].LongValue = -1;
department[24].Discipline[5].Value = "";

department[24].Discipline[5].Cert_Degree = new Array();

department[24].Discipline[5].Cert_Degree[0] = new Cert_Degree();
department[24].Discipline[5].Cert_Degree[0].NAME = "Select one...";
department[24].Discipline[5].Cert_Degree[0].LongValue = -1;
department[24].Discipline[5].Cert_Degree[0].Value = "";

//***************END of Physical Education - Men, Women**********************

//***************Physics**********************
department[25] = new Department();
department[25].NAME = "Physics";
department[25].LongValue = -1;
department[25].discStatus = false;

department[25].Discipline = new Array();

department[25].Discipline[0] = new Discipline();
department[25].Discipline[0].NAME = "Select one...";
department[25].Discipline[0].LongValue = -1;
department[25].Discipline[0].Value = "";

department[25].Discipline[1] = new Discipline();
department[25].Discipline[1].NAME = "Physics";
department[25].Discipline[1].LongValue = -1;
department[25].Discipline[1].Value = "";

department[25].Discipline[1].Cert_Degree = new Array();

department[25].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[25].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[25].Discipline[1].Cert_Degree[0].LongValue = -1;
department[25].Discipline[1].Cert_Degree[0].Value = "";


//***************END of Physics**********************

//***************Psychology**********************
department[26] = new Department();
department[26].NAME = "Psychology";
department[26].LongValue = -1;
department[26].discStatus = false;
department[26].DeptList = "<strong>Certificate/Degree:</strong><br />1. Certificates<br />2. Skills Certificates";

department[26].Discipline = new Array();

department[26].Discipline[0] = new Discipline();
department[26].Discipline[0].NAME = "Select one...";
department[26].Discipline[0].LongValue = -1;
department[26].Discipline[0].Value = "";

department[26].Discipline[1] = new Discipline();
department[26].Discipline[1].NAME = "Psychology";
department[26].Discipline[1].LongValue = -1;
department[26].Discipline[1].Value = "Psychology";
department[26].Discipline[1].cdStatus = false;

department[26].Discipline[1].Cert_Degree = new Array();

department[26].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[26].Discipline[1].Cert_Degree[0].NAME = "Select One...";
department[26].Discipline[1].Cert_Degree[0].LongValue = -1;
department[26].Discipline[1].Cert_Degree[0].Value = "";

department[26].Discipline[1].Cert_Degree[1] = new Cert_Degree();
department[26].Discipline[1].Cert_Degree[1].NAME = "Certificates";
department[26].Discipline[1].Cert_Degree[1].LongValue = -1;
department[26].Discipline[1].Cert_Degree[1].Value = "CertificatePrograms";
//department[26].Discipline[1].DiscList = "<strong>Certificate/Degree:</strong><br />1. Certificates";

department[26].Discipline[1].Cert_Degree[2] = new Cert_Degree();
department[26].Discipline[1].Cert_Degree[2].NAME = "Skills Certificates";
department[26].Discipline[1].Cert_Degree[2].LongValue = -1;
department[26].Discipline[1].Cert_Degree[2].Value = "SkillCertificates";
//department[26].Discipline[1].DiscList += "<br />2. Skills Certificates";

//***************END of Psychology**********************

//***************Social Sciences**********************
department[27] = new Department();
department[27].NAME = "Social Sciences";
department[27].LongValue = -1;
department[27].discStatus = false;

department[27].Discipline = new Array();

department[27].Discipline[0] = new Discipline();
department[27].Discipline[0].NAME = "Select one...";
department[27].Discipline[0].LongValue = -1;
department[27].Discipline[0].Value = "";

department[27].Discipline[1] = new Discipline();
department[27].Discipline[1].NAME = "African-American Studies";
department[27].Discipline[1].LongValue = -1;
department[27].Discipline[1].Value = "";

department[27].Discipline[1].Cert_Degree = new Array();

department[27].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[27].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[27].Discipline[1].Cert_Degree[0].LongValue = -1;
department[27].Discipline[1].Cert_Degree[0].Value = "";


department[27].Discipline[2] = new Discipline();
department[27].Discipline[2].NAME = "Asian-American Studies";
department[27].Discipline[2].LongValue = -1;
department[27].Discipline[2].Value = "";

department[27].Discipline[2].Cert_Degree = new Array();

department[27].Discipline[2].Cert_Degree[0] = new Cert_Degree();
department[27].Discipline[2].Cert_Degree[0].NAME = "Select one...";
department[27].Discipline[2].Cert_Degree[0].LongValue = -1;
department[27].Discipline[2].Cert_Degree[0].Value = "";

department[27].Discipline[3] = new Discipline();
department[27].Discipline[3].NAME = "Economics";
department[27].Discipline[3].LongValue = -1;
department[27].Discipline[3].Value = "";

department[27].Discipline[3].Cert_Degree = new Array();

department[27].Discipline[3].Cert_Degree[0] = new Cert_Degree();
department[27].Discipline[3].Cert_Degree[0].NAME = "Select one...";
department[27].Discipline[3].Cert_Degree[0].LongValue = -1;
department[27].Discipline[3].Cert_Degree[0].Value = "";

department[27].Discipline[4] = new Discipline();
department[27].Discipline[4].NAME = "History";
department[27].Discipline[4].LongValue = -1;
department[27].Discipline[4].Value = "";

department[27].Discipline[4].Cert_Degree = new Array();

department[27].Discipline[4].Cert_Degree[0] = new Cert_Degree();
department[27].Discipline[4].Cert_Degree[0].NAME = "Select one...";
department[27].Discipline[4].Cert_Degree[0].LongValue = -1;
department[27].Discipline[4].Cert_Degree[0].Value = "";

department[27].Discipline[5] = new Discipline();
department[27].Discipline[5].NAME = "Political Science";
department[27].Discipline[5].LongValue = -1;
department[27].Discipline[5].Value = "";

department[27].Discipline[5].Cert_Degree = new Array();

department[27].Discipline[5].Cert_Degree[0] = new Cert_Degree();
department[27].Discipline[5].Cert_Degree[0].NAME = "Select one...";
department[27].Discipline[5].Cert_Degree[0].LongValue = -1;
department[27].Discipline[5].Cert_Degree[0].Value = "";

department[27].Discipline[6] = new Discipline();
department[27].Discipline[6].NAME = "Sociology";
department[27].Discipline[6].LongValue = -1;
department[27].Discipline[6].Value = "";

department[27].Discipline[6].Cert_Degree = new Array();

department[27].Discipline[6].Cert_Degree[0] = new Cert_Degree();
department[27].Discipline[6].Cert_Degree[0].NAME = "Select one...";
department[27].Discipline[6].Cert_Degree[0].LongValue = -1;
department[27].Discipline[6].Cert_Degree[0].Value = "";

//***************END of Social Sciences**********************

//***************Speech and Theater Arts**********************
department[28] = new Department();
department[28].NAME = "Speech and Theater Arts";
department[28].LongValue = -1;
department[28].discStatus = false;
department[28].DeptList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees<br />2. Skills Certificates";

department[28].Discipline = new Array();

department[28].Discipline[0] = new Discipline();
department[28].Discipline[0].NAME = "Select one...";
department[28].Discipline[0].LongValue = -1;
department[28].Discipline[0].Value = "";


department[28].Discipline[1] = new Discipline();
department[28].Discipline[1].NAME = "Broadcasting";
department[28].Discipline[1].LongValue = -1;
department[28].Discipline[1].Value = "";

department[28].Discipline[1].Cert_Degree = new Array();

department[28].Discipline[1].Cert_Degree[0] = new Cert_Degree();
department[28].Discipline[1].Cert_Degree[0].NAME = "Select one...";
department[28].Discipline[1].Cert_Degree[0].LongValue = -1;
department[28].Discipline[1].Cert_Degree[0].Value = "";

department[28].Discipline[2] = new Discipline();
department[28].Discipline[2].NAME = "Speech Communication";
department[28].Discipline[2].LongValue = -1;
department[28].Discipline[2].Value = "";

department[28].Discipline[2].Cert_Degree = new Array();

department[28].Discipline[2].Cert_Degree[0] = new Cert_Degree();
department[28].Discipline[2].Cert_Degree[0].NAME = "Select one...";
department[28].Discipline[2].Cert_Degree[0].LongValue = -1;
department[28].Discipline[2].Cert_Degree[0].Value = "";


department[28].Discipline[3] = new Discipline();
department[28].Discipline[3].NAME = "Theater";
department[28].Discipline[3].LongValue = -1;
department[28].Discipline[3].Value = "SpeechAndTheaterArts";
department[28].Discipline[3].cdStatus = false;

department[28].Discipline[3].Cert_Degree = new Array();

department[28].Discipline[3].Cert_Degree[0] = new Cert_Degree();
department[28].Discipline[3].Cert_Degree[0].NAME = "Select One...";
department[28].Discipline[3].Cert_Degree[0].LongValue = -1;
department[28].Discipline[3].Cert_Degree[0].Value = "";

department[28].Discipline[3].Cert_Degree[1] = new Cert_Degree();
department[28].Discipline[3].Cert_Degree[1].NAME = "Associate Degrees";
department[28].Discipline[3].Cert_Degree[1].LongValue = -1;
department[28].Discipline[3].Cert_Degree[1].Value = "DegreePrograms";
//department[28].Discipline[3].DiscList = "<strong>Certificate/Degree:</strong><br />1. Associate Degrees";

department[28].Discipline[3].Cert_Degree[2] = new Cert_Degree();
department[28].Discipline[3].Cert_Degree[2].NAME = "Skills Certificates";
department[28].Discipline[3].Cert_Degree[2].LongValue = -1;
department[28].Discipline[3].Cert_Degree[2].Value = "SkillCertificates";
//department[28].Discipline[3].DiscList += "<br />2. Skills Certificage";

//***************END of Speech and Theater Arts**********************


function changeMenu(cm)
{
	var cdlist = "";
	var DeptList = "";
	var selectedDepartment = "";
	var selectedDiscipline = "";
	var selectedDepartmentIndex = DepartmentMenu[0].selectedIndex; // for first select dropdown menu

	if(cm == 1)
		var selectedDisciplineIndex = DepartmentMenu[cm].selectedIndex;
	else
		var selectedDisciplineIndex = -1;

	var i;

	// assign any value that selected from the first dropdown menu to selectedDepartment variable
	if (selectedDepartmentIndex >= 0) {
		selectedDepartment = DepartmentMenu[0].options[selectedDepartmentIndex].value;
	}

	if (selectedDisciplineIndex >= 0 ) {
		selectedDiscipline = DepartmentMenu[cm].options[selectedDisciplineIndex].value;
	}

	// make sure user didn't click on an empty box
	if ((cm != -1) && (DepartmentMenu[0].length < 1))
	  	return;

	// get the chosen Cert_Degree from this DepartmentMenu
	if (cm == -1) {
		selectedDepartment = "";
		selectedDiscipline = "";
		selectedDisciplineIndex = 0;
	  	selectedDepartmentIndex = 0;
	  	cdlist = "";
	 }
	else
	{
	  	if (DepartmentMenu[0].selectedIndex == -1)
	    		return;

		selectedDepartmentIndex = DepartmentMenu[0].selectedIndex;
		if (selectedDepartmentIndex > -1)
	  		selectedDepartment = DepartmentMenu[0].options[selectedDepartmentIndex].value;
		else
			return;
	}

	// fill up the next menu based on the selectedDepartment
	if (cm == 0)
	{
		//a Department is selected, construct Family menu
		cdlist = "";		
		DepartmentMenu[cm+1].disabled = department[selectedDepartmentIndex].discStatus;
		DepartmentMenu[cm+2].disabled = true;
		
		DeptList = department[selectedDepartmentIndex].DeptList;			
				
		if(DeptList != null)
			document.getElementById("deptlist").innerHTML = DeptList;
		else
			document.getElementById("deptlist").innerHTML = "";
		
		var componentCount = department[selectedDepartmentIndex].Discipline.length;
		var DiscCount = 0;
		for (i = 0; i < componentCount; i++)
		{
			var componentName = department[selectedDepartmentIndex].Discipline[i].NAME;
			var componentValue = department[selectedDepartmentIndex].Discipline[i].Value;
			DepartmentMenu[cm+1].options[i] = new Option(componentName,componentValue);
			DiscCount += 1;
		}
			
		DepartmentMenu[cm+1].length = componentCount;

		if(selectedDisciplineIndex <= 0)
		{
			if(DiscCount > 1 && DeptList != "") {		
			   cdlist = "<strong>Select Department</strong>";
			   document.getElementById("disclist").innerHTML = cdlist;
			}
			else {
			   cdlist = "<strong>The item you selected does not have a Certificate/Degree.</strong>";
			   document.getElementById("disclist").innerHTML = cdlist;
			}
			DepartmentMenu[2].length = 0;
			DepartmentMenu[2].options[0] = new Option("Select one...");
			return;
		}
	}
	else if (cm == 1)
	{	
		//a Family is selected, construct Model menu
		selectedDisciplineIndex = DepartmentMenu[cm].selectedIndex;
		selectedDiscipline = DepartmentMenu[cm].options[selectedDisciplineIndex].value;

		DepartmentMenu[cm+1].disabled = department[selectedDepartmentIndex].Discipline[selectedDisciplineIndex].cdStatus;
				
		cdlist = "<strong>The item you selected does not have a Certificate/Degree.</strong>";
		
		if (selectedDisciplineIndex <= 0 && selectedDiscipline == "")
		{
			//DepartmentMenu[cm].selectedIndex = -1;
			document.getElementById("disclist").innerHTML = cdlist;
			DepartmentMenu[2].length = 0;
			DepartmentMenu[2].options[0] = new Option("Select one...");
			return;
		}
		else {

			var subComponentCount = department[selectedDepartmentIndex].Discipline[selectedDisciplineIndex].Cert_Degree.length;			
			
			if( selectedDisciplineIndex > 0 && subComponentCount > 0)
			{
				if (subComponentCount > 1)
				   cdlist = "<strong>Certificate/Degree:</strong>";
				
				for (i = 0; i < subComponentCount; i++)
				{
					var subComponentName = department[selectedDepartmentIndex].Discipline[selectedDisciplineIndex].Cert_Degree[i].NAME;
					var subComponentValue = department[selectedDepartmentIndex].Discipline[selectedDisciplineIndex].Cert_Degree[i].Value;
					DepartmentMenu[cm+1].options[i] = new Option(subComponentName, subComponentValue);
					
					if ( i > 0 )
						cdlist += "<br />" + (i) + ". " + subComponentName;
				}							

				DepartmentMenu[cm+1].length = subComponentCount;
			}
			else {
				DepartmentMenu[cm+1].length = 0;
				DepartmentMenu[cm+1].options[0] = new Option("Select one...");
			}
			
		}
		document.getElementById("disclist").innerHTML = cdlist;			
	}
	else {
		//clear out all menus to the right of this menu
		for (i = cm+1; i < DepartmentMenu.length; i++)
		{
	   		DepartmentMenu[i].length = 0;
			DepartmentMenu[i].options[0] = new Option("Select one...");
		}
	}
}

//--->
