function chgImg(obj,str){
	obj.src = "../images/"+str;
}