var MENU_ITEMS_XP = [
	[wrap_root('&#8226; Want To Learn &#8226;'), null, null,
		[wrap_colour('Our Services','icon-yellow.gif', 'yellow'), 'default.asp?pg=Our Services', null],
		[wrap_colour('Getting Started','icon-yellow.gif', 'yellow'), 'default.asp?pg=Getting Started', null],
		[wrap_colour('Our Location','icon-yellow.gif', 'yellow'), 'default.asp?pg=Our Location', null],
		[wrap_colour('Class Descriptions','icon-yellow.gif', 'yellow'), 'default.asp?pg=Class Descriptions', null],
		[wrap_colour('Class times','icon-yellow.gif', 'yellow'), 'default.asp?pg=Class times', null],
		[wrap_colour('Literacy facts','icon-yellow.gif', 'yellow'), 'default.asp?pg=Literacy facts', null],
		[wrap_colour('newnightclasses','icon-yellow.gif', 'yellow'), 'default.asp?pg=newnightclasses', null]
	],
	[wrap_root('&#8226; Want To Help &#8226;'), null, null,
		[wrap_colour('Volunteering','icon-red.gif', 'red'), 'default.asp?pg=Volunteering', null],
		[wrap_colour('Steps To Tutoring','icon-red.gif', 'red'), 'default.asp?pg=Steps To Tutoring', null,
			[wrap_colour('Job Description','icon-book.gif', 'red'), 'default.asp?pg=Job Description', null]
	],
		[wrap_colour('Tutor Resources','icon-red.gif', 'red'), 'default.asp?pg=Tutor Resources', null,
			[wrap_colour('From tutors','icon-book.gif', 'red'), 'default.asp?pg=From tutors', null]
	],
		[wrap_colour('Tutor Reports/Forms','icon-red.gif', 'red'), 'default.asp?pg=Tutor Reports/Forms', null]
	],
	[wrap_root('&#8226; Who Are We &#8226;'), null, null,
		[wrap_colour('Our Learners','icon-blue.gif', 'blue'), 'default.asp?pg=Our Learners', null],
		[wrap_colour('Our Volunteers','icon-blue.gif', 'blue'), 'default.asp?pg=Our Volunteers', null],
		[wrap_colour('Our Board','icon-blue.gif', 'blue'), 'default.asp?pg=Our Board', null],
		[wrap_colour('Our Funders','icon-blue.gif', 'blue'), 'default.asp?pg=Our Funders', null],
		[wrap_colour('Employment','icon-blue.gif', 'blue'), 'default.asp?pg=Employment', null],
		[wrap_colour('Scrabble Tournament','icon-blue.gif', 'blue'), 'default.asp?pg=Scrabble Tournament', null],
		[wrap_colour('25th Anniversary','icon-blue.gif', 'blue'), 'default.asp?pg=25th Anniversary', null]
	],
	[wrap_root('&#8226; Things To Do &#8226;'), null, null,
		[wrap_colour('Game Links','icon-green.gif', 'green'), 'default.asp?pg=Game Links', null],
		[wrap_colour('Learning Activities','icon-green.gif', 'green'), 'default.asp?pg=Learning Activities', null],
		[wrap_colour('Crossword puzzle','icon-green.gif', 'green'), 'default.asp?pg=Crossword puzzle', null],
		[wrap_colour('Newsletter','icon-green.gif', 'green'), 'default.asp?pg=Newsletter', null]
	],
];
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=menu1 align="center">&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
	'<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=menu1 align="center">&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
	'<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=menu1 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 ><img height=16 src=', icon !=null ? 'menu_files/' + 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=menu2>&nbsp; ', text, '</td></tr></table></td></tr></table>'].join(''),
	['<table cellpadding=1 cellspacing=0 border=0 width=100% ><tr><td><table cellpadding=1 cellspacing=0 border=0 width=100% height=22 ><tr><td><img height=16 src=', icon !=null ? 'images/' + icon: 'menu_files/pixel.gif width=16', ' hspace=3></td><td width=99% class=menu2>&nbsp; ', text, '</td></tr></table></td></tr></table>'].join(''),
	['<table cellpadding=1 cellspacing=0 border=0 width=100% ><tr><td><table cellpadding=1 cellspacing=0 border=0 width=100% height=22 ><tr><td><img height=16 src=', icon !=null ? 'images/' + icon: 'menu_files/pixel.gif width=16', ' hspace=3></td><td width=99% class=menu2>&nbsp; ', text, '</td></tr></table></td></tr></table>'].join('')
	];
}
function wrap_colour (text, icon, colour) {
	return [
	['<table cellpadding=1 cellspacing=0 border=0 width=100% ><tr><td class=' + colour + '><img src=menu_files/' + icon + ' hspace=3></td><td width=100% class=' + colour + '><table cellpadding=1 cellspacing=0 border=0 width=100% height=22><tr><td class=' + colour + '>&nbsp; ', text, '</td></tr></table></td></tr></table>'].join(''),
	['<table cellpadding=1 cellspacing=0 border=0 width=100% ><tr><td class=' + colour + '><img src=menu_files/' + icon + ' hspace=3></td><td width=100% class=' + colour + '><table cellpadding=1 cellspacing=0 border=0 width=100% height=22><tr><td class=' + colour + '>&nbsp; <font style=text-decoration:underline>', text, '</font></td></tr></table></td></tr></table>'].join(''),
	['<table cellpadding=1 cellspacing=0 border=0 width=100% ><tr><td class=' + colour + '><img src=menu_files/' + icon + ' hspace=3></td><td width=100% class=' + colour + '><table cellpadding=1 cellspacing=0 border=0 width=100% height=22><tr><td class=' + colour + '>&nbsp; <font style=text-decoration:underline>', text, '</font></td></tr></table></td></tr></table>'].join('')
	];
}
