Index: temp/branches/ec-cube-beta/html/test/kakinaka/folders.php
===================================================================
--- temp/branches/ec-cube-beta/html/test/kakinaka/folders.php	(revision 11352)
+++ temp/branches/ec-cube-beta/html/test/kakinaka/folders.php	(revision 11374)
@@ -108,4 +108,5 @@
     "¸ÄÊÌÂÐ±þ" : {
       "_open" :0,
+      "_index" :100,
       "È÷¹ÍÍó¤Ëµ­ÆþÍ­¤ê" : "",
       "¤ªÍ§Ã£¤ò¾Ò²ð" : "",
Index: temp/branches/ec-cube-beta/html/test/kakinaka/yui/folders.tpl
===================================================================
--- temp/branches/ec-cube-beta/html/test/kakinaka/yui/folders.tpl	(revision 11373)
+++ temp/branches/ec-cube-beta/html/test/kakinaka/yui/folders.tpl	(revision 11374)
@@ -99,5 +99,10 @@
 		for(var i in oj){
 			if(typeof oj[i] != "number" && i != "_href"){
-				var tmpNode = new YAHOO.widget.TextNode("" + i, node, false, 1);
+				if(typeof oj[i]["_index"] == "number"){
+					var tmpNode = new YAHOO.widget.TextNode("" + i, node, false, oj[i]["_index"]);
+				}else{
+					var tmpNode = new YAHOO.widget.TextNode("" + i, node, false);
+				}
+				
 				if(typeof oj[i] == "string")tmpNode.href= oj[i];
 				if(typeof oj[i] == "object"){
