function hoverOn(oItem){
			oItem.style.color = "#000000";
		}
		function hoverOff(oItem){
			oItem.style.color = "#FFFFFF";
		}
		function navigateTo(s_href){
			document.location.href = s_href;
		}
