';
if (lc_cat_dep != 0) {
treeP += lc_cat_indent(lc_cat_dep - 1, false);
if (LC_CAT_CLASS) {
treeP += '
' + l_treeMark + '';
} else {
treeP += l_treeMark;
}
}
var sText = lc_cat_aliasList[sFName];
if (!sText) {
sText = lc_cat_aliasList[sName];
}
if (!sText) {
sText = lc_cat_aliasList[sHref];
}
if (!sText) {
sText = sName;
}
var sTitle = lc_cat_titleList[sFName];
if (!sTitle) {
sTitle = lc_cat_titleList[sName];
}
if (!sTitle) {
sTitle = lc_cat_titleList[sHref];
}
if (sTitle) {
sTitle = LC_CAT_TITLE_CHILD.replace(/<#PlusText>/g,sTitle);
sTitle = sTitle.replace(/<#PlusRet>/g,'\n');
} else {
sTitle = LC_CAT_TITLE_CHILD.replace(/<#PlusText>/g,'');
sTitle = sTitle.replace(/<#PlusRet>/g,'');
}
sTitle = sTitle.replace(/<#Name>/g,sName);
sTitle = sTitle.replace(/<#Count>/g,sCount);
var sIcon = lc_cat_iconList[sFName];
if (!sIcon) {
sIcon = lc_cat_iconList[sName];
}
if (!sIcon) {
sIcon = lc_cat_iconList[sHref];
}
if (!sIcon) {
sIcon = lc_cat_iconList['<子' + lc_cat_dep + '>'];
}
if (!sIcon) {
sIcon = lc_cat_iconList['<子>'];
}
if (sIcon) {
var imgh = '
';
} else {
if (LC_CAT_CLASS) {
sIcon = '
' + LC_CAT_CATEGORY_MARK + '';
} else {
sIcon = LC_CAT_CATEGORY_MARK;
}
}
var spanP = '
' + sIcon + '';
var linkSt = '';
if (LC_CAT_DYNAMIC_SIZE) {
var fsize = 68 + (64 * sCount / lc_cat_maxNum);
linkSt += 'font-size:' + fsize + '%;';
}
if (LC_CAT_DECOLESS_CHILD) {
linkSt += 'text-decoration:none;';
}
var linkP = '
' + spanP + '' + sText + '';
} else {
linkP += '">' + spanP + sText;
}
if (LC_CAT_DISPLAYNUM) {
if (LC_CAT_CLASS) {
linkP += ' (' + sCount + ')';
} else {
linkP += ' (' + sCount + ')';
}
}
linkP += '';
if (LC_CAT_RSS) {
linkP += '';
}
document.write(treeP + linkP + '
');
}
var lc_testParent = "";//
//-->