function writeChildrenNavigation(Title) { if(ChildrenWGID.length > 0 ) { if(ChildrenNavigationIsDisabled == true) return false; var BoxHTML = ""; BoxHTML += '
| ' + Title + '<\/th>'; BoxHTML += '<\/tr>'; BoxHTML += ' | |||
|---|---|---|---|
<\/td>';
if(ChildrenLayout[idx] != "PopUp")
BoxHTML += ' | ' + ChildrenTitle[idx] + ' | ' + ChildrenTitle[idx] + '<\/td>'; BoxHTML += '<\/td>'; BoxHTML += '<\/tr>'; } BoxHTML += ' | |