function switchIMG(obj, target_path){
	obj.src = target_path;
}