/* Menu constant definitions */

#define MENU_PROJECT		0
#define		ITEM_BACKUP			0
#define 	ITEM_RESTORE		1
#define		ITEM_ABOUT			2
#define		ITEM_QUIT			3

#define MENU_FLAGS			1
#define		ITEM_COMPRESS		0
#define		ITEM_NOCOMPRESS 	1
#define		ITEM_LIST			2
#define		ITEM_NOLIST			3
#define		ITEM_SPEECH			4
#define		ITEM_NOSPEECH		5
