function ItemImage(path, type, name)
{
  this.path = path;
  this.type = type;
  this.name = name;
}
