';
if (lc_cat_dep != 0) {
treeP += lc_cat_indent(lc_cat_dep - 1, false);
treeP += '
' + l_treeMark + '';
}
var sText = lc_cat_getElem(lc_cat_aliasList, sFName, sName, sHref);
if (!sText) {
sText = sName;
}
var sTitle = lc_cat_getElem(lc_cat_titleList, sFName, sName, 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_getElem(lc_cat_iconList, sFName, sName, sHref, '<子' + lc_cat_dep + '>', '<子>');
if (sIcon) {
sIcon = '
';
} 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 = '
') + '","' + lc_cat_fullImg(sImg) + '");';
linkP += "\" onmouseover='" + funcShow + "'" + ' onmouseout="lc_cat_hideTitleDialog();';
} else {
linkP += '" title="' + sTitle;
}
linkP += '" class="child child_' + lc_cat_dep;
if (document.location.href == sHref) {
linkP += ' active';
}
if (linkSt != '') {
linkP += '" style="' + linkSt;
}
linkP += '">' + spanP + '' + sText + '';
if (LC_CAT_DISPLAYNUM) {
var numP = '(' + sCount + ')';
if (LC_CAT_ENTRY_DIALOG || LC_CAT_ENTRY_TREE) {
var funcShow = 'lc_cat_showEntry(event,' + sNo + ',' + sCount + ',' + lc_cat_dep + '); return false;';
numP = '
' + numP + '';
}
numP = '
' + numP + '';
linkP += numP;
}
if (LC_CAT_RSS) {
linkP += '';
}
document.write(treeP + linkP + '