function changeIMG(obj,path){
obj.src=path;
}
