Index: /temp/trunk/html/test/uehara/js/tree.js
===================================================================
--- /temp/trunk/html/test/uehara/js/tree.js	(revision 9544)
+++ /temp/trunk/html/test/uehara/js/tree.js	(revision 9545)
@@ -180,8 +180,13 @@
 }
 
-// ÇØ·Ê¿§¤òÊÑ¤¨¤ë
-function fnChangeBgColor(id, val) {
+// ¥Õ¥¡¥¤¥ëÁªÂò
+function fnSelectFile(id, val) {
 	if(old_select_id != '') document.getElementById(old_select_id).style.backgroundColor = '';
 	document.getElementById(id).style.backgroundColor = val;
 	old_select_id = id;
 }
+
+// ÇØ·Ê¿§¤òÊÑ¤¨¤ë
+function fnChangeBgColor(id, val) {
+	document.getElementById(id).style.backgroundColor = val;
+}
