function BuildRestaurantChinSmCard(id) {
    this.Inherits(BuildRestaurantCard,id,4,1,[ {ht:[3,6], pro:20}, {ht:[7,10], pro:10} ], 0);
}