Index: temp/branches/ec-cube-beta/html/test/kakinaka/yui/folders.tpl
===================================================================
--- temp/branches/ec-cube-beta/html/test/kakinaka/yui/folders.tpl	(revision 11364)
+++ temp/branches/ec-cube-beta/html/test/kakinaka/yui/folders.tpl	(revision 11365)
@@ -99,5 +99,5 @@
 		for(var i in oj){
 			if(typeof oj[i] != "number" && i != "_href"){
-				var tmpNode = new YAHOO.widget.TextNode("" + i+1, node, false);
+				var tmpNode = new YAHOO.widget.TextNode("" + i, node, false);
 				if(typeof oj[i] == "string")tmpNode.href= oj[i];
 				if(typeof oj[i] == "object"){
Index: temp/branches/ec-cube-beta/html/test/kakinaka/js/treeview/treeview.js
===================================================================
--- temp/branches/ec-cube-beta/html/test/kakinaka/js/treeview/treeview.js	(revision 7213)
+++ temp/branches/ec-cube-beta/html/test/kakinaka/js/treeview/treeview.js	(revision 11365)
@@ -738,5 +738,5 @@
      * @param expanded {boolean} the initial expanded/collapsed state
      */
-    init: function(oData, oParent, expanded) {
+    init: function(oData, oParent, expanded, index="") {
         this.data       = oData;
         this.children   = [];
