// JavaScript Document
function change_image(image,update)
{
	document.images[update].src=image;	
}