Index: temp/trunk/html/test/uehara/js/tree.js
===================================================================
--- temp/trunk/html/test/uehara/js/tree.js	(revision 9241)
+++ temp/trunk/html/test/uehara/js/tree.js	(revision 9242)
@@ -63,5 +63,5 @@
 		file_name = arrFileSplit[arrFileSplit.length-1];
 
-		tree += '<input type="image" src="'+ rank_img +'" border="0" name="tree_img'+ i +'" id="tree_img'+ i +'" onclick="fnTreeMenu(\'tree'+ i +'\',\''+ arrTree[i][1] +'\',\'tree_img'+ i +'\',\''+ arrTree[i][2] +'\')">';
+		tree += '<input type="image" src="'+ rank_img +'" border="0" name="rank_img'+ i +'" id="rank_img'+ i +'" onclick="fnTreeMenu(\'tree'+ i +'\',\''+ arrTree[i][1] +'\',\'tree_img'+ i +'\',\''+ arrTree[i][2] +'\')">';
 		tree += '<input type="image" src="'+ folder_img +'" border="0" name="tree_img'+ i +'" id="tree_img'+ i +'" onclick="fnFolderOpen(\'tree'+ i +'\',\''+ arrTree[i][1] +'\',\''+ arrTree[i][2] +'\')">&nbsp;'+ file_name +'<br/>';
 		tree += '<div id="tree'+ i +'" style="display:'+ display +'">';
@@ -120,31 +120,17 @@
 	tMenu = document.all[tName].style;
 
-	// ¥Õ¥©¥ë¥À¤ò¥ª¡¼¥×¥ó¾õÂÖ¤Ø
-	fnChgImg(IMG_FOLDER_OPEN, imgName);
-	// ¥ª¡¼¥×¥ó¥Õ¥¡¥¤¥ë¾õÂÖ¤òÊÝ»ý
-	arrTreeStatus.push(path);
-
-/*	if(tMenu.display == 'none') {
-		if(type == '_parent') {
-			fnChgImg(IMG_FOLDER_OPEN_M, imgName);
-		} else {
-			fnChgImg(IMG_FOLDER_OPEN, imgName);
-		}
-
-		//tMenu.display = "block";
+	if(tMenu.display == 'none') {
+		fnChgImg(IMG_MINUS, imgName);
+		tMenu.display = "block";
 		// ¥ª¡¼¥×¥ó¥Õ¥¡¥¤¥ë¾õÂÖ¤òÊÝ»ý
 		arrTreeStatus.push(path);
 
 	} else {
-		if(type == '_parent') {
-			fnChgImg(IMG_FOLDER_CLOSE_P, imgName);
-		} else {
-			fnChgImg(IMG_FOLDER_CLOSE, imgName);
-		}
+		fnChgImg(IMG_PLUS, imgName);
 		tMenu.display = "none";
 		// ÊÄ¤¸¾õÂÖ¤òÊÝ»ý
 		fnDelTreeStatus(path);
 	}
-*/
+	
 	// ¥¯¥ê¥Ã¥¯¤·¤¿¥Õ¥©¥ë¥À¾ðÊó¤òÊÝ»ý
 	document.form1['tree_select_file'].value = path;
