' + grSpan);
lc_cat_dep++;
lc_cat_outputTrees(sChild, l_defs);
lc_cat_dep--;
document.write('');
}
}
}
function lc_cat_createMainLink(l_grTitle, l_grCap, l_boxStr, l_fName) {
//Script by http://lctree.blog26.fc2.com/
var grIconId = 'lc_cat_box_' + lc_cat_pCnt;
var hsFunc = 'lc_cat_HideAndShow(\'' + lc_cat_pCnt + '\'); return false;';
var linkSt = '';
if (LC_CAT_PARENTBOLD) {
linkSt += 'font-weight:bold;';
}
if (LC_CAT_DECOLESS_PARENT) {
linkSt += 'text-decoration:none;';
}
var ret = '
';
return ret;
}
function lc_cat_outputLeaf(l_obj, l_treeMark) {
//Script by http://lctree.blog26.fc2.com/
var sHref = l_obj.href;
var sCount = l_obj.count;
var sName = l_obj.name;
var sNo = l_obj.no;
var sFName = l_obj.fname;
var treeP = '
';
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 = '\n' + sTitle;
} else {
sTitle = '';
}
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 + '
';
} else {
linkText = LC_CAT_CATEGORY_MARK + linkText;
}
document.write('