var states = ['mout', 'mover', 'mdown'],

MENU_ITEMS0 = [
	[wrap_root('Limavady Map'), 'limavadymap.asp',
				[]
		],
		
	[wrap_root('Legal Terminology'), 'legalterminology.asp',
				[]
		],
	
	[wrap_root('Sellers Pledge'), 'pledge.asp',
				[]
		],
		
	[wrap_root('Terms'), 'terms.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;
}
