#IF(#MENU_COUNT("Tabs") > 1)
#IF(NOT #SuperProduct)
#MENU("Tabs")
#LOCAL("DisplayFeature", #FUNCTION("FeaturedActionAvailable", #Shop.Object, #Action.Object))
#IF(#DisplayFeature NE "NotVisible" AND #DisplayFeature NE "NotAllowed")
-
#INCLUDE(#Template)
#ENDIF
#ENDLOCAL
#ENDMENU
#ELSE
#MENU("TabsAlternate")
#LOCAL("DisplayFeature", #FUNCTION("FeaturedActionAvailable", #Shop.Object, #Action.Object))
#IF(#DisplayFeature NE "NotVisible" AND #DisplayFeature NE "NotAllowed")
#ENDIF
#ENDLOCAL
#ENDMENU
#ENDIF
#ENDIF