control(initialize):-
	feedback(control_sel).

feedback(control_sel, novice) :-
	chat_usr([
		'This button switches the focus of discussion to',
		'the sort of plant control required. The previously',
		'supplied information about the plant will be used',
		'to minimize input required.',
		'']).
