/*----		INSTRUCT.H		Version 1.0	Revision 12/27/86

	Instructions for playing Flag Trivia
	and data for displaying the instructions.

----*/


char	instructions[30][22]={
				{"The object of"},
				{"Flag Trivia"},
				{"is to identify the"},
				{"flags shown, in the"},
				{"shortest amount of"},
				{"time."},

				{"Each player may"},
				{"make only one quess"},
				{"in each of the"},
				{"20 rounds."},

				{"The names of four"},
				{"countries are shown"},
				{"at the top of the"},
				{"screen."},

				{"The two on top"},
				{"correspond to the"},
				{"keys F1 and F2 for"},
				{"player one, and"},
				{"F7 and F8 for"},
				{"player two."},

				{"The two countries"},
				{"shown underneath"},
				{"them correspond to"},
				{"the keys F3 and F4"},
				{"for player one,"},
				{"and F9 and F10 for"},
				{"player two."} },

	press_to_continue[]={"Press any key to continue"};

int	y_start[]={ 90,100,100,90,90 },
	lines_to_show[]={ 6,4,4,6,7 };
