	<!--
	
	function highliteNavigation(objectName, imageUrl)
	{
		document.getElementById(objectName).childNodes[0].style.backgroundImage='url(' + imageUrl + ')';
	}
	function revertNavigation(objectName)
	{
		document.getElementById(objectName).childNodes[0].style.backgroundImage='';
	}
	//-->