function rollover(this_element, rollover_image)
	{
	this_element.setAttribute("src", rollover_image);
	}