function changeIMG(myIMG,new_img){
	document.images[myIMG].src = new_img;
}