/* --- menu items --- */
/* # is where you put your URL links */
/*     can be mailto:someone@site.com */
/*     or http://www.site.com */
/*     or page.html */
/* null means no link */
var MENU_ITEMS = [
	[' Our Company', 'Our_Company.html', {'tw' : 'content'},
	],

	[' Fisheries', 'BiorexInc/Fisheries.html', {'tw' : 'content'},
	],

	[' Aquaculture', 'BiorexInc/Aquaculture.html', {'tw' : 'content'},
	],

	[' Ecosystem Studies', 'BiorexInc/Ecosystem_Studies.html', {'tw' : 'content'},
	],

	[' Environmental Assessments', 'BiorexInc/Environmental_Studies.html', {'tw' : 'content'},
	],

	[' Integrated Management', 'BiorexInc/Integrated_Management.html', {'tw' : 'content'},
	],

	[' Training', 'BiorexInc/Training.html', {'tw' : 'content'},
	],

    [' Projects','BiorexInc/Projects.html', {'tw' : 'content'},
	],
	
];
