var MENU_ITEMS = [
        ['About Us', null, null,
                ['Our objectives', '/objectives.php'],
		['Insight & experience', '/insight_and_experience.php'],
                ['Who we are', '/who_we_are.php'],
		['Where we are', '/where_we_are.php'],
                ['Our approach', '/our_approach.php'],
        ],
        ['Services', null, null,
                ['International tax', '/tax/'],
		['Corporate structuring', '/incorp/'],
                ['Advisory and strategic', '/bizme/'],
		['Complex tax issues', '/controv/'],
		['Transfer pricing', '/tp/'],
		['Evaluation/project management', '/strategic/'],
        ],
       ['Media', null, null,
                ['Clients', '/clients.php'],
                ['Careers', '/careers.php'],
                ['Press', '/press.php'],
                ['Contacts', 'contacts.php']
        ],
];


