// JavaScript Document

/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['History', 'history.html'],
	['United States', 'us.html', null,
		['Large Tankers', 'us_lgtank.html'],
		['Projects, Sale & Purchase', 'us_projsale.html'],
		['Specialty Chemicals', 'us_chems.html'],
		['VegOil Tankers', 'us_vegoil.html'],
		['Logistics', 'us_logistics.html'],
		['Accounting, Admin/IT', 'us_admin.html']
	],
	['The Netherlands', 'nether.html'], /*null,
		['Nether 1', 'none.html'],
		['Nether 2', 'none.html'],
		['Nether 3', 'none.html'],
		['Nether 4', 'none.html']
	],*/
	['Singapore', 'singapore.html', null,
		['Large Tankers', 'sing_lgtank.html'],
		['Specialty Chemicals', 'sing_chems.html'],
		/*['VegOil Tankers', 'sing_vegoil.html'],*/
		['Accounting, Admin/IT', 'sing_admin.html']
	],
	['Reports', 'reports.html', null,
		['Large Tankers', 'rpt_lgtank.html'],
		['Projects, Sale & Purchase', 'rpt_proj.html'],
		['Specialty Chemicals', 'rpt_chems.html'],
		['VegOil Tankers', 'rpt_vegoil.html']
		/*,
		['Report 5', 'none.html'],
		['Report 6', 'none.html']*/
	],
	['Announcements', 'announce.html'], /*null,
		['Announce Sub 1', 'none.html'],
		['Announce Sub 2', 'none.html'],
		['Announce Sub 3', 'none.html'],
		['Announce Sub 4', 'none.html']
	]*/
];
