var states = ['mout', 'mover', 'mdown'],
MENU_ITEMS0 = [
	[wrap_root('Home'), 'default.asp?pgid=1', null],
	[wrap_root('About Us'), '#', null,
		[wrap_child('What is Leadership Thunder Bay'), 'default.asp?pgid=118', null],
		[wrap_child('Vision, Mission and Values'), 'default.asp?pgid=120', null],
		[wrap_child('Benefits to our Community'), 'default.asp?pgid=126', null],
		[wrap_child('President\'s Letter'), 'default.asp?pgid=144', null],
		[wrap_child('Frequently Asked Questions'), 'default.asp?pgid=127', null],
		[wrap_child('Board and Committee Members'), 'default.asp?pgid=128', null],
		[wrap_child('Graduates/Alumni'), 'default.asp?pgid=155', null],
		[wrap_child('Our Logo Story'), 'default.asp?pgid=161', null]
	],
	[wrap_root('News'), '#', null,
		[wrap_child('What\'s New'), 'default.asp?pgid=141', null],
		[wrap_child('Events'), 'default.asp?pgid=143', null],
		[wrap_child('Media Reports'), 'default.asp?pgid=122', null],
		[wrap_child('Participants\' Articles'), 'default.asp?pgid=123', null,
			[wrap_child('2003-04'), 'default.asp?pgid=147', null],
			[wrap_child('2004-05'), 'default.asp?pgid=149', null],
			[wrap_child('2005-06'), 'default.asp?pgid=148', null]
	],
		[wrap_child('Newsletters'), 'default.asp?pgid=157', null]
	],
	[wrap_root('Photo Galleries'), '#', null,
		[wrap_child('2007-08 Grad Photos'), 'default.asp?pgid=159', null],
		[wrap_child('08-09 Recruitment Lunch'), 'default.asp?pgid=158', null],
		[wrap_child('5 Year Celebration Photos'), 'default.asp?pgid=156', null],
		[wrap_child('Official Launch 2003'), 'default.asp?pgid=133', null]
	],
	[wrap_root('Our Sponsors'), 'default.asp?pgid=129', null],
	[wrap_root('Members Area'), 'http://www.digitalboard.ca/ltb', null],
	[wrap_root('Community Action Projects'), 'default.asp?pgid=146', null],
	[wrap_root('Apply to the LTB Program '), 'default.asp?pgid=145', null],
	[wrap_root('2010-2011 Course Outline'), 'default.asp?pgid=160', null],
	[wrap_root('Membership'), 'default.asp?pgid=154', null],
	[wrap_root('Contact Us'), 'default.asp?pgid=125', null]
]
function wrap_child (text,icon) {
return [
'<table cellpadding=1 cellspacing=0 border=0 width=100% ><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=25><tr><td width=100% class=menusub_default >&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=25><tr><td width=100% class=menusub_hover >&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=25><tr><td width=100% class=menusub_clicked >&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>'
];
}
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=25><tr><td width=100% class=menusub_default >&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=25><tr><td width=100% class=menusub_hover >&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=25><tr><td width=100% class=menusub_clicked >&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>'
];
}
