function BuildRestaurantItaMidCard(id) {
    this.Inherits(BuildRestaurantCard,id,1,2,[ {ht:[2,8], pro:30} ], 0);
}