/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
/*
var MENU_ITEMS = 
[
  ['Home', '/index.php', null,
  ],
  ['About Us', '/about_us.php' , null,
  ],
  ['Our Menu', null, null,
    ['Noodle Soup', null, null,
      ['Coming soon', null, null
      ],
    ],
    ['Sushi', null, null,
      ['Coming soon', null, null
      ],
    ],
    ['Sashimi', null, null,
      ['Coming soon', null, null
      ],
    ],
  ],
  ['Customers&#39; Reviews', '/reviews/?p=9', null,
  ],
  ['Special Promotion', '/promotion.php', null,
  ],
  ['Contact Us', '/contact_us.php', null,
  ],
];
*/
var MENU_ITEMS = 
[
  ['Home', '/index.php', null,
  ],
  ['About Us', '/about_us.php' , null,
  ],
  ['Our Menu & Prices', null, null,
    ['Wholesales', '/products/wholesales.php', null,
    ],
    ['Promotion', '/products/promotion.php', null,
    ],
  ],
  ['Customers&#39; Reviews', '/reviews/?p=9', null,
  ],
  ['Special Promotion', '/promotion.php', null,
  ],
  ['Contact Us', '/contact_us.php', null,
  ],
];

