└ ');
} else {
document.write('
');
}
}
}
function lc_ttag_showEntry(ev, parsename, l_Cnt, l_dep, leafId, l_trId) {
if (!document.getElementById("LC_CAT")) {
return;
}
var sTrId = l_trId;
if (!l_trId) {
if (LC_TTAG_ENTRY_TREE) {
sTrId = leafId;
} else {
sTrId = "";
}
}
if (sTrId) {
var leaf = document.getElementById(sTrId);
if (leaf.style.display == 'none') {
leaf.style.display = 'inline';
} else {
leaf.style.display = 'none';
return;
}
} else {
lc_cat_showEntryDialog(ev, -1);
}
lc_cat_xSend('http://lctreetz.blog69.fc2.com/?xml&utag=' + parsename, lc_cat_loadEntry, l_Cnt, l_dep, sTrId);
}
//-->