function tabbar($Node){ global $inTabBar; $inTabBar = false; if ($Node->Tabbar != 'Y') return false; if (!$Node->Tab_Captions || !$Node->Tab_URLs) return false; $Node->Tab_Captions = explode(',', $Node->Tab_Captions); $Node->Tab_URLs = explode(',', $Node->Tab_URLs); echo '
'; $inTabBar = true; } ?>