function BuildRestaurantGreekMidCard(id) {
    this.Inherits(BuildRestaurantCard,id,3,3,[ {ht:[1,5], pro:45}, {ht:[6,8], pro:15} ], 5);
}