<!--
	function highlight(mnuItem, colour, fontcolour)
	{
		
		document.all(mnuItem).style.background=colour;
		document.all(mnuItem).style.color=fontcolour;
		
		
	}
//-->