function changeImage (element,image)
{
	if (document.images != null)
	    document[element].src = image;
}
