 function changepic(obj,arg)
  {
  	obj.style.cursor="hand";
  	obj.src="images/"+arg+".jpg";
  }
