plant(initialize):-
	feedback(plant_sel).

feedback(plant_sel, novice) :-
	chat_usr([
		'This button switches the focus of discussion to',
		'the description of the (proposed?) plant.',
		'Subsidary forms will enable the components and',
		'their placement to be specified.  Also, subject',
		'to earlier input about analysis type and design',
		'stage, the plant control strategy / mechanismcan',
		'be given.',
		'']).
