tab menue dynamic hide a tab

the forum didn’t post my last post, so I’ll try again now

I have a Tab menue with links to my applications.
I will show only all tabs if there is the setting of a special tag in my database.

The sourcecode which scriptcase generates for the menue ist:
<a href=“javascript:nm_gp_aba3()” target="_self">Reparatur</a>

I don’t know how scriptcase generates the tab menue. There is no macro to hide a tab.
Is it possible to hide it with javascript? I can not find a solution and I need it urgently.

Does anyone has a solution for this problem?

you would this to hide a menu item. Use inspector to get the correct ID

?>
     <style>
            a#item_1{display:none !important}
     </style>
<?php

onLoad

if ({indienen} != ‘1’)
{
sc_menu_delete(item_11);
}