function OutputFolderLink() {
if(this.hreference && this.target) {
doc.write(" if(browserVersion > 0) {
doc.write("onClick='JavaScript: clickOnFolder("+this.id+")'")
}
doc.write(">")
}
else
doc.write("")
}
function addChild(childNode) {
selectfile[fEntries]=childNode.desc;
fEntries++;
this.children[this.nChildren] = childNode;
this.nChildren++;
return(childNode);
}
functionfolderSubEntries() {
var i = 0;
var se = this.nChildren;
for(i = 0; i < this.nChildren; i++) {
if(this. Children[i].children) // フォルダーです
se = se + this.children[i].subEntries();
}
return(se)
}
// クラスItemの定義(内部のドキュメントまたはリンク) a Folder)
function item(itemDescription, hreference, itemLink, itemImg,parentid) // Constructor
{
// 定数データ
this.desc = itemDescription
this.link = itemLink
this.hreference = hreference;
this.id =index;
this.navObj = 0; //render()で初期化されます