';
if (lc_cat_mainCategoryName != '') {
if (lc_cat_subCount == lc_cat_subArrayLen - 1) {
lc_cat_treePart += ' └ ';
} else {
lc_cat_treePart += ' ├ ';
}
}
var lc_cat_descriptionTitle = lc_cat_titleList[lc_cat_href];
if (lc_cat_descriptionTitle) {
lc_cat_descriptionTitle = '\n' + lc_cat_descriptionTitle;
} else if (lc_cat_titleList[lc_cat_subCount]) {
lc_cat_descriptionTitle = '\n' + lc_cat_titleList[lc_cat_subCount];
} else {
lc_cat_descriptionTitle = '';
}
var lc_cat_spanPart = '
◆';
var lc_cat_linkPart = '
';
lc_cat_linkPart += lc_cat_subArrayObj.name + ' (' + lc_cat_subArrayObj.count + ')';
document.write(lc_cat_treePart + lc_cat_spanPart + lc_cat_linkPart + '
');
}
lc_cat_prevMainCategory = lc_cat_mainCategoryName;
}
}
//-->