// JavaScript Document
function changeOption(toWhat)
{
	ServiceSelect.ResumeType.value = toWhat;
	ServiceSelect.submit();
}
