function otherImage(img, src) {		
	document.images[img].src = src; 	
}
