/* Menu constant definitions */

#define MENU_PROJECT		0
#define		ITEM_ABOUT			0
#define		ITEM_BACKUP			1
#define 	ITEM_RESTORE		2
#define		ITEM_LOADPREFS		3
#define		ITEM_SAVEPREFS		4
#define		ITEM_QUIT			5

#define MENU_FLAGS			1
#define		ITEM_COMPRESS		0
#define		ITEM_BIGFILES		1
#define		ITEM_LIST			2
#define		ITEM_SPEECH			3
#define		ITEM_FORMAT			4

#define MENU_WINDOWS		2
#define		ITEM_PATHS			0
