/*  Mentor menu codes, look in main.c, in the function called
/*  handle_menu() to see them used...	M*/

/* Define codes for menus for this particular test application. 	M*/
#define M_WINDOW	1
#define M_HELP		2
#define M_SYSTEM	3
#define M_COURSEW	4
#define M_USER		5
#define M_DEMO		6
#define M_LOGOUT	7


