
#define	NODATA 0
#define	STOP   1
#define	PLAY   2


typedef struct	{
					char *buf;
					char pathname[80];
					unsigned int page,page_max;
				} hel;


typedef struct	{
					char *adr;
					short int slct,x1,y1,x2,y2;
				} PBC_para;

