var i;
 function ImgChange(i){
  img1.src="obj/obj1-"+i+".jpg";
 }