var states = ['mout', 'mover', 'mdown'],

MENU_ITEMS0 = [

	[wrap_root('Diary'), 'privatediary.asp?MEID=" & MyRS("ID") & "&PP=" & MyRS("PlayingPart") & "&Name=" & MyRS("Name") & "',
				[]
		],

	[wrap_root('Members Details'), 'membersdetails.asp',
				[]
		],







	[wrap_root('Downloads'), 'downloads.asp',
				[]
		],
		
	[wrap_root('Music'), 'music.asp',
				[]
		],
		
		
	[wrap_root('Message Board'), 'messageboard.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=12 height=12 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="12" height="12" align="absmiddle">&nbsp;'].join('');
	return res;
}
