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