	
	function highlight(target)
	{
		document.getElementById("bubbleImage").src = "images/bubble_homepage_"+target+".gif";
	}
	
	function lowlight(target)
	{
		document.getElementById("bubbleImage").src = "images/bubble_"+target+".gif";
	}
