/*
  --- 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_1 = [
    ['ABOUT US', null, null,
        ['Company Overview', jsRoot + 'about_us/overview.html'],
        ['Experienced Management', jsRoot + 'about_us/management.html'],
        ['Other Companies', jsRoot + 'about_us/companies.html'],
    ],
];

var MENU_ITEMS_2 = [
    ['PRODUCTS', null, null,
        ['Stainless Steel Enclosures', jsRoot + 'products/stainless_steel.html'],
        ['Painted Steel Enclosures', jsRoot + 'products/painted_steel.html'],
        ['Product Image Gallery', jsRoot + 'gallery.php'],
        ['Master Product Catalog [PDF]', jsRoot + 'pdf/master_catalog.pdf', {'tw' : '_blank'}],
    ],
];

var MENU_ITEMS_3 = [
    ['SPECIAL SERVICES', null, null,
        ['Laser Services', jsRoot + 'services/laser.html'],
        ['Folding Machine Services', jsRoot + 'services/folding.html'],
        ['Custom Applications', jsRoot + 'services/custom.html'],
    ],
];
