function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function KW_updateItems(d,o,fn) {
	function inArrayLabel(haystack, needle) {					//searches to see if a label value is found an array of objects
		for (value in haystack) {
			if (haystack[value].label == needle) return value;	//returns index of value if found
		}
		return false;										//returns false if not found
	}
	var i,s,l=MM_findObj(d),b,z=o.options[o.selectedIndex].value;
	var optList=Array();
	while (l.childNodes[0]) l.removeChild(l.childNodes[0]);
	b=(z!='nill')?eval('items_' + z):0;
	for(i=0;i<b.length;i++){
		s=b[i].split("|");
		var objOption=document.createElement("option");
		objOption.innerHTML = s[1];
		objOption.value = s[0];
		if(s[2]){
			if (target = inArrayLabel(optList, s[2])) {
				optList[target].appendChild(objOption);	//put this option into the group
			} else {
				target = optList.length;
				optList[target] = document.createElement("optgroup"); //create option group
				optList[target].label = s[2];	//attach label to group
				optList[target].appendChild(objOption);	//put this option into the group
			}
		} else {
			optList[i] = objOption;
		}
	}
	for (myObj in optList) {
		l.appendChild(optList[myObj]);
	}
	optList=null;
	l.selectedIndex=0;
	if (!fn) return;
	eval(fn);
}

var items_ = new Array();
	items_.push('|Choose A Campus');



var items_AIU0039 = new Array();
	items_AIU0039.push('|Choose A Program');

var items_AIU0040 = new Array();
	items_AIU0040.push('|Choose A Program');

var items_AIU0037 = new Array();
	items_AIU0037.push('|Choose A Program');
	items_AIU0037.push('BUSTNG|Business Training|');
	items_AIU0037.push('CJ|Criminal Justice|');
	items_AIU0037.push('EDU|Education|');
	items_AIU0037.push('IT|Information Technology|');
	items_AIU0037.push('VISCOMM|Visual Communication|');

var items_AME0028 = new Array();
	items_AME0028.push('|Choose A Program');
	items_AME0028.push('BUSAD|Business Administration|');
	items_AME0028.push('MBA|Business Administration (MBA)|');
	items_AME0028.push('CJ|Criminal Justice|');
	items_AME0028.push('IT|Information Technology|');
	items_AME0028.push('VISCOMM|Visual Communication|');

var items_BRI0001 = new Array();
	items_BRI0001.push('|Choose A Program');
	items_BRI0001.push('ACCTG|Accounting|');
	items_BRI0001.push('BUSAD|Business Administration|');
	items_BRI0001.push('CIS|Computer Information Systems|');
	items_BRI0001.push('COMPNETOP|Computer Network Operations|');
	items_BRI0001.push('PROG|Computer Programming|');
	items_BRI0001.push('CJ|Criminal Justice|');
	items_BRI0001.push('DIGPHOTO|Digital Photography|');
	items_BRI0001.push('GRAPHDES|Graphic Design|');
	items_BRI0001.push('TECH|Networking and Computer Technology|');
	items_BRI0001.push('OFFICETECH|Office Technologies|');

var items_BRI0002 = new Array();
	items_BRI0002.push('|Choose A Program');
	items_BRI0002.push('ACCTG|Accounting|');
	items_BRI0002.push('AA/AS|Associate Degree|');
	items_BRI0002.push('BA/BS|Bachelor\'s Degree|');
	items_BRI0002.push('BUSAD|Business Administration|');
	items_BRI0002.push('CIS|Computer Information Systems|');
	items_BRI0002.push('PROG|Computer Programming|');
	items_BRI0002.push('CJ|Criminal Justice|');
	items_BRI0002.push('GRAPHDES|Graphic Design|');
	items_BRI0002.push('TECH|Networking and Computer Technology|');
	items_BRI0002.push('OFFICETECH|Office Technologies|');

var items_BRI0008 = new Array();
	items_BRI0008.push('|Choose A Program');

var items_BRO0005 = new Array();
	items_BRO0005.push('|Choose A Program');

var items_BRO0006 = new Array();
	items_BRO0006.push('|Choose A Program');
	items_BRO0006.push('VIDPROD|Film|');
	items_BRO0006.push('PROPHO|Professional Photography|');
	items_BRO0006.push('VISCOMM|Visual Communication|');
	items_BRO0006.push('VISJOU|Visual Journalism|');

var items_BRO0011 = new Array();
	items_BRO0011.push('|Choose A Program');
	items_BRO0011.push('BUSMAN|Business Management|');
	items_BRO0011.push('CJ|Criminal Justice|');
	items_BRO0011.push('DIGPHOTO|Digital Photography|');
	items_BRO0011.push('GAMEDES|Game Design|');
	items_BRO0011.push('IT|Information Technology|');
	items_BRO0011.push('INTDES|Interior Design|');
	items_BRO0011.push('NETDEV|Network Development|');
	items_BRO0011.push('RADIOBRD|Radio Broadcasting|');
	items_BRO0011.push('SOFTDEV|Software Development|');
	items_BRO0011.push('VISCOMMGD|Visual Communication - Graphic Design|');
	items_BRO0011.push('VISCOMMMM|Visual Communications - Multimedia|');

var items_BRO0010 = new Array();
	items_BRO0010.push('|Choose A Program');
	items_BRO0010.push('BUSMAN|Business Management|');
	items_BRO0010.push('CJ|Criminal Justice|');
	items_BRO0010.push('DIGPHOTO|Digital Photography|');
	items_BRO0010.push('GAMEDES|Game Design|');
	items_BRO0010.push('IT|Information Technology|');
	items_BRO0010.push('INTDES|Interior Design|');
	items_BRO0010.push('NETDEV|Network Development|');
	items_BRO0010.push('RADIOBRD|Radio Broadcasting|');
	items_BRO0010.push('SOFTDEV|Software Development|');
	items_BRO0010.push('VISCOMMGD|Visual Communication - Graphic Design|');
	items_BRO0010.push('VISCOMMMM|Visual Communications - Multimedia|');

var items_CAL0014 = new Array();
	items_CAL0014.push('|Choose A Program');
	items_CAL0014.push('CULARTS|Le Cordon Bleu Culinary Arts|');
	items_CAL0014.push('RESTMAN|Le Cordon Bleu Hospitality & Restaurant Management|');
	items_CAL0014.push('PATBAKING|Le Cordon Bleu Patisserie and Baking|');

var items_UNI0001 = new Array();
	items_UNI0001.push('|Choose A Program');

var items_COL0026 = new Array();
	items_COL0026.push('|Choose A Program');
	items_COL0026.push('DIGVP|Digital Video Production|');
	items_COL0026.push('FASHDESMERCH|Fashion Design & Merchandising|');
	items_COL0026.push('VIDPROD|Film|');
	items_COL0026.push('GAMEDES|Game Design|');
	items_COL0026.push('GRAPHDES|Graphic Design|');
	items_COL0026.push('INTDES|Interior Design|');
	items_COL0026.push('VISARTS|Visual Arts - Game Arts|');

var items_COL0049 = new Array();
	items_COL0049.push('|Choose A Program');

var items_COL0037 = new Array();
	items_COL0037.push('|Choose A Program');
	items_COL0037.push('AA/AS|Associate Degree|');
	items_COL0037.push('BS|Bachelor of Science Degrees|');
	items_COL0037.push('DOC|Doctorate Degrees|');
	items_COL0037.push('MS|Master of Science Degrees|');

var items_COL0010 = new Array();
	items_COL0010.push('|Choose A Program');
	items_COL0010.push('AA/AS|Associate Degree|');
	items_COL0010.push('BS|Bachelor of Science Degrees|');
	items_COL0010.push('MS|Master of Science Degrees|');

var items_COL0036 = new Array();
	items_COL0036.push('|Choose A Program');
	items_COL0036.push('AA/AS|Associate Degree|');
	items_COL0036.push('BS|Bachelor of Science Degrees|');
	items_COL0036.push('MS|Master of Science Degrees|');

var items_SAN0016 = new Array();
	items_SAN0016.push('|Choose A Program');
	items_SAN0016.push('AA/AS|Associate Degree|');
	items_SAN0016.push('BS|Bachelor of Science Degrees|');
	items_SAN0016.push('DIPLOMAS|Diplomas|');

var items_COL0054 = new Array();
	items_COL0054.push('|Choose A Program');
	items_COL0054.push('ASBA|ASBA- Management|');
	items_COL0054.push('ACCTG|Accounting|');
	items_COL0054.push('AA/AS|Associate Degree|');
	items_COL0054.push('BSBAMAN|BSBA- Management|');
	items_COL0054.push('BS|Bachelor of Science Degrees|');
	items_COL0054.push('MBA|Business Administration (MBA)|');
	items_COL0054.push('CJ|Criminal Justice|');
	items_COL0054.push('GEN|General Studies|');
	items_COL0054.push('IT|Information Technology|');
	items_COL0054.push('MBAPM|MBA- Project Management|');
	items_COL0054.push('MBATM|MBA- Technology Management|');
	items_COL0054.push('MS|Master of Science Degrees|');
	items_COL0054.push('BSNURSE|Nursing (BS)|');
	items_COL0054.push('PM|Project Management|');
	items_COL0054.push('SURGTECH|Surgical Technology|');

var items_COL0035 = new Array();
	items_COL0035.push('|Choose A Program');
	items_COL0035.push('ACCTG|Accounting|');
	items_COL0035.push('AA/AS|Associate Degree|');
	items_COL0035.push('BS|Bachelor of Science Degrees|');
	items_COL0035.push('BUSAD|Business Administration|');
	items_COL0035.push('MBA|Business Administration (MBA)|');
	items_COL0035.push('COMPSCI|Computer Science|');
	items_COL0035.push('CJ|Criminal Justice|');
	items_COL0035.push('FINANCE|Finance|');
	items_COL0035.push('FORENS|Forensic Investigation|');
	items_COL0035.push('GEN|General Studies|');
	items_COL0035.push('HLTHSERV|Health Services Administration|');
	items_COL0035.push('HR|Human Resource Management|');
	items_COL0035.push('IT|Information Technology|');
	items_COL0035.push('MBAHR|MBA- Human Resource Management|');
	items_COL0035.push('MBAPM|MBA- Project Management|');
	items_COL0035.push('MBATM|MBA- Technology Management|');
	items_COL0035.push('MSCSCSS|MSCS- Computer Systems Security|');
	items_COL0035.push('MSCS|MSCS- Software Engineering|');
	items_COL0035.push('MSMCJ|MSM- Criminal Justice|');
	items_COL0035.push('MSMITPM|MSM- IT/Project Management|');
	items_COL0035.push('MARKMAN|Marketing Management|');
	items_COL0035.push('MS|Master of Science Degrees|');
	items_COL0035.push('MEDASST|Medical Assistant|');
	items_COL0035.push('PARALEG|Paralegal Studies|');
	items_COL0035.push('PM|Project Management|');
	items_COL0035.push('PA|Public Administration|');

var items_COO0001 = new Array();
	items_COO0001.push('|Choose A Program');
	items_COO0001.push('AAS|Associate of Applied Science Degree in Le Cordon Bleu Culinary Arts|');
	items_COO0001.push('BAKING|Associate of Applied Science Degree in Le Cordon Bleu Patisserie & Baking|');

var items_CEC0001 = new Array();
	items_CEC0001.push('|Choose A Program');

var items_KAT0006 = new Array();
	items_KAT0006.push('|Choose A Program');
	items_KAT0006.push('BUSMAN|Business Management|');
	items_KAT0006.push('FASHMERCH|Fashion Merchandising|');
	items_KAT0006.push('HTHINFOMNG|Health Information Management|');
	items_KAT0006.push('OFICADMINLAW|Office Administration - Legal|');
	items_KAT0006.push('MEDASST|Medical Assistant|');
	items_KAT0006.push('OFADMMEDCLAS|Office Administration - Medical/Clinical Assistant|');

var items_GIB0004 = new Array();
	items_GIB0004.push('|Choose A Program');
	items_GIB0004.push('BUSOFFADM|Business Office Administration|');
	items_GIB0004.push('FASHDESMERCH|Fashion Design & Merchandising|');
	items_GIB0004.push('MEDASST|Medical Assistant|');

var items_HAR0006 = new Array();
	items_HAR0006.push('|Choose A Program');
	items_HAR0006.push('ADPHOT|Advertising Photography|');
	items_HAR0006.push('ARCHPHOT|Architectural Photography|');
	items_HAR0006.push('COMPHOT|Commercial Photography|');
	items_HAR0006.push('COMMDES|Communication Design|');
	items_HAR0006.push('CORPPHOT|Corporate Photography|');
	items_HAR0006.push('DIGPHOTO|Digital Photography|');
	items_HAR0006.push('EDITPHOT|Editorial Photography|');
	items_HAR0006.push('INTDES|Interior Design|');

var items_INT0027 = new Array();
	items_INT0027.push('|Choose A Program');
	items_INT0027.push('ADDES|Advertising & Design|');
	items_INT0027.push('ADCOMM|Advertising Communications|');
	items_INT0027.push('COMFORENS|Computer Forensics|');
	items_INT0027.push('FASHDES|Fashion Design|');
	items_INT0027.push('GAMEDES|Game Design|');
	items_INT0027.push('GRAPHDES|Graphic Design|');
	items_INT0027.push('IT|Information Technology|');
	items_INT0027.push('INTDES|Interior Design|');
	items_INT0027.push('MERCHMAN|Merchandising Management: Fashion Merchandising|');
	items_INT0027.push('MULTDES|Multimedia & Web Design|');
	items_INT0027.push('VIDANPROD|Video and Animation Production|');

var items_INT0062 = new Array();
	items_INT0062.push('|Choose A Program');
	items_INT0062.push('DIGMEDIA|Digital Media|');
	items_INT0062.push('FASHDES|Fashion Design|');
	items_INT0062.push('GAMEDES|Game Design|');
	items_INT0062.push('GRAPHDES|Graphic Design|');
	items_INT0062.push('INTDES|Interior Design|');

var items_INT0063 = new Array();
	items_INT0063.push('|Choose A Program');
	items_INT0063.push('FASHDES|Fashion Design|');
	items_INT0063.push('GAMEDES|Game Design|');
	items_INT0063.push('INTDES|Interior Design|');
	items_INT0063.push('VISCOMM|Visual Communication|');

var items_INT0070 = new Array();
	items_INT0070.push('|Choose A Program');
	items_INT0070.push('DIGAUD|Digital Audio Production|');
	items_INT0070.push('DIGMEDAN|Digital Media & Animation|');
	items_INT0070.push('DIGPHOTO|Digital Photography|');
	items_INT0070.push('FASHDESMERCH|Fashion Design & Merchandising|');
	items_INT0070.push('GRAPHDES|Graphic Design|');
	items_INT0070.push('INTDES|Interior Design|');

var items_INT0028 = new Array();
	items_INT0028.push('|Choose A Program');
	items_INT0028.push('COMPGRAPH|Computer Graphics|');
	items_INT0028.push('FASHDESMERCH|Fashion Design & Merchandising|');
	items_INT0028.push('GAMEDES|Game Design|');
	items_INT0028.push('INTDES|Interior Design|');
	items_INT0028.push('MKTG|Marketing and Advertising|');
	items_INT0028.push('MULTDES|Multimedia & Web Design|');

var items_INT0073 = new Array();
	items_INT0073.push('|Choose A Program');
	items_INT0073.push('FASHDESMERCH|Fashion Design & Merchandising|');
	items_INT0073.push('GRAPHDES|Graphic Design|');
	items_INT0073.push('INTDES|Interior Design|');

var items_INT0074 = new Array();
	items_INT0074.push('|Choose A Program');
	items_INT0074.push('ADDES|Advertising & Design|');
	items_INT0074.push('FASHDES|Fashion Design|');
	items_INT0074.push('GRAPHDES|Graphic Design|');

var items_INT0068 = new Array();
	items_INT0068.push('|Choose A Program');
	items_INT0068.push('FASHDES|Fashion Design|');
	items_INT0068.push('INTDES|Interior Design|');
	items_INT0068.push('MERCHMAN|Merchandising Management: Fashion Merchandising|');
	items_INT0068.push('MERCHMGMT|Merchandising Management: Retail Operations Management|');
	items_INT0068.push('VISCOMMMM|Visual Communications - Multimedia|');
	items_INT0068.push('VISCOMMVAP|Visual Communications: Video and Animation Production|');

var items_INT0069 = new Array();
	items_INT0069.push('|Choose A Program');
	items_INT0069.push('DIGMEDPROD|Digital Media Production|');
	items_INT0069.push('FASHDES|Fashion Design|');
	items_INT0069.push('FASHMERCH|Fashion Merchandising|');
	items_INT0069.push('GAMEDES|Game Design|');
	items_INT0069.push('GRAPHDES|Graphic Design|');
	items_INT0069.push('INTDES|Interior Design|');
	items_INT0069.push('VISCOMM|Visual Communication|');

var items_INT0025 = new Array();
	items_INT0025.push('|Choose A Program');
	items_INT0025.push('ADDES|Advertising & Design|');
	items_INT0025.push('ARCHDES|Architectural Designer|');
	items_INT0025.push('CMRCLDES|Commercial Designer|');
	items_INT0025.push('COMPAN|Computer Animation|');
	items_INT0025.push('DIGANM|Digital Animator|');
	items_INT0025.push('DIGMEDPROD|Digital Media Production|');
	items_INT0025.push('DIGPHOTO|Digital Photography|');
	items_INT0025.push('FASHDESMARK|Fashion Design and Marketing|');
	items_INT0025.push('FASHMERCH|Fashion Merchandising|');
	items_INT0025.push('GAMEPRO|Game Producton|');
	items_INT0025.push('GRAPHDES|Graphic Design|');
	items_INT0025.push('INTDES|Interior Design|');
	items_INT0025.push('MSFADSN|Master of Fine Arts - Design Management|');
	items_INT0025.push('MEDIADES|Media Design Management|');
	items_INT0025.push('RECARTS|Recording Arts|');
	items_INT0025.push('RESDES|Residential Designer|');

var items_KIT0004 = new Array();
	items_KIT0004.push('|Choose A Program');

var items_LE0001 = new Array();
	items_LE0001.push('|Choose A Program');
	items_LE0001.push('CULARTS|Le Cordon Bleu Culinary Arts|');
	items_LE0001.push('PATBAKING|Le Cordon Bleu Patisserie and Baking|');

var items_LEC0003 = new Array();
	items_LEC0003.push('|Choose A Program');
	items_LEC0003.push('CULARTS|Le Cordon Bleu Culinary Arts|');

var items_LCB0001 = new Array();
	items_LCB0001.push('|Choose A Program');
	items_LCB0001.push('AAS|Associate of Applied Science Degree in Le Cordon Bleu Culinary Arts|');

var items_LEC0001 = new Array();
	items_LEC0001.push('|Choose A Program');
	items_LEC0001.push('BAKINGCERT|Certificate in Le Cordon Bleu Patisserie and Baking|');
	items_LEC0001.push('CULARTS|Le Cordon Bleu Culinary Arts|');

var items_CAL0023 = new Array();
	items_CAL0023.push('|Choose A Program');
	items_CAL0023.push('CULARTS|Le Cordon Bleu Culinary Arts|');
	items_CAL0023.push('RESTMAN|Le Cordon Bleu Hospitality & Restaurant Management|');
	items_CAL0023.push('PATBAKING|Le Cordon Bleu Patisserie and Baking|');

var items_LE0002 = new Array();
	items_LE0002.push('|Choose A Program');
	items_LE0002.push('CULARTS|Le Cordon Bleu Culinary Arts|');
	items_LE0002.push('PATBAKING|Le Cordon Bleu Patisserie and Baking|');

var items_BRO0012 = new Array();
	items_BRO0012.push('|Choose A Program');
	items_BRO0012.push('CULARTS|Le Cordon Bleu Culinary Arts|');
	items_BRO0012.push('PATBAKING|Le Cordon Bleu Patisserie and Baking|');

var items_ORL0001 = new Array();
	items_ORL0001.push('|Choose A Program');
	items_ORL0001.push('CULARTS|Le Cordon Bleu Culinary Arts|');
	items_ORL0001.push('PATBAKING|Le Cordon Bleu Patisserie and Baking|');

var items_WES0026 = new Array();
	items_WES0026.push('|Choose A Program');
	items_WES0026.push('CULARTS|Le Cordon Bleu Culinary Arts|');
	items_WES0026.push('PATBAKING|Le Cordon Bleu Patisserie and Baking|');

var items_KIT0002 = new Array();
	items_KIT0002.push('|Choose A Program');

var items_SCO0002 = new Array();
	items_SCO0002.push('|Choose A Program');
	items_SCO0002.push('CULARTS|Le Cordon Bleu Culinary Arts|');
	items_SCO0002.push('PATBAKING|Le Cordon Bleu Patisserie and Baking|');

var items_KIT0003 = new Array();
	items_KIT0003.push('|Choose A Program');

var items_LEC0004 = new Array();
	items_LEC0004.push('|Choose A Program');
	items_LEC0004.push('CULARTS|Le Cordon Bleu Culinary Arts|');
	items_LEC0004.push('PATBAKING|Le Cordon Bleu Patisserie and Baking|');

var items_MIS0003 = new Array();
	items_MIS0003.push('|Choose A Program');
	items_MIS0003.push('ALHEALTH|Allied Health|');
	items_MIS0003.push('BUSAD|Business Administration|');
	items_MIS0003.push('BUSADHM|Business Administration: Healthcare Management|');
	items_MIS0003.push('DENTASST|Dental Assistant|');
	items_MIS0003.push('DENTHYG|Dental Hygiene (Assoc. Degree)|');
	items_MIS0003.push('HTHINFOMNG|Health Information Management|');
	items_MIS0003.push('MASSTHER|Massage Therapy|');
	items_MIS0003.push('MEDASST|Medical Assistant|');
	items_MIS0003.push('MEDBILL|Medical Billing and Coding|');

var items_CUL0001 = new Array();
	items_CUL0001.push('|Choose A Program');
	items_CUL0001.push('RESTMAN|Le Cordon Bleu Hospitality & Restaurant Management|');

var items_PEN0007 = new Array();
	items_PEN0007.push('|Choose A Program');
	items_PEN0007.push('CULARTS|Le Cordon Bleu Culinary Arts|');
	items_PEN0007.push('RESTMAN|Le Cordon Bleu Hospitality & Restaurant Management|');
	items_PEN0007.push('PATBAKING|Le Cordon Bleu Patisserie and Baking|');

var items_SAN0018 = new Array();
	items_SAN0018.push('|Choose A Program');
	items_SAN0018.push('ADVMASSTHER|Advanced Massage Therapy|');
	items_SAN0018.push('CARDIOTECH|Cardiovascular Technology|');
	items_SAN0018.push('SONO|Diagnostic Medical Sonography|');
	items_SAN0018.push('MEDASST|Medical Assistant|');
	items_SAN0018.push('MEDBILL|Medical Billing and Coding|');
	items_SAN0018.push('PHARMTECH|Pharmacy Technician|');
	items_SAN0018.push('RAD|Radiographer|');

var items_SAN0015 = new Array();
	items_SAN0015.push('|Choose A Program');
	items_SAN0015.push('MASSTHER|Massage Therapy|');
	items_SAN0015.push('MEDASST|Medical Assistant|');
	items_SAN0015.push('MEDBILL|Medical Billing and Coding|');

var items_SAN0013 = new Array();
	items_SAN0013.push('|Choose A Program');
	items_SAN0013.push('BUSTNG|Business Training|');
	items_SAN0013.push('HCTNG|Healthcare Training|');
	items_SAN0013.push('LEGTNG|Legal Training|');

var items_SAN0014 = new Array();
	items_SAN0014.push('|Choose A Program');
	items_SAN0014.push('ACCTG|Accounting|');
	items_SAN0014.push('BUSAD|Business Administration|');
	items_SAN0014.push('BUSMAN|Business Management|');
	items_SAN0014.push('DENTASST|Dental Assistant|');
	items_SAN0014.push('FASHMERCH|Fashion Merchandising|');
	items_SAN0014.push('MASSTHER|Massage Therapy|');
	items_SAN0014.push('MEDASST|Medical Assistant|');
	items_SAN0014.push('MEDBILL|Medical Billing and Coding|');
	items_SAN0014.push('THERASST|Occupational Therapy Assistant|');
	items_SAN0014.push('PARALEG|Paralegal Studies|');

var items_ULT0005 = new Array();
	items_ULT0005.push('|Choose A Program');
	items_ULT0005.push('CARDIOTECH|Cardiovascular Technology|');
	items_ULT0005.push('SONO|Diagnostic Medical Sonography|');
	items_ULT0005.push('MEDASST|Medical Assistant|');
	items_ULT0005.push('MEDBILL|Medical Billing and Coding|');
	items_ULT0005.push('MEDLABTECH|Medical Laboratory Technician|');
	items_ULT0005.push('PHARMTECH|Pharmacy Technician|');
	items_ULT0005.push('SURGTECH|Surgical Technology|');

var items_SAN0025 = new Array();
	items_SAN0025.push('|Choose A Program');
	items_SAN0025.push('BUSAD|Business Administration|');
	items_SAN0025.push('CARDIOSONO|Cardiovascular Sonography|');
	items_SAN0025.push('CJ|Criminal Justice|');
	items_SAN0025.push('SONO|Diagnostic Medical Sonography|');
	items_SAN0025.push('MEDASST|Medical Assistant|');
	items_SAN0025.push('MEDBILL|Medical Billing and Coding|');
	items_SAN0025.push('RAD|Radiographer|');

var items_SAN0022 = new Array();
	items_SAN0022.push('|Choose A Program');

var items_SAN0012 = new Array();
	items_SAN0012.push('|Choose A Program');
	items_SAN0012.push('AHAAS|Allied Health (AAS)|');
	items_SAN0012.push('GAMEWEBDES|Game and Web Design|');
	items_SAN0012.push('MASSTHER|Massage Therapy|');
	items_SAN0012.push('MEDASST|Medical Assistant|');
	items_SAN0012.push('MEDBILL|Medical Billing and Coding|');
	items_SAN0012.push('AASNURSE|Nursing (AAS)|');
	items_SAN0012.push('BSNURSE|Nursing (BS)|');
	items_SAN0012.push('NURSE|Practical Nursing|');
	items_SAN0012.push('SURGTECH|Surgical Technology|');
	items_SAN0012.push('VETTECH|Veterinary Technology|');

var items_KAT0013 = new Array();
	items_KAT0013.push('|Choose A Program');
	items_KAT0013.push('BUSAD|Business Administration|');
	items_KAT0013.push('COMPNETOP|Computer Network Operations|');
	items_KAT0013.push('CJ|Criminal Justice|');
	items_KAT0013.push('GRAPHDES|Graphic Design|');
	items_KAT0013.push('IT|Information Technology|');
	items_KAT0013.push('MEDASST|Medical Assistant|');
	items_KAT0013.push('VISCOMM|Visual Communication|');

var items_SAN0033 = new Array();
	items_SAN0033.push('|Choose A Program');
	items_SAN0033.push('CARDIOSONO|Cardiovascular Sonography|');
	items_SAN0033.push('SONO|Diagnostic Medical Sonography|');
	items_SAN0033.push('MEDASST|Medical Assistant|');
	items_SAN0033.push('MEDBILL|Medical Billing and Coding|');
	items_SAN0033.push('PHARMTECH|Pharmacy Technician|');

var items_ULT0006 = new Array();
	items_ULT0006.push('|Choose A Program');
	items_ULT0006.push('ADVMASSTHER|Advanced Massage Therapy|');
	items_ULT0006.push('CARDIOTECH|Cardiovascular Technology|');
	items_ULT0006.push('SONO|Diagnostic Medical Sonography|');
	items_ULT0006.push('MEDASST|Medical Assistant|');
	items_ULT0006.push('MEDBILL|Medical Billing and Coding|');

var items_KAT0005 = new Array();
	items_KAT0005.push('|Choose A Program');
	items_KAT0005.push('CARDIOSONO|Cardiovascular Sonography|');
	items_KAT0005.push('SONO|Diagnostic Medical Sonography|');
	items_KAT0005.push('MEDASST|Medical Assistant|');
	items_KAT0005.push('MEDBILL|Medical Billing and Coding|');
	items_KAT0005.push('PHARMTECH|Pharmacy Technician|');

var items_ULT0010 = new Array();
	items_ULT0010.push('|Choose A Program');
	items_ULT0010.push('CARDIOTECH|Cardiovascular Technology|');
	items_ULT0010.push('SONO|Diagnostic Medical Sonography|');
	items_ULT0010.push('MEDASST|Medical Assistant|');
	items_ULT0010.push('MEDBILL|Medical Billing and Coding|');
	items_ULT0010.push('PHARMTECH|Pharmacy Technician|');
	items_ULT0010.push('SURGTECH|Surgical Technology|');

var items_SAN0029 = new Array();
	items_SAN0029.push('|Choose A Program');
	items_SAN0029.push('CARDIOSONO|Cardiovascular Sonography|');
	items_SAN0029.push('SONO|Diagnostic Medical Sonography|');
	items_SAN0029.push('MEDASST|Medical Assistant|');
	items_SAN0029.push('MEDBILL|Medical Billing and Coding|');

var items_ULT0012 = new Array();
	items_ULT0012.push('|Choose A Program');
	items_ULT0012.push('CARDIOTECH|Cardiovascular Technology|');
	items_ULT0012.push('DENTASSTEX|Dental Assisting with Expanded Functions|');
	items_ULT0012.push('SONO|Diagnostic Medical Sonography|');
	items_ULT0012.push('MASSTHER|Massage Therapy|');
	items_ULT0012.push('MEDASST|Medical Assistant|');
	items_ULT0012.push('MEDBILL|Medical Billing and Coding|');
	items_ULT0012.push('PHARMTECH|Pharmacy Technician|');
	items_ULT0012.push('SURGTECH|Surgical Technology|');

var items_ULT0015 = new Array();
	items_ULT0015.push('|Choose A Program');
	items_ULT0015.push('CARDIOTECH|Cardiovascular Technology|');
	items_ULT0015.push('DIAGMEDULT|Diagnostic Medical Ultrasound|');
	items_ULT0015.push('MEDASST|Medical Assistant|');
	items_ULT0015.push('MEDBILL|Medical Billing and Coding|');
	items_ULT0015.push('PHARMTECH|Pharmacy Technician|');

var items_SAN0028 = new Array();
	items_SAN0028.push('|Choose A Program');
	items_SAN0028.push('CARDIOSONO|Cardiovascular Sonography|');
	items_SAN0028.push('SONO|Diagnostic Medical Sonography|');
	items_SAN0028.push('MEDASST|Medical Assistant|');
	items_SAN0028.push('MEDBILL|Medical Billing and Coding|');

var items_ULT0017 = new Array();
	items_ULT0017.push('|Choose A Program');
	items_ULT0017.push('ADVMASSTHER|Advanced Massage Therapy|');
	items_ULT0017.push('ANESTECH|Anesthesia Technology|');
	items_ULT0017.push('CARDIOTECH|Cardiovascular Technology|');
	items_ULT0017.push('SONO|Diagnostic Medical Sonography|');
	items_ULT0017.push('MEDASST|Medical Assistant|');
	items_ULT0017.push('MEDBILL|Medical Billing and Coding|');
	items_ULT0017.push('PHARMTECH|Pharmacy Technician|');
	items_ULT0017.push('SURGTECH|Surgical Technology|');

var items_ULT0018 = new Array();
	items_ULT0018.push('|Choose A Program');
	items_ULT0018.push('ADVMASSTHER|Advanced Massage Therapy|');
	items_ULT0018.push('MEDASST|Medical Assistant|');
	items_ULT0018.push('MEDBILL|Medical Billing and Coding|');
	items_ULT0018.push('SURGTECH|Surgical Technology|');

var items_ULT0004 = new Array();
	items_ULT0004.push('|Choose A Program');
	items_ULT0004.push('CARDIOTECH|Cardiovascular Technology|');
	items_ULT0004.push('SONO|Diagnostic Medical Sonography|');
	items_ULT0004.push('MEDASST|Medical Assistant|');
	items_ULT0004.push('MEDBILL|Medical Billing and Coding|');

var items_KAT0004 = new Array();
	items_KAT0004.push('|Choose A Program');
	items_KAT0004.push('BUSAD|Business Administration|');
	items_KAT0004.push('CJ|Criminal Justice|');
	items_KAT0004.push('GAMEWEBDES|Game and Web Design|');
	items_KAT0004.push('GRAPHDES|Graphic Design|');
	items_KAT0004.push('HCMGMT|Health Care Management- Long Term Care|');
	items_KAT0004.push('HTHINFOMNG|Health Information Management|');

var items_WES1058 = new Array();
	items_WES1058.push('|Choose A Program');
	items_WES1058.push('DENTASST|Dental Assistant|');
	items_WES1058.push('MASSTHER|Massage Therapy|');
	items_WES1058.push('MEDASST|Medical Assistant|');
	items_WES1058.push('PHARMTECH|Pharmacy Technician|');
	items_WES1058.push('RESPTHER|Respiratory Therapy|');
	items_WES1058.push('SURGTECH|Surgical Technology|');

var items_ULT0009 = new Array();
	items_ULT0009.push('|Choose A Program');
	items_ULT0009.push('CARDIOTECH|Cardiovascular Technology|');
	items_ULT0009.push('DIAGMEDULT|Diagnostic Medical Ultrasound|');
	items_ULT0009.push('MEDASST|Medical Assistant|');
	items_ULT0009.push('MEDBILL|Medical Billing and Coding|');
	items_ULT0009.push('PHARMTECH|Pharmacy Technician|');

var items_ULT0003 = new Array();
	items_ULT0003.push('|Choose A Program');
	items_ULT0003.push('MEDASST|Medical Assistant|');
	items_ULT0003.push('MEDBILL|Medical Billing and Coding|');
	items_ULT0003.push('PHARMTECH|Pharmacy Technician|');
	items_ULT0003.push('SURGTECH|Surgical Technology|');

var items_SAN0030 = new Array();
	items_SAN0030.push('|Choose A Program');
	items_SAN0030.push('CARDIOSONO|Cardiovascular Sonography|');
	items_SAN0030.push('SONO|Diagnostic Medical Sonography|');
	items_SAN0030.push('MEDASST|Medical Assistant|');

var items_WES0034 = new Array();
	items_WES0034.push('|Choose A Program');
	items_WES0034.push('ANESTECH|Anesthesia Technology|');
	items_WES0034.push('SONO|Diagnostic Medical Sonography|');
	items_WES0034.push('MASSTHER|Massage Therapy|');
	items_WES0034.push('MEDASST|Medical Assistant|');
	items_WES0034.push('PARALEG|Paralegal Studies|');
	items_WES0034.push('RAD|Radiographer|');
	items_WES0034.push('VETTECH|Veterinary Technology|');

var items_SAN0005 = new Array();
	items_SAN0005.push('|Choose A Program');
	items_SAN0005.push('CARDIOSONO|Cardiovascular Sonography|');
	items_SAN0005.push('SONO|Diagnostic Medical Sonography|');
	items_SAN0005.push('MEDASST|Medical Assistant|');
	items_SAN0005.push('MEDBILL|Medical Billing and Coding|');

var items_ULT0021 = new Array();
	items_ULT0021.push('|Choose A Program');
	items_ULT0021.push('CARDIOTECH|Cardiovascular Technology|');
	items_ULT0021.push('DENTASSTEX|Dental Assisting with Expanded Functions|');
	items_ULT0021.push('SONO|Diagnostic Medical Sonography|');
	items_ULT0021.push('MASSTHER|Massage Therapy|');
	items_ULT0021.push('MEDASST|Medical Assistant|');
	items_ULT0021.push('MEDBILL|Medical Billing and Coding|');
	items_ULT0021.push('PHARMTECH|Pharmacy Technician|');
	items_ULT0021.push('SURGTECH|Surgical Technology|');

var items_ULT0020 = new Array();
	items_ULT0020.push('|Choose A Program');
	items_ULT0020.push('CARDIOSONO|Cardiovascular Sonography|');
	items_ULT0020.push('DENTASST|Dental Assistant|');
	items_ULT0020.push('SONO|Diagnostic Medical Sonography|');
	items_ULT0020.push('MASSTHER|Massage Therapy|');
	items_ULT0020.push('MEDASST|Medical Assistant|');
	items_ULT0020.push('MEDBILL|Medical Billing and Coding|');

var items_ULT0016 = new Array();
	items_ULT0016.push('|Choose A Program');
	items_ULT0016.push('CARDIOTECH|Cardiovascular Technology|');
	items_ULT0016.push('SONO|Diagnostic Medical Sonography|');
	items_ULT0016.push('MEDASST|Medical Assistant|');
	items_ULT0016.push('MEDBILL|Medical Billing and Coding|');
	items_ULT0016.push('PHARMTECH|Pharmacy Technician|');

var items_TEX0003 = new Array();
	items_TEX0003.push('|Choose A Program');
	items_TEX0003.push('CULARTS|Le Cordon Bleu Culinary Arts|');
	items_TEX0003.push('PATBAKING|Le Cordon Bleu Patisserie and Baking|');
