function locationChange()
	{
	document.schedule_closing.recipient.value = document.schedule_closing.location[document.schedule_closing.location.selectedIndex].value;
	document.schedule_closing.subject.value = 'Request for Scheduled Closing from reli.us for ' + document.schedule_closing.location[document.schedule_closing.location.selectedIndex].text + ' Branch';
	document.schedule_closing.office_location.value = document.schedule_closing.location[document.schedule_closing.location.selectedIndex].text;
	}
	
	