function changeDepartment(obj,file) {
	location.href = file+"?department_id="+obj.options[obj.selectedIndex].value;
}

