Index: /temp/trunk/html/js/site.js
===================================================================
--- /temp/trunk/html/js/site.js	(revision 9521)
+++ /temp/trunk/html/js/site.js	(revision 9523)
@@ -160,10 +160,10 @@
 }
 
+function fnSetFormVal(form, key, val) {
+	document.forms[form][key].value = val;
+}
+
 function fnChangeAction(url) {
 	document.form1.action = url;
-}
-
-function fnSetFormVal(form, key, val) {
-	document.forms[form][key].value = val;
 }
 
Index: /temp/trunk/html/test/uehara/js/tree.js
===================================================================
--- /temp/trunk/html/test/uehara/js/tree.js	(revision 9324)
+++ /temp/trunk/html/test/uehara/js/tree.js	(revision 9523)
@@ -179,6 +179,6 @@
 }
 
-// À¸À®¤µ¤ì¤¿¥Ä¥ê¡¼¤Î¥Æ¥¹¥ÈÉ½¼¨
-function tree_view_test(id) {
-	document.getElementById(id).value=tree
+// ÇØ·Ê¿§¤òÊÑ¤¨¤ë
+function fnChangeBgColor(id, val) {
+	document.getElementById(id).style = val;
 }
