function changeimage(towhat)
	{
	if (document.images)
		{
		document.images.targetimage.src=towhat;
		}
	}