function loadschoolid(Obj) {
  //var oSid = document.contact.school_id; //Campus's school id
  //var oSem = document.contact.email_to;  //Campus's lead delivery e-mail address
  //var oSubj = document.contact.subject;  //Campus's lead delivery subject
  var oCampus = document.contact.campusid;
  switch (Obj.options[Obj.selectedIndex].value) {
    case 'all_state_baltimore':
	oCampus.value = '15872';
   // oSid.value = '6677';
   //oSem.value = 'webbaltcdl@edaff.com,callcenter@edaff.com';
   //oSubj.value = 'All-State Career - Baltimore - Contact Us';
    break;
    case 'all_state_health':
	oCampus.value = '15873';
    //oSid.value = '7103';
    //oSem.value = 'webbaltah@edaff.com,callcenter@edaff.com';
	//oSubj.value = 'All-State Career - Baltimore Allied Health - Contact Us';
    break;
    case 'medix_towson':
	oCampus.value = '15865';
    //oSid.value = '793';
    //oSem.value = 'webtow@edaff.com,callcenter@edaff.com';
	//oSubj.value = 'Medix School - Towson - Contact Us';
    break;
    case 'medix_west':
	oCampus.value = '15878';
    //oSid.value = '9061';
    //oSem.value = 'webwest@edaff.com,callcenter@edaff.com';
	//oSubj.value = 'Medix School - West - Contact Us';
    break;
  }
}

function MM_findObj(n, d) { //v4.01
  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 && d.getElementById) x=d.getElementById(n); return x;
}

function KW_updateItems(d,o,fn) { //
	var i,s,l=MM_findObj(d),b,z=o.options[o.selectedIndex].value;
	var optioncount = 0;
	l.length=0;
	l.options[0]=new Option('Select a campus first','Select a campus first');
	b=(z!='nill')?eval(z+'_items'):0;
	b.sort()
	for(i=0;i<b.length;i++){
			s=b[i].split("|");
			if (s[0] == 'Undecided') {
				
			}
			else {
				l.options[optioncount]=new Option(s[1],s[0]);
				optioncount++;
			}
	}
  l.selectedIndex=0;
  if (!fn) return;eval(fn)
}

var all_state_baltimore_items = new Array();
all_state_baltimore_items[0]='Class A CDL Advanced Tractor Trailer Driving|Class A CDL Advanced Tractor Trailer Driving';
all_state_baltimore_items[1]='Class B CDL Driver Training|Class B CDL Driver Training';
<!--all_state_baltimore_items[2]='Electrical Systems Technician|Electrical Systems Technician';-->
all_state_baltimore_items[2]='HVACR|HVACR';
all_state_baltimore_items[3]=' Please select one|Please select one';

var all_state_health_items = new Array();
all_state_health_items[0]='Expanded Function Dental Assisting|Expanded Function Dental Assisting';
all_state_health_items[1]='HVAC|HVAC';
all_state_health_items[2]='Medical Assisting|Medical Assisting';
all_state_health_items[3]='Medical Billing and Coding|Medical Billing and Coding';
all_state_health_items[4]='Pharmacy Technician|Pharmacy Technician';
all_state_health_items[5]=' Please select one|Please select one';

var medix_towson_items = new Array();
medix_towson_items[0]='Dental Assistant|Dental Assistant';
//medix_towson_items[1]='Massage Therapy - Towson|Massage Therapy - Towson';
medix_towson_items[1]='Medical Assistant|Medical Assistant';
medix_towson_items[2]='Medical Office Assistant|Medical Office Assistant';
medix_towson_items[3]=' Please select one|Please select one';

var medix_west_items = new Array();
medix_west_items[0]='Cosmetology Arts and Sciences|Cosmetology Arts and Sciences';
medix_west_items[1]='Medical Assistant|Medical Assistant';
medix_west_items[2]='Medical Billing and Coding|Medical Billing and Coding';
medix_west_items[3]=' Please select one|Please select one';