function change(first,second){
	image = new Image();
	image.src = second;
	document.images[first].src = image.src;
}