I have a problem with multiple horizontal menus. In the third level i get the 4 level menus as showing as well. Any one with a suggestion to this issue.
level 1 show level 1
level 2 show level 2
level 3 show level 3 and 4 (only level 3 should be shown)
level 4 show level 4
and this is the code in index
<div id="menyer">
<div id="meny2">
    <?php   show_menu2(
            1,SM2_ROOT+1,
       SM2_START
            
    ); ?>
</div>
<div id="submeny1">
     <?php      show_menu2(
       1,
            SM2_ROOT+2,
            SM2_START
         
    ); ?>
</div>
<div id="submeny2">
     <?php      show_menu2(
       1,
            SM2_ROOT+3,
       SM2_CURR+1
    ); ?>
</div>
<div id="submeny3">
     <?php      show_menu2(
       1,
            SM2_ROOT+4,
       SM2_CURR+1
    ); ?>
</div>
</div><!-- slut menyer -->
THE PROBLEM IS SOLVED
			
			
			
				1) no doubleposting, the other post has been deleted!
2) Please use the CODE format (#) to format your post.
Klaus
			
			
			
				TEH PROBLEM IS SOLVED