var MENU_ITEMS1 = [
	[wrap_root('Members Home'), 'members.asp' ],
	[wrap_root('Officers'), 'officers.asp' ],
	[wrap_root('Committee'), 'committee.asp' ],
	[wrap_root('Constitution'), 'textfiles/constitution08.pdf' ],
	[wrap_root('Area Reps'), 'reps.asp' ],
	[wrap_root('BFS Judges'), 'judges.asp' ],
	



	[wrap_root('Special Interest Groups'), null, null, 
		[wrap_parent('Species & Pre-1914 Cultivars'), 'SP1914.asp' ],
		[wrap_parent('Fuchsia Lore'), 'fuchsialore.asp' ],
		[wrap_parent('Bonsai'), 'bonsai.asp' ],
		[wrap_parent('BFS Scotland'), 'scotland.asp' ],
		[wrap_parent('Border Group'), 'border.asp' ],
	],
	
	[wrap_root('Eastern Region'), 'textfiles/EasternNews.pdf' ],
	[wrap_root('Awards & Nominations'), 'awards.asp' ],
	[wrap_root('Carol&#39;s Top 10'), 'carolstop10.asp' ],
	[wrap_root('Bulletin Board'), 'bulletin.asp' ],

	[wrap_root('Show Pictures'), null, null, 
		[wrap_parent('Eastern Show'), 'easternshow.asp' ],
		[wrap_parent('Northern Show'), 'northernshow.asp' ],
		[wrap_parent('London Show'), 'londonshow.asp' ],
		[wrap_parent('Border Show'), 'bordershow.asp' ],
		[wrap_parent('Midland Show'), 'midlandshow.asp' ],
		[wrap_parent('Scottish Show'), 'scottishshow.asp' ],
		[wrap_parent('South & South West Show'), 'southshow.asp' ],
		[wrap_parent('Harrogate Show'), 'harrogateshow.asp' ],
		[wrap_parent('Western Show'), 'westernshow.asp' ],
	],
	[wrap_root('Log out'), 'index.asp?ref=logout' ]

	];
 


function wrap_parent (text) {
	return [
	'<table cellpadding=1 cellspacing=0 border=0 width=100%><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=a0 align="center">&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
	'<table cellpadding=1 cellspacing=0 border=0 width=100% bgcolor=#93A070><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=a1 align="center">&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
	'<table cellpadding=1 cellspacing=0 border=0 width=100% bgcolor=#93A070><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=a1 align="center">&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>'
	];
}

function wrap_child (text,icon) {
	return [['<table cellpadding=1 cellspacing=0 border=0 width=100%><tr><td bgcolor=#EFEDDE><img height=16 src=', icon !=null ? 'icons/' + icon: 'menu_files/pixel.gif width=15', ' hspace=3></td><td width=100%><table cellpadding=1 cellspacing=0 border=0 width=100% height=22><tr><td class=a0>&nbsp; ', text, '</td></tr></table></td></tr></table>'].join(''),
	['<table cellpadding=1 cellspacing=0 border=0 width=100% bgcolor=#93A070><tr><td><table cellpadding=1 cellspacing=0 border=0 width=100% height=22 bgcolor=#CED1C3><tr><td><img height=16 src=', icon !=null ? 'icons/' + icon: 'menu_files/pixel.gif width=16', ' hspace=3></td><td width=99% class=a0>&nbsp; ', text, '</td></tr></table></td></tr></table>'].join(''),
	['<table cellpadding=1 cellspacing=0 border=0 width=100% bgcolor=#93A070><tr><td><table cellpadding=1 cellspacing=0 border=0 width=100% height=22 bgcolor=#CED1C3><tr><td><img height=16 src=', icon !=null ? 'icons/' + icon: 'menu_files/pixel.gif width=16', ' hspace=3></td><td width=99% class=a0>&nbsp; ', text, '</td></tr></table></td></tr></table>'].join('')
	];
}

function wrap_root (text) {
	return [
	'<table cellpadding=1 cellspacing=0 border=0 width=100%><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=a0 align="center">&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
	'<table cellpadding=1 cellspacing=0 border=0 width=100% bgcolor=#93A070><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=a1 align="center">&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
	'<table cellpadding=1 cellspacing=0 border=0 width=100% bgcolor=#93A070><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=a1 align="center">&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>'
	];
}
