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