#ifndef ITEMBOXH
#define ITEMBOXH

int iItemBox(int max, int sel,  char *name, char *s1, ...);
int iItemBoxMas(int max, int sel, char **s);

#endif
