var MENU_ITEMS = 
[
  ['company', 'about.asp.html'],
  ['customers', 'clients.asp.html'],
  ['products', null,
    ['milling machines', null,
      ['horizontal', 'horizont.asp.html'],
      ['vertical', 'vertical.asp.html'],
      ['universal', 'universal.asp.html'],
      ['special', 'special.asp.html'],
      ['digit indication units and CNC', 'uzi_chpu.asp.html'],
      ['wood working', 'wood.asp.html'],
      ['key-making', 'key.asp.html']
    ],
    ['custom-made equipment',null,
      ['sheet bending equipment', 'platebending.asp.html'],
      ['equipment for railways', 'mps.asp.html'],
      ['equipment for emergency', 'mchs.asp.html'],
      ['equipment for jewelry product', 'jeweller.asp.html'],
      ['integrated supply', 'complex.asp.html']
    ],
  ],
  ['services', null,
    ['mechanical machining', 'mechanic.asp.html'],
    ['foundry production', 'moulding.asp.html'],
    ['forging production', 'smith.asp.html'],
    ['tool-making production', 'instrument.asp.html'],
    ['transportation services', 'transport.asp.html'],
    ['custom services', 'custom.asp.html'],
    ['surplus sales', 'nonliquid.asp.html'],
    ['metal scrap', 'scrapmetal.asp.html'],
    ['overhaul', 'majorrepairs.asp.html'],
  ],
  ['price-list', null,
    ['machine tools', 'price1.asp.html'],
    ['accessories', 'price2.asp.html'],
    ['sheet bending equipment', 'price3.asp.html']
  ],
  ['order', 'order.asp.html']
];

