﻿// ロールオーバー  obj->name, change_obj->path
function change_img(obj,change_obj) {
	document.images[obj].src = change_obj;
}
