			function BlueDot(whichImg)
			{
				document.images(whichImg).src='./images/bluedot.gif';
			}
			
			function GoldDot(whichImg)
			{
				document.images(whichImg).src='./images/golddot.gif';
			}