var states = ['mout', 'mover', 'mdown'],

MENU_ITEMS2 = [
	[wrap_root('History'), 'history.asp',,
				['&nbsp; Awards', 'awards.asp']


	],


			[wrap_root('Members'), 'memberslist.asp',
		[]


	],	
			[wrap_root('Diary'), 'diary.asp',
		[]


	],	

			[wrap_root('Orchestra'), 'orchestra.asp',
		[]


	],	
		[wrap_root('Events'), , ,
		['&nbsp; Millenium Dinner', 'milledinner.asp'],
		['&nbsp; French Visit', 'frenchvisit.asp'],
		['&nbsp; London - Mayors Parade', 'londonmayorsparade.asp'],
		['&nbsp; 50th Anniversary Parade', '50thanniversaryparade.asp'],
		['&nbsp; 50th Anniversary Dinner', '50thanniversarydinner.asp'],
		['&nbsp; Past Members Concert', 'pastmembersconcert.asp'],
		['&nbsp; Mayors Reception', 'mayorsreception.asp'],
		['&nbsp; Radio Broadcast', 'radio.asp']

	],
		[wrap_root('Press'), 'press.asp',
		[]


	],	
			[wrap_root('Merchandise'), 'merchandise.asp',
		[]


	],
			[wrap_root('Gallery'), 'gallery.asp',
		[]


	]
];
function wrap_par (text,pos, icon) {
	var res=[];
	for (var i=0; i<3; i++)
		res[i]=['<table cellpadding=0 cellspacing=0 border=0 width=100%><tr><td width=100% class="minner">&nbsp;', icon == null ? '' : ('<img height="16" width="15" src="' + (icon ? 'icons/'+icon : 'menu_files/pixel') + '.gif" align="absmiddle">'), ' ', text, '</td>', pos?['<td nowrap>&nbsp;<img src="icons/', i, 'rarrow.gif" width=2 height=20 align="absmiddle">&nbsp;</td>'].join(''):'', '</tr></table>'].join('');
	return res;
}

function wrap_root (text) {
	var res = []; 
	for (var i=0; i<3; i++)
		res[i] = ['&nbsp;', text, '&nbsp;<img src="icons/', i, 'rarrow.gif" width="2" height="20" align="absmiddle">&nbsp;'].join('');
	return res;
}
