/* Tigra Menu items structure */
var MENU_ITEMS = [
	[' Home', '/'],
	[' About Us', '/about/default.html', null,
		['Profile', '/about/default.html'],
		['Team', '/about/team/default.html'],
		['Information Package', 'javascript:OpenWindow(\'/about/GryIP_0109.pdf\',\'750\',\'560\')")'],
		['Corporate Logo', '/about/logo.html']
	],
	[' Services', '/services/default.html', null,
		['Civil & Structural', '/services/civil.html'],
		['Electrical', '/services/electr.html'],
		['Instrumentation & Control', '/services/instr.html'],
		['Mechanical', '/services/mech.html']
	],
	[' Technical Papers', '/papers/default.html'],
	[' Projects', '/projects/default.html'],
	[' Contact', '/contact/default.html', null,
		['Got a Question?', 'javascript:OpenWindow(\'/services/q-form.html\',\'475\',\'500\')")'],
		['Contact & Directions', '/contact/default.html']
	],
	[' Links', '/links.html'],
	[' Copyright ©', 'javascript:OpenWindow(\'/copyright.html\',\'260\',\'150\')'],
	[' Privacy', 'javascript:OpenWindow(\'/privacy.html\',\'400\',\'280\')']
];
