Hello,
There is a parameter MaxLevel which can be used to limit the number of child levels to be shown. An example of this would be:
<janet:menu id="Menu" MaxLevel="1" IconDot="menu_whitedot.gif" IconDotSel="menu_orangedot.gif" IconDown="menu_orangeArrowD.gif" IconDownSel="menu_orangeArrowD.gif" IconRight="menu_blueArrowR.gif" IconRightSel="menu_orangeArrowR.gif" runat="server" Style="parent" options="icons=true,ItemDivide=true" icons="false" indent=" " omithome="false">
When retrieving the pages/tabs from the database the following clause is used:
AND {databaseOwner}{objectQualifier}Tabs.level < @MaxLevel
The level retrieved is taken from the base level, not from the current page level.
Neil