		
			function ToggleImage(img, url) 
			{
				img.src = url;
			}
		