Index: temp/trunk/html/js/file_manager.js
===================================================================
--- temp/trunk/html/js/file_manager.js	(revision 9948)
+++ temp/trunk/html/js/file_manager.js	(revision 9949)
@@ -155,5 +155,5 @@
 // ¥Õ¥¡¥¤¥ë¥ê¥¹¥È¥À¥Ö¥ë¥¯¥ê¥Ã¥¯½èÍý
 function fnDbClick(arrTree, path, is_dir) {
-	if(is_dir) {
+	if(is_dir == 1) {
 		for(cnt = 0; cnt < arrTree.length; cnt++) {
 			if(path == arrTree[cnt][2]) fnTreeMenu('tree'+cnt, 'rank_img'+cnt ,path);
