/*  --- 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 = [	['EPM Home','/home/index.php'			],	['Products', null, null,		['Memory Tester MS5205', '/home/products/memory_testers.php'],		['Memory Tester MS4205ex', '/home/products/ms4205ex.php'],		['DUT interface design', '/home/products/dut_interface.php']	],	['Support', null, null,		['Maintenance and support', '/home/support/maintenance_support.php'],		['Training', '/home/support/training.php'],		['Application engineering services', '/home/support/application_engr_service.php']	],	['About us', null, null,		['Company profile', '/home/about/company_profile.php'],		['Support partners', '/home/about/support_partners.php'],		['Contact us', '/home/about/contact_us.php']			],];