';
var lc_cat_icon = lc_cat_iconList[lc_cat_grCaption];
if (lc_cat_icon) {
lc_cat_mainLinkPart += '
';
}
lc_cat_mainLinkPart += lc_cat_grCaption + '';
var lc_cat_grSpan = '
';
document.write('' + lc_cat_mainLinkPart + '
' + lc_cat_grSpan);
} else {
document.write('
')
}
var lc_cat_subAr = lc_cat_subCatList[lc_cat_mainCatName];
var lc_cat_subArLen = lc_cat_subAr.length;
for (var lc_cat_subCount = 0; lc_cat_subCount < lc_cat_subArLen; lc_cat_subCount++) {
var lc_cat_subArObj = lc_cat_subAr[lc_cat_subCount];
var lc_cat_href = lc_cat_subArObj.href;
var lc_cat_count = lc_cat_subArObj.count;
var lc_cat_name = lc_cat_subArObj.name;
var lc_cat_treePart = '';
if (lc_cat_mainCatName != '') {
if (lc_cat_subCount == lc_cat_subArLen - 1) {
lc_cat_treePart += ' └ ';
} else {
lc_cat_treePart += ' ├ ';
}
}
var lc_cat_descTitle = lc_cat_titleList[lc_cat_name];
if (!lc_cat_descTitle) {
lc_cat_descTitle = lc_cat_titleList[lc_cat_href];
}
if (lc_cat_descTitle) {
lc_cat_descTitle = '\n' + lc_cat_descTitle;
} else if (lc_cat_titleList[lc_cat_subCount]) {
lc_cat_descTitle = '\n' + lc_cat_titleList[lc_cat_subCount];
} else {
lc_cat_descTitle = '';
}
var lc_cat_icon = lc_cat_iconList[lc_cat_name];
if (!lc_cat_icon) {
lc_cat_icon = lc_cat_iconList[lc_cat_href];
}
if (lc_cat_icon) {
lc_cat_icon = '
';
} else {
lc_cat_icon = '';
}
var lc_cat_spanPart = '
' + lc_cat_icon + '';
var lc_cat_linkStyle = '';
if (LC_CAT_DYNAMIC_SIZE) {
var lc_cat_fsize = 68 + (64 * lc_cat_count / lc_cat_maxNum);
lc_cat_linkStyle += 'font-size:' + lc_cat_fsize + '%;';
}
if (LC_CAT_DECOLESS_CHILD) {
lc_cat_linkStyle += 'text-decoration:none;';
}
var lc_cat_linkPart = '
' + lc_cat_name;
if (LC_CAT_DISPLAYNUM) {
lc_cat_linkPart += ' (' + lc_cat_count + ')';
}
lc_cat_linkPart += '';
document.write(lc_cat_treePart + lc_cat_spanPart + lc_cat_linkPart + '
');
}
lc_cat_prevMainCat = lc_cat_mainCatName;
}
}
//-->