var MENU_ITEMS0 = [
	[wrap_root('HOME'), '/', {'sw':60}],
	[wrap_root('ABOUT&nbsp;ELIXIR'), null, {'sw':100,'bw':140},
		[wrap_child('STRATEGY'), 'strategy.asp', null],
		[wrap_child('BOARD OF DIRECTORS'), 'board.asp', null],
		[wrap_child('CORPORATE PROFILE'), 'profile.asp', null],
		[wrap_child('CORPORATE GOVERNANCE'), 'governance.asp', null]
	],
	[wrap_root('PORTFOLIO'), null, {'sw':90,'bw':100},
		[wrap_child('GULF OF MEXICO'), '',{'bw':80,'bl':100,'bt':0},
			[wrap_child('HIGH ISLAND'), 'highisland.asp', null],
			[wrap_child('POMPANO'), 'pompano.asp', null]
		],
		[wrap_child('UK NORTH SEA'), '',{'bw':80,'bl':100,'bt':0},
			[wrap_child('NORTHERN'), 'asset_nns.asp', null]
		],
		[wrap_child('FRANCE'), 'France.asp', null]
	],
	[wrap_root('INVESTOR&nbsp;RELATIONS'), null, {'sw':135,'bw':155},
		[wrap_child('ASX ANNOUNCEMENTS'), 'ASX_Releases.asp', null],
		[wrap_child('PRESENTATIONS'), 'presentations.asp', null],
		[wrap_child('FINANCIAL REPORTS'), null,{'bw':80,'bl':120,'bt':0},
			[wrap_child('ANNUAL'), 'AnnualReports.asp', null],
			[wrap_child('HALF YEARLY'), 'HalfYearlyReports.asp', null],
			[wrap_child('QUARTERLY'), 'QuarterlyReports.asp', null]
		],
		[wrap_child('RESEARCH REPORTS'), 'research.asp', null],
		[wrap_child('PRESS COVERAGE'), 'press.asp', null],
	],
	[wrap_root('CONTACT US'), 'contactus.asp', {'sw':85}]
]

l1 = new Image(); l1.src = 'menu_files/img/m_img_oscy_0.gif';
l2 = new Image(); l2.src = 'menu_files/img/m_img_oscy_1.gif';
l3 = new Image(); l3.src = 'menu_files/img/m_img_oscy_2.gif';
l4 = new Image(); l4.src = 'menu_files/img/m_img_oscy2_0.gif';
l5 = new Image(); l5.src = 'menu_files/img/m_img_oscy2_1.gif';
l6 = new Image(); l6.src = 'menu_files/img/m_img_oscy2_2.gif';

function wrap_child (text) {
	var res=[];for (var i=0; i<3; i++)
		res[i]='<table border=0 cellspacing=0 cellpadding=0 width=100% height=20><tr><td width=13><img src=menu_files/img/m_img_oscy2_' + i + '.gif width=13 height=20></td><td width=100% background=menu_files/img/m_img_bg2.gif class=a' + i + '>&nbsp;' + text + '</td></tr></table>'
	return res;
}

function wrap_root (text) {
	var res=[];for (var i=0; i<3; i++)
		res[i]='<table border=0 cellspacing=0 cellpadding=0 width=100% height=24><tr><td width=15><img src=menu_files/img/m_img_oscy_' + i + '.gif width=15 height=24></td><td width=100% background=menu_files/img/m_img_bg.gif class=aa' + i + '>&nbsp;' + text + '</td></tr></table>'
	return res;
}