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('|Select A Campus');



var items_CON0030 = new Array();
	items_CON0030.push('|-- Choose One --');
	items_CON0030.push('DNTLASTNT|Dental Assistant (Certificate)|Certificate');
	items_CON0030.push('ICBS|Insurance Coding and Billing Specialist (Certificate)|Certificate');
	items_CON0030.push('MDASTNT|Medical Assistant (Certificate)|Certificate');
	items_CON0030.push('SRGTCHY|Surgical Technology (Certificate)|Certificate');
	items_CON0030.push('VOCNRSNG|Vocational Nursing (Certificate)|Certificate');

var items_CON0013 = new Array();
	items_CON0013.push('|-- Choose One --');
	items_CON0013.push('DNTLASTNT|Dental Assistant (Certificate)|Certificate');
	items_CON0013.push('ICBS|Insurance Coding and Billing Specialist (Certificate)|Certificate');
	items_CON0013.push('MDASTNT|Medical Assistant (Certificate)|Certificate');
	items_CON0013.push('PRCTNRSNG|Practical Nursing (Certificate)|Certificate');
	items_CON0013.push('SRGTCHST|Surgical Technologist (Certificate)|Certificate');
	items_CON0013.push('NRSING|Nursing (Associate\'s)|Associate\'s');
	items_CON0013.push('RADTECHAS|Radiologic Technology (Associate\'s)|Associate\'s');
	items_CON0013.push('RSPTHRPY|Respiratory Therapy (Associate\'s)|Associate\'s');

var items_CON0014 = new Array();
	items_CON0014.push('|-- Choose One --');
	items_CON0014.push('DNTLASTNT|Dental Assistant (Certificate)|Certificate');
	items_CON0014.push('ICBS|Insurance Coding and Billing Specialist (Certificate)|Certificate');
	items_CON0014.push('MDASTNT|Medical Assistant (Certificate)|Certificate');
	items_CON0014.push('VOCNRS|Vocational Nurse (Certificate)|Certificate');
	items_CON0014.push('RSPTHRPY|Respiratory Therapy (Associate\'s)|Associate\'s');

var items_CON0007 = new Array();
	items_CON0007.push('|-- Choose One --');
	items_CON0007.push('DNTLASTNT|Dental Assistant (Certificate)|Certificate');
	items_CON0007.push('ICBS|Insurance Coding and Billing Specialist (Certificate)|Certificate');
	items_CON0007.push('MDASTNT|Medical Assistant (Certificate)|Certificate');
	items_CON0007.push('PCT|Patient Care Technician (Certificate)|Certificate');
	items_CON0007.push('PRCTNRSNG|Practical Nursing (Certificate)|Certificate');
	items_CON0007.push('SRGTCHST|Surgical Technologist (Certificate)|Certificate');
	items_CON0007.push('NRSING|Nursing (Associate\'s)|Associate\'s');
	items_CON0007.push('RSPTHRPY|Respiratory Therapy (Associate\'s)|Associate\'s');

var items_CON0009 = new Array();
	items_CON0009.push('|-- Choose One --');
	items_CON0009.push('DNTLASTNT|Dental Assistant (Certificate)|Certificate');
	items_CON0009.push('ICBS|Insurance Coding and Billing Specialist (Certificate)|Certificate');
	items_CON0009.push('MDASTNT|Medical Assistant (Certificate)|Certificate');
	items_CON0009.push('PRCTNRSNG|Practical Nursing (Certificate)|Certificate');
	items_CON0009.push('DNTLASTAS|Dental Assistant (Associate\'s)|Associate\'s');
	items_CON0009.push('DNTLHYG|Dental Hygiene (Associate\'s)|Associate\'s');
	items_CON0009.push('ICBSAS|Insurance Coding and Billing Specialist (Associate\'s)|Associate\'s');
	items_CON0009.push('MDASTAS|Medical Assistant (Associate\'s)|Associate\'s');
	items_CON0009.push('NRSING|Nursing (Associate\'s)|Associate\'s');
	items_CON0009.push('RSPTHRPY|Respiratory Therapy (Associate\'s)|Associate\'s');
	items_CON0009.push('ADVRSPTHRPY|Advanced Respiratory Therapy (Post-Associate\'s)|Post Associate\'s');

var items_CON0002 = new Array();
	items_CON0002.push('|-- Choose One --');
	items_CON0002.push('DNTLASTNT|Dental Assistant (Certificate)|Certificate');
	items_CON0002.push('MSGTHRPY|Massage Therapy (Certificate)|Certificate');
	items_CON0002.push('MDASTNT|Medical Assistant (Certificate)|Certificate');
	items_CON0002.push('MOP|Medical Office Professional (Certificate)|Certificate');
	items_CON0002.push('NAT|Nurse Aide Training (Certificate)|Certificate');
	items_CON0002.push('PHARMTECH|Pharmacy Technician (Certificate)|Certificate');
	items_CON0002.push('SRGTCHY|Surgical Technology (Certificate)|Certificate');
	items_CON0002.push('DNTLASTAS|Dental Assistant (Associate\'s)|Associate\'s');
	items_CON0002.push('DNTLHYG|Dental Hygiene (Associate\'s)|Associate\'s');
	items_CON0002.push('MDASTAS|Medical Assistant (Associate\'s)|Associate\'s');
	items_CON0002.push('MOPAS|Medical Office Professional (Associate\'s)|Associate\'s');
	items_CON0002.push('PHARMTECHAS|Pharmacy Technician (Associate\'s)|Associate\'s');
	items_CON0002.push('PTA|Physical Therapist Assistant (Associate\'s)|Associate\'s');
	items_CON0002.push('RSPTHRPY|Respiratory Therapy (Associate\'s)|Associate\'s');
	items_CON0002.push('SRGTCHYAS|Surgical Technology (Associate\'s)|Associate\'s');

var items_CON0017 = new Array();
	items_CON0017.push('|-- Choose One --');
	items_CON0017.push('DNTLASTNT|Dental Assistant (Certificate)|Certificate');
	items_CON0017.push('ICBS|Insurance Coding and Billing Specialist (Certificate)|Certificate');
	items_CON0017.push('MDASTNT|Medical Assistant (Certificate)|Certificate');
	items_CON0017.push('PCT|Patient Care Technician (Certificate)|Certificate');
	items_CON0017.push('PHARMTECH|Pharmacy Technician (Certificate)|Certificate');
	items_CON0017.push('SRGTCHST|Surgical Technologist (Certificate)|Certificate');
	items_CON0017.push('NRSING|Nursing (Associate\'s)|Associate\'s');
	items_CON0017.push('RSPTHRPY|Respiratory Therapy (Associate\'s)|Associate\'s');

var items_CON0012 = new Array();
	items_CON0012.push('|-- Choose One --');
	items_CON0012.push('DNTLASTNT|Dental Assistant (Certificate)|Certificate');
	items_CON0012.push('ICBS|Insurance Coding and Billing Specialist (Certificate)|Certificate');
	items_CON0012.push('MDASTNT|Medical Assistant (Certificate)|Certificate');
	items_CON0012.push('SRGTCHY|Surgical Technology (Certificate)|Certificate');
	items_CON0012.push('VOCNRS|Vocational Nurse (Certificate)|Certificate');
	items_CON0012.push('PTA|Physical Therapist Assistant (Associate\'s)|Associate\'s');
	items_CON0012.push('RSPTHRPY|Respiratory Therapy (Associate\'s)|Associate\'s');
	items_CON0012.push('ADVRSPTHRPY|Advanced Respiratory Therapy (Post-Associate\'s)|Post Associate\'s');

var items_CON0021 = new Array();
	items_CON0021.push('|-- Choose One --');
	items_CON0021.push('DNTLASTNT|Dental Assistant (Certificate)|Certificate');
	items_CON0021.push('MDASTNT|Medical Assistant (Certificate)|Certificate');
	items_CON0021.push('PCT|Patient Care Technician (Certificate)|Certificate');
	items_CON0021.push('SRGTCHST|Surgical Technologist (Certificate)|Certificate');

var items_CON0008 = new Array();
	items_CON0008.push('|-- Choose One --');
	items_CON0008.push('DNTLASTNT|Dental Assistant (Certificate)|Certificate');
	items_CON0008.push('ICBS|Insurance Coding and Billing Specialist (Certificate)|Certificate');
	items_CON0008.push('MDASTNT|Medical Assistant (Certificate)|Certificate');
	items_CON0008.push('MEDASSTXRAY|Medical Assistant with Limited X Ray (Certificate)|Certificate');
	items_CON0008.push('PRCTNRSNG|Practical Nursing (Certificate)|Certificate');
	items_CON0008.push('SRGTCHY|Surgical Technology (Certificate)|Certificate');
	items_CON0008.push('RSPTHRPY|Respiratory Therapy (Associate\'s)|Associate\'s');

var items_CON0006 = new Array();
	items_CON0006.push('|-- Choose One --');
	items_CON0006.push('DNTLASTNT|Dental Assistant (Certificate)|Certificate');
	items_CON0006.push('MDADASTNT|Medical Administrative Assistant (Certificate)|Certificate');
	items_CON0006.push('MDASTNT|Medical Assistant (Certificate)|Certificate');
	items_CON0006.push('SRGTCHY|Surgical Technology (Certificate)|Certificate');
	items_CON0006.push('VOCNRS|Vocational Nurse (Certificate)|Certificate');
	items_CON0006.push('DNTLHYG|Dental Hygiene (Associate\'s)|Associate\'s');
	items_CON0006.push('RSPTHRPY|Respiratory Therapy (Associate\'s)|Associate\'s');

var items_CON0004 = new Array();
	items_CON0004.push('|-- Choose One --');
	items_CON0004.push('DNTLASTNT|Dental Assistant (Certificate)|Certificate');
	items_CON0004.push('ICBS|Insurance Coding and Billing Specialist (Certificate)|Certificate');
	items_CON0004.push('MSGTHRPY|Massage Therapy (Certificate)|Certificate');
	items_CON0004.push('MDASTNT|Medical Assistant (Certificate)|Certificate');
	items_CON0004.push('SRGTCHY|Surgical Technology (Certificate)|Certificate');
	items_CON0004.push('VOCNRSNG|Vocational Nursing (Certificate)|Certificate');
	items_CON0004.push('RSPTHRPY|Respiratory Therapy (Associate\'s)|Associate\'s');

var items_CON0011 = new Array();
	items_CON0011.push('|-- Choose One --');
	items_CON0011.push('DNTLASTNT|Dental Assistant (Certificate)|Certificate');
	items_CON0011.push('ICBS|Insurance Coding and Billing Specialist (Certificate)|Certificate');
	items_CON0011.push('MDASTNT|Medical Assistant (Certificate)|Certificate');
	items_CON0011.push('PCT|Patient Care Technician (Certificate)|Certificate');
	items_CON0011.push('PHARMTECH|Pharmacy Technician (Certificate)|Certificate');
	items_CON0011.push('SRGTCHST|Surgical Technologist (Certificate)|Certificate');
	items_CON0011.push('RSPTHRPY|Respiratory Therapy (Associate\'s)|Associate\'s');
